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