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

Unified Diff: net/DEPS

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude brotli_filter_unittest on ios - needs to read input data files 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
« no previous file with comments | « net/BUILD.gn ('k') | net/data/filter_unittests/google.br » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/DEPS
diff --git a/net/DEPS b/net/DEPS
index 5f49c8048b52278cc8dc306a63c940833e02f10d..c7d795145666c7d0549f4da57cfd37299c96be17 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -11,9 +11,10 @@ include_rules = [
"+sdch/open-vcdiff",
"+v8",
- # Most of net should not depend on icu, to keep size down when built as a
- # library.
+ # Most of net should not depend on icu, and brotli to keep size down when
+ # built as a library.
"-base/i18n",
+ "-third_party/brotli",
"-third_party/icu",
]
@@ -56,6 +57,10 @@ specific_include_rules = {
"run_all_unittests\.cc": [
"+third_party/mojo/src/mojo/edk",
],
+
+ "brotli_filter\.cc": [
+ "+third_party/brotli",
+ ],
}
skip_child_includes = [
« no previous file with comments | « net/BUILD.gn ('k') | net/data/filter_unittests/google.br » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698