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

Side by Side Diff: chrome/common/DEPS

Issue 2290753004: Finish changing chrome/ grit includes to use qualified paths. (Closed)
Patch Set: Rebase, fix new unqualified include Created 4 years, 3 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/renderer/BUILD.gn » ('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 "+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/offline_pages/offline_page_feature.h", 21 "+components/offline_pages/offline_page_feature.h",
22 "+components/password_manager/core/common", 22 "+components/password_manager/core/common",
23 "+components/policy/core/common", 23 "+components/policy/core/common",
24 "+components/printing/common", 24 "+components/printing/common",
25 "+components/signin/core/common", 25 "+components/signin/core/common",
26 "+components/strings/grit",
27 "+components/translate/core/common", 26 "+components/translate/core/common",
28 "+components/url_formatter", 27 "+components/url_formatter",
29 "+components/version_info", 28 "+components/version_info",
30 "+extensions/common", 29 "+extensions/common",
31 "+gin/public", # For profiling.cc 30 "+gin/public", # For profiling.cc
32 "+google_apis/gaia", # For gaia_switches.h 31 "+google_apis/gaia", # For gaia_switches.h
33 "+media", 32 "+media",
34 "+ppapi/c", 33 "+ppapi/c",
35 "+ppapi/shared_impl", 34 "+ppapi/shared_impl",
36 "+ppapi/thunk", 35 "+ppapi/thunk",
37 "+third_party/kasko", 36 "+third_party/kasko",
38 37
39 # FIXME - refactor code and remove these dependencies 38 # FIXME - refactor code and remove these dependencies
40 "+chrome/installer", 39 "+chrome/installer",
41 ] 40 ]
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698