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

Unified Diff: extensions/DEPS

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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/common/extensions/unpacker.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/DEPS
diff --git a/extensions/DEPS b/extensions/DEPS
index 3a88773365bb6bd7174066b1e922ee848f8ff66d..68da1614668bd9b270fb8fa45e825f3e21d3f06b 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -1,5 +1,17 @@
include_rules = [
"+base",
+ "+content/public/common",
+ "+crypto",
"+googleurl",
- "+testing"
+ "+testing",
+ "+ui"
]
+
+# More specific rules for what we are allowed to include.
+specific_include_rules = {
+ ".*test\.cc": [
+ # For chrome::TEST_DATA_DIR; test data should be migrated to src/extensions.
+ "+chrome/common/chrome_paths.h",
+ "+content/public/test",
+ ]
+}
« no previous file with comments | « chrome/common/extensions/unpacker.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698