diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-02 05:55:18 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-02 05:55:18 +0000 |
commit | e0cabc4b23b4c0d61f0dc23fa6c11eefa268b324 (patch) | |
tree | bb93226537fb6144acec4b439e818d660c471ee2 /extensions/common/DEPS | |
parent | a64ce0ff68fffe6b510c5132251838b5648c50ff (diff) | |
download | chromium_src-e0cabc4b23b4c0d61f0dc23fa6c11eefa268b324.zip chromium_src-e0cabc4b23b4c0d61f0dc23fa6c11eefa268b324.tar.gz chromium_src-e0cabc4b23b4c0d61f0dc23fa6c11eefa268b324.tar.bz2 |
Consolidate extensions module temporary deps in extensions/DEPS
This makes it easier to see in one place how many more dependencies we
need to break between //extensions and //chrome.
BUG=none
TEST=checkdeps passes
TBR=sky@chromium.org for DEPS shuffle between files (no new DEPS actually added)
NOTRY=true
Review URL: https://codereview.chromium.org/221433003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/DEPS')
-rw-r--r-- | extensions/common/DEPS | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/extensions/common/DEPS b/extensions/common/DEPS index 12baab5..19732c6 100644 --- a/extensions/common/DEPS +++ b/extensions/common/DEPS @@ -2,32 +2,4 @@ include_rules = [ "+device/usb", "+net", "+third_party/re2", - - # Temporarily allowed includes as part of the app shell/extensions refactor. - # - # NOTE: Please do not add includes without talking to the app shell team; - # see OWNERS for this directory. - # - # TODO(benwells): Remove these. http://crbug.com/162530 - "+chrome/common/extensions/api/generated_schemas.h", - "+grit/chromium_strings.h", - "+grit/common_resources.h", - "+grit/extensions_api_resources.h", - "+grit/theme_resources.h", - # TODO(jamescook): Extract extensions-related strings from this file. - "+grit/generated_resources.h", ] - -specific_include_rules = { - ".*test\.cc": [ - # Temporarily allowed testing includes. See above. - # TODO(benwells): Remove these. http://crbug.com/162530 - "+chrome/common/extensions/manifest_tests/extension_manifest_test.h", - ], - "^permissions_data_unittest\.cc$": [ - "+chrome/common/chrome_version_info.h", - "+chrome/common/extensions/extension_test_util.h", - "+chrome/common/extensions/features/feature_channel.h", - "+chrome/common/extensions/permissions/socket_permission.h", - ], -} |