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/port/common", | 12 "+content/port/common", |
13 "+content/public/common", | 13 "+content/public/common", |
14 "+content/public/test", | 14 "+content/public/test", |
15 "+content/shell", # for content_browsertests | 15 "+content/shell", # for content_browsertests |
16 "+content/test", | 16 "+content/test", |
17 | 17 |
18 "+grit/content_resources.h", | 18 "+grit/content_resources.h", |
19 "+grit/ui_resources.h", | 19 "+grit/ui_resources.h", |
20 "+grit/webkit_chromium_resources.h", | 20 "+grit/webkit_chromium_resources.h", |
21 "+grit/webkit_resources.h", | 21 "+grit/webkit_resources.h", |
22 "+grit/webkit_strings.h", | 22 "+grit/webkit_strings.h", |
| 23 "+grit/webui_resources_map.h", |
23 | 24 |
24 "+dbus", | 25 "+dbus", |
25 "+gpu", | 26 "+gpu", |
26 "+net", | 27 "+net", |
27 "+ppapi", | 28 "+ppapi", |
28 "+printing", | 29 "+printing", |
29 "+sandbox", | 30 "+sandbox", |
30 "+skia", | 31 "+skia", |
31 | 32 |
32 # In general, content/ should not rely on google_apis, since URLs | 33 # In general, content/ should not rely on google_apis, since URLs |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 # explicit. | 83 # explicit. |
83 "-ui/views", | 84 "-ui/views", |
84 | 85 |
85 "+webkit", | 86 "+webkit", |
86 "-webkit/dom_storage", | 87 "-webkit/dom_storage", |
87 "+webkit/dom_storage/dom_storage_types.h", | 88 "+webkit/dom_storage/dom_storage_types.h", |
88 | 89 |
89 # For generated JNI includes. | 90 # For generated JNI includes. |
90 "+jni", | 91 "+jni", |
91 ] | 92 ] |
OLD | NEW |