Skip to content

Commit

Permalink
Remove //cobalt dependency from Starboard
Browse files Browse the repository at this point in the history
This is no longer necessary

b/364421874
  • Loading branch information
kaidokert committed Sep 4, 2024
1 parent eb3f507 commit 7687bf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions cobalt/renderer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ static_library("renderer") {
"//starboard/content/fonts:copy_font_data",
]

if (is_starboard) {
deps += [ default_renderer_options_dependency ]
}
deps += [ "//cobalt/renderer:default_options" ]

if (!is_gold) {
deps += [ "//cobalt/debug:console_command_manager" ]
Expand Down
4 changes: 0 additions & 4 deletions starboard/build/config/base_configuration.gni
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ declare_args() {
# Note: Only enable if there's no system-wide DIAL support.
enable_in_app_dial = false

# Override this value to adjust the default rasterizer setting for your
# platform.
default_renderer_options_dependency = "//cobalt/renderer:default_options"

# A symbolizer path for ASAN can be added to allow translation of callstacks.
asan_symbolizer_path = "$clang_base_path/bin/llvm-symbolizer"

Expand Down

0 comments on commit 7687bf2

Please sign in to comment.