OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # Allow inclusion of specific components that we depend on. | 2 # Allow inclusion of specific components that we depend on. |
3 # See comment in content/DEPS for which components are allowed. | 3 # See comment in content/DEPS for which components are allowed. |
4 "+components/discardable_memory/common", | 4 "+components/discardable_memory/common", |
5 "+components/discardable_memory/service", | 5 "+components/discardable_memory/service", |
6 "+components/display_compositor", | 6 "+components/display_compositor", |
7 "+components/filesystem", | 7 "+components/filesystem", |
8 "+components/leveldb", | 8 "+components/leveldb", |
9 "+components/link_header_util", | 9 "+components/link_header_util", |
10 "+components/metrics", | 10 "+components/metrics", |
11 "+components/metrics:single_sample_metrics", | 11 "+components/metrics:single_sample_metrics", |
12 "+components/mime_util", | 12 "+components/mime_util", |
| 13 "+components/network_session_configurator/common", |
13 "+components/payments", | 14 "+components/payments", |
14 "+components/profile_service", | 15 "+components/profile_service", |
15 "+components/rappor/public", | 16 "+components/rappor/public", |
16 "+components/scheduler/common", | 17 "+components/scheduler/common", |
17 "+components/tracing", | 18 "+components/tracing", |
18 "+components/ukm", | 19 "+components/ukm", |
19 "+components/url_formatter", | 20 "+components/url_formatter", |
20 "+components/viz", | 21 "+components/viz", |
21 | 22 |
22 "+content/app/strings/grit", # For generated headers | 23 "+content/app/strings/grit", # For generated headers |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 132 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
132 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 133 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
133 "+third_party/WebKit/public/web/WebTextDirection.h", | 134 "+third_party/WebKit/public/web/WebTextDirection.h", |
134 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 135 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
135 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 136 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
136 | 137 |
137 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 138 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
138 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 139 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
139 # for more information. | 140 # for more information. |
140 ] | 141 ] |
OLD | NEW |