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

Unified Diff: extensions/common/DEPS

Issue 82773002: Move some dependencies of ExtensionService down to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Presubmit check fixed Created 7 years, 1 month 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
Index: extensions/common/DEPS
diff --git a/extensions/common/DEPS b/extensions/common/DEPS
index 6a9adcee6ae4819f6d2c4ac7e9d1a87d0326fc8f..01823a91f177e9cfb96be57903360b5039c686f0 100644
--- a/extensions/common/DEPS
+++ b/extensions/common/DEPS
@@ -16,3 +16,11 @@ include_rules = [
# 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",
+ ]
+}
« no previous file with comments | « extensions/browser/test_management_policy.cc ('k') | extensions/common/manifest_handlers/shared_module_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698