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

Side by Side Diff: chrome/common/DEPS

Issue 450053003: Use a qualified path for grit includes in various chrome/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove webkit strings that no longer exist Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/attrition_experiments.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 "+apps/app_shim", # For app shim messages. 2 "+apps/app_shim", # For app shim messages.
3 "+breakpad", # For Breakpad constants. 3 "+breakpad", # For Breakpad constants.
4 "+chrome/grit", # For generated headers
4 "+chromeos", # For chromeos_switches.h 5 "+chromeos", # For chromeos_switches.h
5 "+components/autofill/content/common", 6 "+components/autofill/content/common",
6 "+components/autofill/core/common", 7 "+components/autofill/core/common",
7 "+components/bookmarks/common", 8 "+components/bookmarks/common",
8 "+components/cloud_devices/common", 9 "+components/cloud_devices/common",
9 "+components/content_settings/core/common", 10 "+components/content_settings/core/common",
10 "+components/data_reduction_proxy/common", 11 "+components/data_reduction_proxy/common",
11 "+components/dom_distiller/core", 12 "+components/dom_distiller/core",
12 "+components/metrics/client_info.h", 13 "+components/metrics/client_info.h",
13 "+components/metrics/metrics_pref_names.h", 14 "+components/metrics/metrics_pref_names.h",
14 "+components/nacl/common", 15 "+components/nacl/common",
15 "+components/password_manager/core/common", 16 "+components/password_manager/core/common",
16 "+components/policy/core/common", 17 "+components/policy/core/common",
17 "+components/signin/core/common", 18 "+components/signin/core/common",
18 "+components/translate/core/common", 19 "+components/translate/core/common",
19 "+extensions/common", 20 "+extensions/common",
20 "+google_apis/gaia", # For gaia_switches.h 21 "+google_apis/gaia", # For gaia_switches.h
21 "+grit", # For generated headers 22 "+grit", # For generated headers. TODO(thestig): Remove.
22 "+media", 23 "+media",
23 "+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h", 24 "+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h",
24 "+ppapi/shared_impl", 25 "+ppapi/shared_impl",
25 "+remoting/client/plugin", 26 "+remoting/client/plugin",
26 "+webkit/common/user_agent", 27 "+webkit/common/user_agent",
27 28
28 # FIXME - refactor code and remove these dependencies 29 # FIXME - refactor code and remove these dependencies
29 "+chrome/installer", 30 "+chrome/installer",
30 ] 31 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/attrition_experiments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698