diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 19:57:41 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 19:57:41 +0000 |
commit | 3a4f74af6084db9d35b298f889d00557445e8bab (patch) | |
tree | d784934185d8a9aa82d728191375c4863ee3ab4b /extensions/browser/DEPS | |
parent | 2f018d6f8564359c10abf57999a787142713c631 (diff) | |
download | chromium_src-3a4f74af6084db9d35b298f889d00557445e8bab.zip chromium_src-3a4f74af6084db9d35b298f889d00557445e8bab.tar.gz chromium_src-3a4f74af6084db9d35b298f889d00557445e8bab.tar.bz2 |
Move storage API interface description to src/extensions
The extensions local-storage API is moving into src/extensions so it can be
used by app_shell. This finishes that move.
* Move storage.json to extensions/common/api
* Move storage functions into core_api namespace
* Remove ExtensionService references from StorageApiUnittest
BUG=348058
TEST=unit_tests *Storage* and browser_tests *Storage*
Review URL: https://codereview.chromium.org/197883002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index f6f8c0b..5a3b8bd 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -32,17 +32,10 @@ specific_include_rules = { "(.*test|.*test_util)\.(cc|h)": [ # Temporarily allowed testing includes. See above. # TODO(jamescook): Remove these. http://crbug.com/162530 + "+chrome/browser/extensions/extension_api_unittest.h", "+chrome/browser/extensions/extension_service_unittest.h", "+chrome/browser/extensions/test_extension_system.h", "+chrome/common/chrome_paths.h", "+chrome/test/base/testing_profile.h", ], - # TODO(jamescook): Eliminate these after moving storage.idl to src/extensions. - # http://crbug.com/348058 - "local_value_store_cache\.cc": [ - "+chrome/common/extensions/api/storage.h" - ], - "settings_frontend\.cc": [ - "+chrome/common/extensions/api/storage.h" - ] } |