Index: extensions/DEPS |
diff --git a/extensions/DEPS b/extensions/DEPS |
index 0505b0220ba47207d7af2d0caf4379a71bd9533d..c8f7c09111af5f3571e6067d98eb1ddf9d26a93d 100644 |
--- a/extensions/DEPS |
+++ b/extensions/DEPS |
@@ -1,4 +1,7 @@ |
include_rules = [ |
+ # Do not add Chrome dependencies. Much work went into removing them. |
+ "-chrome", |
Yoyo Zhou
2014/07/11 01:51:53
I think this is superfluous but the comment is goo
James Cook
2014/07/11 21:19:28
Done.
|
+ |
"+components/url_matcher", |
"+content/public/common", |
"+content/public/test", |
@@ -13,7 +16,7 @@ include_rules = [ |
# NOTE: Please do not add includes without talking to the app shell team; |
# see OWNERS for this directory. |
# |
- # TODO(jamescook): Remove these. http://crbug.com/162530 |
+ # TODO(jamescook): Remove this. http://crbug.com/392622 |
"!chrome/browser/chrome_notification_types.h", |
] |