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

Unified Diff: ios/BUILD.gn

Issue 2200323003: [Cronet] Add BUILD.gn for legacy ios/CrNet project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix conditional include. Created 4 years, 4 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 | « components/cronet/tools/cr_cronet.py ('k') | ios/crnet/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/BUILD.gn
diff --git a/ios/BUILD.gn b/ios/BUILD.gn
index 5a799b22926cb9ec08e7dff001aaa74dfdf74684..3fdec43dba1d6a257589f8cfda739e2cf34aefef 100644
--- a/ios/BUILD.gn
+++ b/ios/BUILD.gn
@@ -29,6 +29,11 @@ group("all") {
]
if (!is_component_build) {
- deps += [ "//components/cronet/ios:cronet_package" ]
+ deps += [
+ "//components/cronet/ios:cronet_package",
+ "//ios/crnet:crnet_framework",
+ "//ios/crnet/crnet_consumer",
+ "//ios/crnet/test:crnet_test",
+ ]
}
}
« no previous file with comments | « components/cronet/tools/cr_cronet.py ('k') | ios/crnet/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698