summaryrefslogtreecommitdiffstats
path: root/chrome/common/safe_browsing
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 05:55:45 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 05:55:45 +0000
commit236fba7134c75e2f8d8042418181d5dc01a66295 (patch)
tree0e8615c06f9354e7579fd66fad76fe819cb5c0d5 /chrome/common/safe_browsing
parent5858f64e67f52a1b7c5050c7fa21b1c549ef59d7 (diff)
downloadchromium_src-236fba7134c75e2f8d8042418181d5dc01a66295.zip
chromium_src-236fba7134c75e2f8d8042418181d5dc01a66295.tar.gz
chromium_src-236fba7134c75e2f8d8042418181d5dc01a66295.tar.bz2
Cleanup: Clamp down DEPS in chrome/common.
R=thakis@chromium.org Review URL: https://codereview.chromium.org/35483004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230340 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/safe_browsing')
-rw-r--r--chrome/common/safe_browsing/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/safe_browsing/DEPS b/chrome/common/safe_browsing/DEPS
new file mode 100644
index 0000000..c6e9550
--- /dev/null
+++ b/chrome/common/safe_browsing/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+third_party/zlib",
+]