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

Unified Diff: ios/BUILD.gn

Issue 2671713006: [Cronet] Don't spam log if system cookie doesn't have creation time. (Closed)
Patch Set: Created 3 years, 10 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/ios/test/cronet_http_test.mm ('k') | ios/features.gni » ('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 59c46dacad7e63cf5b7c8e532cdafb04c8ee17fe..b080ddbfdeb1a5bf25fc4b5b350af969ce2b53f0 100644
--- a/ios/BUILD.gn
+++ b/ios/BUILD.gn
@@ -4,12 +4,9 @@
assert(!is_component_build, "component build is unsupported on iOS")
-declare_args() {
- # Control whether cronet is build (this is usually set by the script
- # components/cronet/tools/cr_cronet.py as cronet requires specific
- # gn args to build correctly).
- is_cronet_build = false
+import("//ios/features.gni")
+declare_args() {
# TODO(brettw) bug 684096: Remove these. These are to prevent unused
# override warnings on iOS from the setting of the default_args in the
# toplevel //.gn file. Since iOS doesn't compile V8, GN complains that
« no previous file with comments | « components/cronet/ios/test/cronet_http_test.mm ('k') | ios/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698