Index: chrome/browser/api/infobars/DEPS |
diff --git a/chrome/browser/api/infobars/DEPS b/chrome/browser/api/infobars/DEPS |
index eeb53ad239348696e7e4f66c1b2f6d7ca368901a..25e95cc4aaac6f5e88351daa663c618cba96889c 100644 |
--- a/chrome/browser/api/infobars/DEPS |
+++ b/chrome/browser/api/infobars/DEPS |
@@ -1,6 +1,6 @@ |
-include_rules = [ |
- # TODO(joi): Reduce this list to zero exceptions. |
- |
- # This looks reasonably easy to break; used by infobar_delegate.h/.cc |
- "!chrome/browser/infobars/infobar_tab_helper.h", |
-] |
+# TODO(joi): Reduce this list to zero exceptions. |
+specific_include_rules = { |
+ "infobar_delegate\.cc": [ |
+ "!chrome/browser/infobars/infobar_tab_helper.h", |
+ ] |
+} |