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

Unified Diff: extensions/DEPS

Issue 60393005: Revert 232631 - Revert 232499 "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..cd158fe21907aa2e4b82c696934f3c95909267ca 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -7,11 +7,11 @@ 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",
],
}
« 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