OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+base", | 2 "+base", |
3 "+content", | 3 "+content", |
tfarina
2013/02/01 15:32:37
content/ should not be allowed to depend on apps/
benwells
2013/02/08 07:18:00
Content should not, and cannot depend on apps. Thi
| |
4 # Temporary allowed includes. | 4 # Temporary allowed includes. |
5 # TODO(benwells): remove these. | 5 # TODO(benwells): remove these. |
tfarina
2013/02/01 15:32:37
can you put the crbug.com/ link that is tracking t
benwells
2013/02/08 07:18:00
Done.
| |
6 "+chrome/browser/browser_process.h", | |
6 "+chrome/browser/extensions", | 7 "+chrome/browser/extensions", |
8 "+chrome/browser/prefs/pref_service.h", | |
7 "+chrome/browser/profiles", | 9 "+chrome/browser/profiles", |
8 "+chrome/common/chrome_notification_types.h", | 10 "+chrome/common/chrome_notification_types.h", |
11 "+chrome/common/chrome_switches.h", | |
9 "+chrome/common/extensions", | 12 "+chrome/common/extensions", |
13 "+chrome/installer", | |
tfarina
2013/02/01 15:32:37
are there plans to move installer somewhere else?
benwells
2013/02/08 07:18:00
I don't think there is a plan, but there should be
| |
10 ] | 14 ] |
OLD | NEW |