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

Unified Diff: trunk/src/extensions/DEPS

Issue 55713004: This CL broke the official builders. (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/extensions/DEPS
===================================================================
--- trunk/src/extensions/DEPS (revision 232630)
+++ trunk/src/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 | « trunk/src/chrome/common/extensions/webview_handler.h ('k') | trunk/src/extensions/common/manifest_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698