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

Side by Side Diff: chrome/common/DEPS

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Rebase Created 5 years, 1 month 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/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/gcm_driver", 15 "+components/gcm_driver",
15 "+components/metrics/client_info.h", 16 "+components/metrics/client_info.h",
16 "+components/metrics/metrics_pref_names.h", 17 "+components/metrics/metrics_pref_names.h",
17 "+components/nacl/common", 18 "+components/nacl/common",
18 "+components/password_manager/core/common", 19 "+components/password_manager/core/common",
19 "+components/printing/common", 20 "+components/printing/common",
20 "+components/policy/core/common", 21 "+components/policy/core/common",
21 "+components/signin/core/common", 22 "+components/signin/core/common",
22 "+components/translate/core/common", 23 "+components/translate/core/common",
23 "+components/url_formatter", 24 "+components/url_formatter",
24 "+components/version_info", 25 "+components/version_info",
25 "+extensions/common", 26 "+extensions/common",
26 "+gin/public", # For profiling.cc 27 "+gin/public", # For profiling.cc
27 "+google_apis/gaia", # For gaia_switches.h 28 "+google_apis/gaia", # For gaia_switches.h
28 "+grit", # For generated headers. TODO(thestig): Remove. 29 "+grit", # For generated headers. TODO(thestig): Remove.
29 "+media", 30 "+media",
30 "+ppapi/c", 31 "+ppapi/c",
31 "+ppapi/shared_impl", 32 "+ppapi/shared_impl",
32 "+ppapi/thunk", 33 "+ppapi/thunk",
33 34
34 # FIXME - refactor code and remove these dependencies 35 # FIXME - refactor code and remove these dependencies
35 "+chrome/installer", 36 "+chrome/installer",
36 ] 37 ]
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