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

Unified Diff: net/features.gni

Issue 2956023003: Add enable_reporting to fix size regression in Cronet. (Closed)
Patch Set: Move build_config header back to top, to fix windows Created 3 years, 6 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 | « net/BUILD.gn ('k') | net/url_request/url_request_context_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/features.gni
diff --git a/net/features.gni b/net/features.gni
index 12ba0e011c2f0893940ef0394d289251e5e7b21b..95c718ebadb7edb2a72d3363d3936374c4e4fb3b 100644
--- a/net/features.gni
+++ b/net/features.gni
@@ -27,4 +27,7 @@ declare_args() {
# Multicast DNS.
enable_mdns = is_win || is_linux
+
+ # Reporting not used on iOS.
+ enable_reporting = !is_ios
}
« no previous file with comments | « net/BUILD.gn ('k') | net/url_request/url_request_context_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698