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

Unified Diff: BUILD.gn

Issue 1934083002: [Cronet] Use gn desc deps to find third_party licenses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Andrei's comments. Created 4 years, 7 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 | « no previous file | components/cronet/ios/BUILD.gn » ('j') | components/cronet/tools/cronet_licenses.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7903e89d45f5301890429048a1ca8c1a89befab6..b68c9e5811800e3c747fe4e4cf6040e71ba846f1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -247,6 +247,10 @@ group("both_gn_and_gyp") {
"//ios/web:ios_web_unittests",
"//ios/web/shell:ios_web_shell",
]
+
+ if (!is_component_build) {
+ deps += [ "//components/cronet/ios:cronet_package" ]
+ }
}
deps += root_extra_deps
« no previous file with comments | « no previous file | components/cronet/ios/BUILD.gn » ('j') | components/cronet/tools/cronet_licenses.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698