diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-09 01:25:51 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-09 01:25:51 +0000 |
commit | 558878cc8ce3b66dce25a0b576893432ff95095a (patch) | |
tree | 13c1d747d42f6baf7d1e926e2011cda00d25e9d4 /extensions/common/DEPS | |
parent | d190bfa6ab7b02ca01150b30f65d082ee56514bb (diff) | |
download | chromium_src-558878cc8ce3b66dce25a0b576893432ff95095a.zip chromium_src-558878cc8ce3b66dce25a0b576893432ff95095a.tar.gz chromium_src-558878cc8ce3b66dce25a0b576893432ff95095a.tar.bz2 |
Move chrome/common/extensions/background_info.h to src/extensions
This is part of a refactor to extract extensions code from Chrome.
To allow the move:
* Extract extensions::file_util from extension_file_util.h/cc
* Move switches::kAllowHTTPBackgroundPage to extensions/common/switches.h
BUG=316218
TEST=compiles, unit_tests
TBR=ben@chromium.org for mechanical header file renames across chrome/browser
Review URL: https://codereview.chromium.org/65123002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/DEPS')
-rw-r--r-- | extensions/common/DEPS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/common/DEPS b/extensions/common/DEPS index 37ad7de..34509b4 100644 --- a/extensions/common/DEPS +++ b/extensions/common/DEPS @@ -1,4 +1,5 @@ include_rules = [ + "+net", "+third_party/re2", # Temporarily allowed includes as part of the app shell/extensions refactor. @@ -11,5 +12,7 @@ include_rules = [ "+chrome/common/extensions/extension.h", "+chrome/common/extensions/permissions/permissions_data.h", "+grit/common_resources.h", - "+grit/extensions_api_resources.h" + "+grit/extensions_api_resources.h", + # TODO(jamescook): Extract extensions-related strings from this file. + "+grit/generated_resources.h", ] |