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

Side by Side Diff: chrome/common/DEPS

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/localized_error.cc » ('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 "+breakpad", # For Breakpad constants. 2 "+breakpad", # For Breakpad constants.
3 "+chrome/grit", # For generated headers 3 "+chrome/grit", # For generated headers
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/cloud_devices/common", 8 "+components/cloud_devices/common",
9 "+components/content_settings/core/common", 9 "+components/content_settings/core/common",
10 "+components/crx_file", 10 "+components/crx_file",
11 "+components/data_reduction_proxy/core/common", 11 "+components/data_reduction_proxy/core/common",
12 "+components/dom_distiller/core", 12 "+components/dom_distiller/core",
13 "+components/gcm_driver", 13 "+components/gcm_driver",
14 "+components/metrics/client_info.h", 14 "+components/metrics/client_info.h",
15 "+components/metrics/metrics_pref_names.h", 15 "+components/metrics/metrics_pref_names.h",
16 "+components/nacl/common", 16 "+components/nacl/common",
17 "+components/password_manager/core/common", 17 "+components/password_manager/core/common",
18 "+components/printing/common", 18 "+components/printing/common",
19 "+components/policy/core/common", 19 "+components/policy/core/common",
20 "+components/signin/core/common", 20 "+components/signin/core/common",
21 "+components/translate/core/common", 21 "+components/translate/core/common",
22 "+components/url_formatter",
22 "+components/version_info", 23 "+components/version_info",
23 "+extensions/common", 24 "+extensions/common",
24 "+gin/public", # For profiling.cc 25 "+gin/public", # For profiling.cc
25 "+google_apis/gaia", # For gaia_switches.h 26 "+google_apis/gaia", # For gaia_switches.h
26 "+grit", # For generated headers. TODO(thestig): Remove. 27 "+grit", # For generated headers. TODO(thestig): Remove.
27 "+media", 28 "+media",
28 "+ppapi/c", 29 "+ppapi/c",
29 "+ppapi/shared_impl", 30 "+ppapi/shared_impl",
30 "+ppapi/thunk", 31 "+ppapi/thunk",
31 32
32 # FIXME - refactor code and remove these dependencies 33 # FIXME - refactor code and remove these dependencies
33 "+chrome/installer", 34 "+chrome/installer",
34 ] 35 ]
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698