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

Unified Diff: components/cronet/ios/BUILD.gn

Issue 2859693005: Cronet iOS: Move crnet_consumer sample app to Cronet (Closed)
Patch Set: Added explicit dependencies Created 3 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/cronet_consumer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/BUILD.gn
diff --git a/components/cronet/ios/BUILD.gn b/components/cronet/ios/BUILD.gn
index a78296e99bcd3a115bbc53c8df3bbb0dd8e565a8..716fa0b47ef7212d96362b7236a846d969a6b4b2 100644
--- a/components/cronet/ios/BUILD.gn
+++ b/components/cronet/ios/BUILD.gn
@@ -14,6 +14,12 @@ import("//url/features.gni")
assert(!is_component_build, "Cronet requires static library build.")
+group("cronet_consumer_group") {
+ deps = [
+ "//components/cronet/ios/cronet_consumer",
+ ]
+}
+
process_version("cronet_version_header") {
template_file = "//components/cronet/version.h.in"
sources = [
« no previous file with comments | « no previous file | components/cronet/ios/cronet_consumer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698