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

Side by Side Diff: chrome/common/DEPS

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 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", # For generated headers 2 "+chrome/grit", # For generated headers
3 "+chromeos", # For chromeos_switches.h 3 "+chromeos", # For chromeos_switches.h
4 "+components/autofill/content/common", 4 "+components/autofill/content/common",
5 "+components/autofill/core/common", 5 "+components/autofill/core/common",
6 "+components/bookmarks/common", 6 "+components/bookmarks/common",
7 "+components/cast_certificate", 7 "+components/cast_certificate",
8 "+components/cdm/common", 8 "+components/cdm/common",
9 "+components/cloud_devices/common", 9 "+components/cloud_devices/common",
10 "+components/content_settings/core/common", 10 "+components/content_settings/core/common",
11 "+components/crash/core/common", 11 "+components/crash/core/common",
12 "+components/crx_file", 12 "+components/crx_file",
13 "+components/data_reduction_proxy/content/common", 13 "+components/data_reduction_proxy/content/common",
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/switches.h",
21 "+components/offline_pages/offline_page_feature.h", 22 "+components/offline_pages/offline_page_feature.h",
22 "+components/password_manager/core/common", 23 "+components/password_manager/core/common",
23 "+components/policy/core/common", 24 "+components/policy/core/common",
24 "+components/printing/common", 25 "+components/printing/common",
25 "+components/signin/core/common", 26 "+components/signin/core/common",
26 # TODO(fdoray): Remove this once the PreRead field trial has expired. 27 # TODO(fdoray): Remove this once the PreRead field trial has expired.
27 # crbug.com/577698 28 # crbug.com/577698
28 "+components/startup_metric_utils/common", 29 "+components/startup_metric_utils/common",
29 "+components/strings/grit", 30 "+components/strings/grit",
30 "+components/translate/core/common", 31 "+components/translate/core/common",
31 "+components/url_formatter", 32 "+components/url_formatter",
32 "+components/version_info", 33 "+components/version_info",
33 "+extensions/common", 34 "+extensions/common",
34 "+gin/public", # For profiling.cc 35 "+gin/public", # For profiling.cc
35 "+google_apis/gaia", # For gaia_switches.h 36 "+google_apis/gaia", # For gaia_switches.h
36 "+grit", # For generated headers. TODO(thestig): Remove. 37 "+grit", # For generated headers. TODO(thestig): Remove.
37 "+media", 38 "+media",
38 "+ppapi/c", 39 "+ppapi/c",
39 "+ppapi/shared_impl", 40 "+ppapi/shared_impl",
40 "+ppapi/thunk", 41 "+ppapi/thunk",
41 "+third_party/kasko", 42 "+third_party/kasko",
42 43
43 # FIXME - refactor code and remove these dependencies 44 # FIXME - refactor code and remove these dependencies
44 "+chrome/installer", 45 "+chrome/installer",
45 ] 46 ]
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