OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # TODO(beng): Modify this link to be more specific about what resource | 2 # TODO(beng): Modify this link to be more specific about what resource |
3 # headers are included once app gets its own strings. | 3 # headers are included once app gets its own strings. |
4 "+grit", | 4 "+grit", |
5 "+net", | 5 "+net", |
6 # TODO(beng): Sever these links once we have extracted all deps from | 6 # TODO(beng): Sever these links once we have extracted all deps from |
7 # chrome/common. | 7 # chrome/common. |
8 "+chrome/common/chrome_paths.h", | 8 "+chrome/common/chrome_paths.h", |
9 "+chrome/common/chrome_switches.h", | 9 "+chrome/common/chrome_switches.h", |
10 "+chrome/common/gtk_util.h", | 10 "+chrome/common/gtk_util.h", |
11 # text_elider.cc | 11 |
12 "+chrome/common/pref_names.h", | |
13 "+chrome/common/pref_service.h", | |
14 | |
15 # TODO(beng): l10n_util_unittest.cc: | 12 # TODO(beng): l10n_util_unittest.cc: |
16 "+chrome/test/data/resource.h", | 13 "+chrome/test/data/resource.h", |
17 | 14 |
18 # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it. | 15 # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it. |
19 "+chrome/browser/extensions/extension.h", | 16 "+chrome/browser/extensions/extension.h", |
20 | 17 |
21 # TODO(beng): os_exchange_data[_unittest].cc, icon_util.cc: | |
22 "+chrome/common/win_util.h", | |
23 | |
24 "+skia", | 18 "+skia", |
25 ] | 19 ] |
OLD | NEW |