OLD | NEW |
1 # Do NOT add chrome or components to the list below. We shouldn't be | 1 # Do NOT add chrome or components to the list below. We shouldn't be |
2 # including files from src/chrome or src/components in src/content. | 2 # including files from src/chrome or src/components in src/content. |
3 include_rules = [ | 3 include_rules = [ |
4 # The subdirectories in content/ will manually allow their own include | 4 # The subdirectories in content/ will manually allow their own include |
5 # directories in content/ so we disallow all of them. | 5 # directories in content/ so we disallow all of them. |
6 "-content", | 6 "-content", |
7 "+content/common", | 7 "+content/common", |
8 "+content/port/common", | 8 "+content/port/common", |
9 "+content/public/common", | 9 "+content/public/common", |
10 "+content/public/test", | 10 "+content/public/test", |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 "+ui/aura", | 84 "+ui/aura", |
85 "+ui/base", | 85 "+ui/base", |
86 "+ui/compositor", | 86 "+ui/compositor", |
87 "+ui/events", | 87 "+ui/events", |
88 "+ui/gfx", | 88 "+ui/gfx", |
89 "+ui/gl", | 89 "+ui/gl", |
90 "+ui/native_theme", | 90 "+ui/native_theme", |
91 "+ui/shell_dialogs", | 91 "+ui/shell_dialogs", |
92 "+ui/snapshot", | 92 "+ui/snapshot", |
93 "+ui/surface", | 93 "+ui/surface", |
94 "+ui/wm/public", | 94 "+ui/wm", |
95 # Content knows about grd files, but the specifics of how to get a resource | 95 # Content knows about grd files, but the specifics of how to get a resource |
96 # given its id is left to the embedder. | 96 # given its id is left to the embedder. |
97 "-ui/base/l10n", | 97 "-ui/base/l10n", |
98 "-ui/base/resource", | 98 "-ui/base/resource", |
99 # This file isn't related to grd, so it's fine. | 99 # This file isn't related to grd, so it's fine. |
100 "+ui/base/l10n/l10n_util_win.h", | 100 "+ui/base/l10n/l10n_util_win.h", |
101 | 101 |
102 # Content shouldn't depend on views. While we technically don't need this | 102 # Content shouldn't depend on views. While we technically don't need this |
103 # line, since the top level DEPS doesn't allow it, we add it to make this | 103 # line, since the top level DEPS doesn't allow it, we add it to make this |
104 # explicit. | 104 # explicit. |
105 "-ui/views", | 105 "-ui/views", |
106 | 106 |
107 "+webkit", | 107 "+webkit", |
108 | 108 |
109 # For generated JNI includes. | 109 # For generated JNI includes. |
110 "+jni", | 110 "+jni", |
111 ] | 111 ] |
OLD | NEW |