Skip to content

Commit

Permalink
Remove leftover Starboard 12 code (#837) (#839)
Browse files Browse the repository at this point in the history
b/283015285

(cherry picked from commit b4ca909)

Co-authored-by: Kaido Kert <kaidokert@google.com>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert authored Jul 8, 2023
1 parent d67b418 commit 684b628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions starboard/linux/shared/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -378,17 +378,6 @@ static_library("starboard_platform_sources") {
]
deps = [ "//third_party/boringssl:crypto" ]

if (sb_api_version == 12) {
sources += [
"//starboard/shared/stub/speech_recognizer_cancel.cc",
"//starboard/shared/stub/speech_recognizer_create.cc",
"//starboard/shared/stub/speech_recognizer_destroy.cc",
"//starboard/shared/stub/speech_recognizer_is_supported.cc",
"//starboard/shared/stub/speech_recognizer_start.cc",
"//starboard/shared/stub/speech_recognizer_stop.cc",
]
}

if (is_internal_build) {
sources += [
"//internal/starboard/linux/shared/internal/oemcrypto_engine_device_properties_linux.cc",
Expand Down
11 changes: 0 additions & 11 deletions starboard/raspi/shared/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -337,17 +337,6 @@ static_library("starboard_platform_sources") {

sources += common_player_sources

if (sb_api_version == 12) {
sources += [
"//starboard/shared/stub/speech_recognizer_cancel.cc",
"//starboard/shared/stub/speech_recognizer_create.cc",
"//starboard/shared/stub/speech_recognizer_destroy.cc",
"//starboard/shared/stub/speech_recognizer_is_supported.cc",
"//starboard/shared/stub/speech_recognizer_start.cc",
"//starboard/shared/stub/speech_recognizer_stop.cc",
]
}

configs += [ "//starboard/build/config:starboard_implementation" ]

public_deps = [
Expand Down

0 comments on commit 684b628

Please sign in to comment.