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

Unified Diff: components/zip/DEPS

Issue 13257004: [components] Make zip a component so that src/chromeos can use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS, OWNERS Created 7 years, 9 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
« no previous file with comments | « components/zip.gypi ('k') | components/zip/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/zip/DEPS
diff --git a/components/zip/DEPS b/components/zip/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..200eaf84f30b58d0d7609870e5da4b85ffdc685a
--- /dev/null
+++ b/components/zip/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ # No need for a content dependency - and it's better to enforce it.
+ "-content",
+
+ "+net/base",
+ "+third_party/zlib/contrib/minizip",
+]
« no previous file with comments | « components/zip.gypi ('k') | components/zip/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698