OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "-content", | 2 "-content", |
3 "+content/public", | 3 "+content/public", |
4 # DO NOT ADD ANY ENTRIES TO INTERNAL CONTENT HEADERS! | 4 # DO NOT ADD ANY ENTRIES TO INTERNAL CONTENT HEADERS! |
5 # TODO(jam): remove | 5 # TODO(jam): remove |
6 "+content/test/content_browser_test.h", | 6 "!content/test/content_browser_test.h", |
jam
2012/08/14 16:40:19
can you ignore this file, since I'm taking care of
Jói
2012/08/14 16:48:45
Do you mean remove the line?
| |
7 ] | 7 ] |
OLD | NEW |