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

Side by Side Diff: chrome/common/DEPS

Issue 1853913002: Clean up and sort chrome/ DEPS entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 4 years, 8 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 "+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/cloud_devices/common", 7 "+components/cloud_devices/common",
8 "+components/content_settings/core/common", 8 "+components/content_settings/core/common",
9 "+components/crash/core/common", 9 "+components/crash/core/common",
10 "+components/crx_file", 10 "+components/crx_file",
11 "+components/data_reduction_proxy/content/common", 11 "+components/data_reduction_proxy/content/common",
12 "+components/data_reduction_proxy/core/common", 12 "+components/data_reduction_proxy/core/common",
13 "+components/dom_distiller/core", 13 "+components/dom_distiller/core",
14 "+components/flags_ui/flags_ui_switches.h", 14 "+components/flags_ui/flags_ui_switches.h",
15 "+components/gcm_driver", 15 "+components/gcm_driver",
16 "+components/metrics/client_info.h", 16 "+components/metrics/client_info.h",
17 "+components/metrics/metrics_pref_names.h", 17 "+components/metrics/metrics_pref_names.h",
18 "+components/nacl/common", 18 "+components/nacl/common",
19 "+components/offline_pages/offline_page_feature.h", 19 "+components/offline_pages/offline_page_feature.h",
20 "+components/password_manager/core/common", 20 "+components/password_manager/core/common",
21 "+components/policy/core/common",
21 "+components/printing/common", 22 "+components/printing/common",
22 "+components/policy/core/common",
23 "+components/signin/core/common", 23 "+components/signin/core/common",
24 # TODO(fdoray): Remove this once the PreRead field trial has expired. 24 # TODO(fdoray): Remove this once the PreRead field trial has expired.
25 # crbug.com/577698 25 # crbug.com/577698
26 "+components/startup_metric_utils/common", 26 "+components/startup_metric_utils/common",
27 "+components/strings/grit", 27 "+components/strings/grit",
28 "+components/translate/core/common", 28 "+components/translate/core/common",
29 "+components/url_formatter", 29 "+components/url_formatter",
30 "+components/version_info", 30 "+components/version_info",
31 "+extensions/common", 31 "+extensions/common",
32 "+gin/public", # For profiling.cc 32 "+gin/public", # For profiling.cc
33 "+google_apis/gaia", # For gaia_switches.h 33 "+google_apis/gaia", # For gaia_switches.h
34 "+grit", # For generated headers. TODO(thestig): Remove. 34 "+grit", # For generated headers. TODO(thestig): Remove.
35 "+media", 35 "+media",
36 "+ppapi/c", 36 "+ppapi/c",
37 "+ppapi/shared_impl", 37 "+ppapi/shared_impl",
38 "+ppapi/thunk", 38 "+ppapi/thunk",
39 "+third_party/kasko", 39 "+third_party/kasko",
40 40
41 # FIXME - refactor code and remove these dependencies 41 # FIXME - refactor code and remove these dependencies
42 "+chrome/installer", 42 "+chrome/installer",
43 ] 43 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698