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 # DO NOT ADD ANY CHROME INCLUDES HERE!!! | 4 # DO NOT ADD ANY CHROME INCLUDES HERE!!! |
5 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 5 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
6 # for more information. | 6 # for more information. |
7 | 7 |
8 # ONLY USED BY TESTS | 8 # ONLY USED BY TESTS |
9 "+chrome/browser/browser_process.h", | |
jam
2011/08/27 18:01:31
Pawel: we really need to get this out of here very
jam
2011/08/27 18:03:32
btw looking at your change, it's not clear to me w
Paweł Hajdan Jr.
2011/08/29 16:46:23
I'm working on it right now. This was blocking man
jam
2011/08/29 16:51:21
great, thanks :)
| |
9 "+chrome/browser/ui/browser.h", | 10 "+chrome/browser/ui/browser.h", |
10 ] | 11 ] |
OLD | NEW |