OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/gpu", # For gpu_info_collector.h and in-process GPU | 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU |
3 "+content/public/browser", | 3 "+content/public/browser", |
| 4 "+grit/webkit_strings.h", |
4 | 5 |
5 # Other libraries. | 6 # Other libraries. |
6 "+third_party/iaccessible2", | 7 "+third_party/iaccessible2", |
7 "+third_party/isimpledom", | 8 "+third_party/isimpledom", |
8 | 9 |
9 # DO NOT ADD ANY CHROME INCLUDES HERE!!! | 10 # DO NOT ADD ANY CHROME INCLUDES HERE!!! |
10 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 11 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
11 # for more information. | 12 # for more information. |
12 | 13 |
13 # ONLY USED BY TESTS | 14 # ONLY USED BY TESTS |
14 "+chrome/browser/ui/browser.h", | 15 "+chrome/browser/ui/browser.h", |
15 ] | 16 ] |
OLD | NEW |