diff options
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,9 +2,13 @@ include_rules = [ "+base", "+content", # Temporary allowed includes. - # TODO(benwells): remove these. + # TODO(benwells): remove these (http://crbug.com/159366) + "+chrome/browser/browser_process.h", "+chrome/browser/extensions", + "+chrome/browser/prefs", "+chrome/browser/profiles", "+chrome/common/chrome_notification_types.h", + "+chrome/common/chrome_switches.h", "+chrome/common/extensions", + "+chrome/installer", ] |