Skip to content

Commit

Permalink
Add content_shell to cobalt:gn_all target.
Browse files Browse the repository at this point in the history
b/391721279
  • Loading branch information
briantting committed Jan 23, 2025
1 parent b41df5f commit 73327fe
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/config/android-arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"android-arm"
],
"targets": [
"content_shell",
"system_webview_apk",
"system_webview_shell_apk",
"cobalt:gn_all"
Expand Down
1 change: 0 additions & 1 deletion .github/config/android-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"android-arm64"
],
"targets": [
"content_shell",
"system_webview_apk",
"system_webview_shell_apk",
"cobalt:gn_all"
Expand Down
1 change: 0 additions & 1 deletion .github/config/android-x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"android-x86"
],
"targets": [
"content_shell",
"system_webview_apk",
"system_webview_shell_apk",
"cobalt:gn_all"
Expand Down
1 change: 0 additions & 1 deletion .github/config/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"num_gtest_shards": 10,
"targets": [
"cobalt:gn_all",
"content_shell"
],
"includes": [
{
Expand Down
1 change: 1 addition & 0 deletions cobalt/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ group("gn_all") {

# TODO(b/371589344): Fix android build configs.
deps = [
"//content/shell:content_shell",
"//starboard($starboard_toolchain)",
"//starboard/nplb",
]
Expand Down

0 comments on commit 73327fe

Please sign in to comment.