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

Unified Diff: net/DEPS

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits 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/DEPS
diff --git a/net/DEPS b/net/DEPS
index 5f49c8048b52278cc8dc306a63c940833e02f10d..4ab9c146a4058592649d1d8c47cfca6d7498e422 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -56,6 +56,10 @@ specific_include_rules = {
"run_all_unittests\.cc": [
"+third_party/mojo/src/mojo/edk",
],
+
+ "brotli_filter\.cc": [
+ "+third_party/brotli",
+ ],
}
skip_child_includes = [

Powered by Google App Engine
This is Rietveld 408576698