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

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: Add brotli reference link Created 5 years, 1 month 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 bb38097517c15eb64c54d1f98849a8fc02fcf1b7..1b763279399955849256e6abe0539c81b998a24a 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -86,6 +86,12 @@
'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
],
}],
+ ['disable_brotli_support!=1', {
+ 'sources': ['<@(net_brotli_support_sources)'],
+ '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