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

Unified Diff: build/gn_migration.gypi

Issue 1483843002: Port cronet build rules to GN part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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') | components/cronet.gypi » ('j') | 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 340d212dbe030e4aae6e591098b8de8878a0407b..ca06e0ee7dfb26ace7e8c1fb8b7137d88a168a96 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -191,6 +191,11 @@
'../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
'../cc/cc_tests.gyp:cc_unittests_apk',
#"//clank" TODO(GYP) - conditional somehow?
+ '../components/components.gyp:cronet_sample_apk',
+ '../components/components.gyp:cronet_sample_test_apk',
+ '../components/components.gyp:cronet_test_apk',
+ '../components/components.gyp:cronet_test_instrumentation_apk',
+ '../components/components.gyp:cronet_unittests_apk',
'../components/components_tests.gyp:components_browsertests_apk',
'../components/components_tests.gyp:components_junit_tests',
'../components/components_tests.gyp:components_unittests_apk',
@@ -761,10 +766,6 @@
'dependencies': [
'../base/base.gyp:base_perftests_apk',
'../cc/cc_tests.gyp:cc_perftests_apk',
- '../components/components.gyp:cronet_sample_apk',
- '../components/components.gyp:cronet_sample_test_apk',
- '../components/components.gyp:cronet_test_apk',
- '../components/components.gyp:cronet_test_instrumentation_apk',
'../components/components.gyp:cronet_perf_test_apk',
'../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
'../content/content_shell_and_tests.gyp:content_shell_test_apk',
« no previous file with comments | « BUILD.gn ('k') | components/cronet.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698