Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: build/gn_migration.gypi

Issue 1379693002: GN: Remove irrelevant targets for Cast Android build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 370b256a6d8d7f16b774bd96b0264601c4671e58..ad910b038290e7622fb01aafb6012b076a1cd266 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -289,9 +289,6 @@
'../base/base.gyp:chromium_android_linker',
'../breakpad/breakpad.gyp:dump_syms',
'../build/android/rezip.gyp:rezip_apk_jar',
- '../chrome/chrome.gyp:chrome_public_apk',
- '../chrome/chrome.gyp:chrome_public_test_apk',
- '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
#"//clank" TODO(GYP) - conditional somehow?
'../tools/imagediff/image_diff.gyp:image_diff#host',
'../tools/telemetry/telemetry.gyp:bitmaptools#host',
@@ -354,6 +351,13 @@
'../url/url.gyp:url_unittests',
],
}],
+ ['OS=="android" and chromecast==0', {
+ 'dependencies': [
+ '../chrome/chrome.gyp:chrome_public_apk',
+ '../chrome/chrome.gyp:chrome_public_test_apk',
+ '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
+ ],
+ }],
['OS=="android" or OS=="linux"', {
'dependencies': [
'../net/net.gyp:disk_cache_memory_test',
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698