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 | 4 |
4 # Other libraries. | 5 # Other libraries. |
5 "+third_party/iaccessible2", | 6 "+third_party/iaccessible2", |
6 "+third_party/isimpledom", | 7 "+third_party/isimpledom", |
7 | 8 |
8 # DO NOT ADD ANY CHROME INCLUDES HERE!!! | 9 # DO NOT ADD ANY CHROME INCLUDES HERE!!! |
9 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 10 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
10 # for more information. | 11 # for more information. |
11 | 12 |
12 # ONLY USED BY TESTS | 13 # ONLY USED BY TESTS |
13 "+chrome/browser/ui/browser.h", | 14 "+chrome/browser/ui/browser.h", |
14 ] | 15 ] |
OLD | NEW |