Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 3c8b1f5187dc1e0e57e405c905ebd95e01e39fea..cbd41d61a9886554eb236649de4735a3d36b6ae2 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -214,13 +214,18 @@ group("both_gn_and_gyp") { |
| } |
| if (is_android) { |
| + if (!is_chromecast) { |
| + deps += [ |
| + "//chrome/android:chrome_public_apk", |
| + "//chrome/android:chrome_public_test_apk", |
| + "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk", |
| + ] |
| + } |
|
Dirk Pranke
2015/09/29 22:35:59
it's a little weird to put the if block before the
|
| + |
| deps += [ |
| "//base/android/linker:chromium_android_linker", |
| "//build/android/gyp/test:hello_world", |
| "//build/android/rezip", |
| - "//chrome/android:chrome_public_apk", |
| - "//chrome/android:chrome_public_test_apk", |
| - "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk", |
| "//third_party/errorprone:chromium_errorprone", |
| "//tools/android:android_tools", |
| "//tools/imagediff($host_toolchain)", |