Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: content/browser/DEPS

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fix merge Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/browsing_data/clear_site_data_throttle_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698