summaryrefslogtreecommitdiffstats
path: root/extensions/utility/DEPS
diff options
context:
space:
mode:
authorasargent <asargent@chromium.org>2015-01-14 17:07:02 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-15 01:08:11 +0000
commit9156f029885bb4c54eeb5599a22b7aba0f7dbd3e (patch)
treebc232e28c29e03d0b3bd7fd145050c247128c732 /extensions/utility/DEPS
parentf8346eaaa8271f81474f1daf9cc5fcb436d358ac (diff)
downloadchromium_src-9156f029885bb4c54eeb5599a22b7aba0f7dbd3e.zip
chromium_src-9156f029885bb4c54eeb5599a22b7aba0f7dbd3e.tar.gz
chromium_src-9156f029885bb4c54eeb5599a22b7aba0f7dbd3e.tar.bz2
Refactoring: move extension unpacker from chrome/ to extensions/
This is mostly a series of mechanical changes to move unpacker.{h,cc} from chrome/utility to extensions/utility. The unpacker_unittests.cc and associated data files will be moved in a follow-up CL to keep this one easy to review, because there are a lot of test data files to move. BUG=447014 Review URL: https://codereview.chromium.org/818943004 Cr-Commit-Position: refs/heads/master@{#311598}
Diffstat (limited to 'extensions/utility/DEPS')
-rw-r--r--extensions/utility/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/utility/DEPS b/extensions/utility/DEPS
index 8ad521e..48d2f8d 100644
--- a/extensions/utility/DEPS
+++ b/extensions/utility/DEPS
@@ -1,3 +1,6 @@
include_rules = [
"+content/public/utility",
+ "+content/public/child",
+ "+net",
+ "+third_party/zlib/google",
]