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

Unified Diff: net/net_common.gypi

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years 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
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index d373325ac216104295371d10bbe2105fd0784f66..a606cdd2b1b6de5d0fda57ee8f1a96f54c0ea232 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -86,6 +86,11 @@
'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
],
}],
+ ['disable_brotli_support!=1', {
+ 'dependencies': [
+ '../third_party/brotli/brotli.gyp:brotli',
+ ],
+ }],
['disable_file_support!=1', {
# TODO(mmenke): Should probably get rid of the dependency on
# net_resources in this case (It's used in net_util, to format

Powered by Google App Engine
This is Rietveld 408576698