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

Side by Side Diff: chrome/common/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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/grit", 2 "+chrome/grit",
3 "+chrome/install_static", 3 "+chrome/install_static",
4 "+chromeos", # For chromeos_switches.h 4 "+chromeos", # For chromeos_switches.h
5 "+components/autofill/content/common", 5 "+components/autofill/content/common",
6 "+components/autofill/core/common", 6 "+components/autofill/core/common",
7 "+components/bookmarks/common", 7 "+components/bookmarks/common",
8 "+components/cast_certificate", 8 "+components/cast_certificate",
9 "+components/cdm/common", 9 "+components/cdm/common",
10 "+components/cloud_devices/common", 10 "+components/cloud_devices/common",
11 "+components/content_settings/core/common", 11 "+components/content_settings/core/common",
12 "+components/crash/core/common", 12 "+components/crash/core/common",
13 "+components/crx_file", 13 "+components/crx_file",
14 "+components/data_reduction_proxy/core/common", 14 "+components/data_reduction_proxy/core/common",
15 "+components/dom_distiller/core", 15 "+components/dom_distiller/core",
16 "+components/flags_ui/flags_ui_switches.h", 16 "+components/flags_ui/flags_ui_switches.h",
17 "+components/gcm_driver", 17 "+components/gcm_driver",
18 "+components/metrics/client_info.h", 18 "+components/metrics/client_info.h",
19 "+components/metrics/metrics_pref_names.h", 19 "+components/metrics/metrics_pref_names.h",
20 "+components/nacl/common", 20 "+components/nacl/common",
21 "+components/network_session_configurator/common",
21 "+components/ntp_tiles", 22 "+components/ntp_tiles",
22 "+components/offline_pages/features", 23 "+components/offline_pages/features",
23 "+components/password_manager/core/common", 24 "+components/password_manager/core/common",
24 "+components/policy/core/common", 25 "+components/policy/core/common",
25 "+components/printing/common", 26 "+components/printing/common",
26 "+components/safe_browsing/csd.pb.h", 27 "+components/safe_browsing/csd.pb.h",
27 "+components/signin/core/common", 28 "+components/signin/core/common",
28 "+components/translate/core/common", 29 "+components/translate/core/common",
29 "+components/url_formatter", 30 "+components/url_formatter",
30 "+components/version_info", 31 "+components/version_info",
(...skipping 11 matching lines...) Expand all
42 "+third_party/boringssl/src/include", 43 "+third_party/boringssl/src/include",
43 44
44 # FIXME - refactor code and remove these dependencies 45 # FIXME - refactor code and remove these dependencies
45 "+chrome/installer/util", 46 "+chrome/installer/util",
46 ] 47 ]
47 specific_include_rules = { 48 specific_include_rules = {
48 "service_process_util.*": [ 49 "service_process_util.*": [
49 "+mojo/edk/embedder", 50 "+mojo/edk/embedder",
50 ], 51 ],
51 } 52 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698