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

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: 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
Index: extensions/DEPS
diff --git a/extensions/DEPS b/extensions/DEPS
index 3a88773365bb6bd7174066b1e922ee848f8ff66d..eb0329e8e00917dc16ed6aa36a1bd3af716fcae2 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -1,5 +1,17 @@
include_rules = [
"+base",
+ "+content/public/common",
+ "+content/public/test",
+ "+crypto",
"+googleurl",
- "+testing"
+ "+testing",
+ "+ui"
]
+
+# Temporary rules for what we are allowed to include.
+specific_include_rules = {
+ ".*test\.cc": [
Jeffrey Yasskin 2013/03/22 20:26:50 Shouldn't content/public/test live down here?
Yoyo Zhou 2013/03/22 21:33:32 I suppose it could, but I'll strike Temporary from
+ # For chrome::TEST_DATA_DIR; test data should be migrated to src/extensions.
+ "+chrome/common/chrome_paths.h"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698