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

Unified Diff: net/features.gni

Issue 2641413003: net/QUIC: inline gypi file into BUILD.gn file and upstream proto-quic. (Closed)
Patch Set: Fix some leaked typos from proto-quic. Created 3 years, 11 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/data/update_net_gypi.py ('k') | net/net.gypi » ('j') | net/net.gypi » ('J')
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 6db5a538800b04c02ba0caa7b6dd823150945dff..5d71a036113c18fab54ad393af79d74baff28d7f 100644
--- a/net/features.gni
+++ b/net/features.gni
@@ -5,6 +5,9 @@
import("//build/config/features.gni")
declare_args() {
+ # If true, prune things down as needed for proto-quic build.
+ is_proto_quic = false
+
# Disables support for file URLs. File URL support requires use of icu.
disable_file_support = false
« no previous file with comments | « net/data/update_net_gypi.py ('k') | net/net.gypi » ('j') | net/net.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698