Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: extensions/browser/DEPS

Issue 189263013: Move extensions storage API implementation to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/api/storage/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/DEPS
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS
index 3ab234680f6078ce0fc117fb345ccb236dca00e8..f445ff61c9c6af2cf6427aa728e5be966bbf1896 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -25,12 +25,20 @@ include_rules = [
]
specific_include_rules = {
- ".*test\.cc": [
+ "(.*test|.*test_util)\.(cc|h)": [
# Temporarily allowed testing includes. See above.
# TODO(jamescook): Remove these. http://crbug.com/162530
"+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
James Cook 2014/03/07 21:21:03 This will happen after rockot's patch https://code
+ "local_value_store_cache\.cc": [
+ "+chrome/common/extensions/api/storage.h"
+ ],
+ "settings_frontend\.cc": [
+ "+chrome/common/extensions/api/storage.h"
]
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/api/storage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698