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

Unified Diff: extensions/DEPS

Issue 52593012: Move ManifestHandler to top-level extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps 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
« no previous file with comments | « chrome/common/extensions/webview_handler.h ('k') | extensions/common/manifest_handler.h » ('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 14eae2fd907cfd3002ed0e93b078404cc0527b60..29ebf1eb0db5f0d95e42eee94879f84f654f6601 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -7,11 +7,15 @@ include_rules = [
# More specific rules for what we are allowed to include.
specific_include_rules = {
- ".*test\.cc": [
+ ".*test\.cc$": [
"+content/public/test",
],
- "api_permission_set_unittest\.cc": [
- # Temporary include for tests.
+ # Temporary includes for tests.
+ "^api_permission_set_unittest\.cc$": [
"+chrome/common/extensions/extension_messages.h",
],
+ "^manifest_handler_unittest\.cc$": [
+ "+chrome/common/extensions/extension_builder.h",
+ "+chrome/common/extensions/value_builder.h",
+ ],
}
« no previous file with comments | « chrome/common/extensions/webview_handler.h ('k') | extensions/common/manifest_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698