OLD | NEW |
---|---|
1 # Do NOT add chrome to the list below. We shouldn't be including files from | 1 # Do NOT add chrome to the list below. We shouldn't be including files from |
2 # src/chrome in src/content. | 2 # src/chrome in src/content. |
3 include_rules = [ | 3 include_rules = [ |
4 "+cc", | 4 "+cc", |
5 | 5 |
6 "+crypto", | 6 "+crypto", |
7 | 7 |
8 # The subdirectories in content/ will manually allow their own include | 8 # The subdirectories in content/ will manually allow their own include |
9 # directories in content/ so we disallow all of them. | 9 # directories in content/ so we disallow all of them. |
10 "-content", | 10 "-content", |
11 "+content/common", | 11 "+content/common", |
12 "+content/components/tracing", | |
jam
2012/12/06 01:36:16
put this in content/browser instead
| |
12 "+content/port/common", | 13 "+content/port/common", |
13 "+content/public/common", | 14 "+content/public/common", |
14 "+content/public/test", | 15 "+content/public/test", |
15 "+content/shell", # for content_browsertests | 16 "+content/shell", # for content_browsertests |
16 "+content/test", | 17 "+content/test", |
17 | 18 |
18 "+google_apis", | 19 "+google_apis", |
19 | 20 |
20 "+grit/content_resources.h", | 21 "+grit/content_resources.h", |
21 "+grit/ui_resources.h", | 22 "+grit/ui_resources.h", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
70 # explicit. | 71 # explicit. |
71 "-ui/views", | 72 "-ui/views", |
72 | 73 |
73 "+webkit", | 74 "+webkit", |
74 "-webkit/dom_storage", | 75 "-webkit/dom_storage", |
75 "+webkit/dom_storage/dom_storage_types.h", | 76 "+webkit/dom_storage/dom_storage_types.h", |
76 | 77 |
77 # For generated JNI includes. | 78 # For generated JNI includes. |
78 "+jni", | 79 "+jni", |
79 ] | 80 ] |
OLD | NEW |