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

Unified Diff: third_party/brotli/tools/DEPS

Issue 1956893002: Added brotli enc/ and tools/ directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split large file into 2, fixed Windows build issue Created 4 years, 7 months 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: third_party/brotli/tools/DEPS
diff --git a/third_party/brotli/tools/DEPS b/third_party/brotli/tools/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..71354679d8ca81e2a719b98023cf166d0da094b4
--- /dev/null
+++ b/third_party/brotli/tools/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+third_party/brotli/enc",
+ "+third_party/brotli/dec",
+]

Powered by Google App Engine
This is Rietveld 408576698