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 57103003: Merge 232631 "This CL broke the official builders." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1690/src/
Patch Set: 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
===================================================================
--- extensions/DEPS (revision 232654)
+++ extensions/DEPS (working copy)
@@ -7,15 +7,11 @@
# More specific rules for what we are allowed to include.
specific_include_rules = {
- ".*test\.cc$": [
+ ".*test\.cc": [
"+content/public/test",
],
- # Temporary includes for tests.
- "^api_permission_set_unittest\.cc$": [
+ "api_permission_set_unittest\.cc": [
+ # Temporary include for tests.
"+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