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

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: 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 | « no previous file | ios/crnet/BUILD.gn » ('j') | ios/crnet/BUILD.gn » ('J')
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..f25f631832d2aaac5d60b497e669d6de802a6a5b 100644
--- a/ios/BUILD.gn
+++ b/ios/BUILD.gn
@@ -29,6 +29,9 @@ group("all") {
]
if (!is_component_build) {
- deps += [ "//components/cronet/ios:cronet_package" ]
+ deps += [
+ "//components/cronet/ios:cronet_package",
+ "//ios/crnet:crnet_framework",
+ ]
}
}
« no previous file with comments | « no previous file | ios/crnet/BUILD.gn » ('j') | ios/crnet/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698