Chromium Code Reviews| 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 |