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

Side by Side Diff: chrome/common/DEPS

Issue 2714853002: Remove kDistroDict from Preferences. (Closed)
Patch Set: kRlzPingDelay -> kRlzPingDelaySeconds Created 3 years, 9 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/pref_names.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", 2 "+chrome/grit",
3 "+chrome/install_static", 3 "+chrome/install_static",
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/cast_certificate", 8 "+components/cast_certificate",
9 "+components/cdm/common", 9 "+components/cdm/common",
10 "+components/cloud_devices/common", 10 "+components/cloud_devices/common",
(...skipping 17 matching lines...) Expand all
28 "+components/url_formatter", 28 "+components/url_formatter",
29 "+components/version_info", 29 "+components/version_info",
30 "+extensions/common", 30 "+extensions/common",
31 "+extensions/features", 31 "+extensions/features",
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 "+media", 34 "+media",
35 "+ppapi/c", 35 "+ppapi/c",
36 "+ppapi/shared_impl", 36 "+ppapi/shared_impl",
37 "+ppapi/thunk", 37 "+ppapi/thunk",
38 "+rlz/features/features.h",
38 "+sandbox/linux/services/credentials.h", 39 "+sandbox/linux/services/credentials.h",
39 "+third_party/boringssl/src/include", 40 "+third_party/boringssl/src/include",
40 41
41 # FIXME - refactor code and remove these dependencies 42 # FIXME - refactor code and remove these dependencies
42 "+chrome/installer", 43 "+chrome/installer",
43 ] 44 ]
44 specific_include_rules = { 45 specific_include_rules = {
45 "service_process_util.*": [ 46 "service_process_util.*": [
46 "+mojo/edk/embedder", 47 "+mojo/edk/embedder",
47 ], 48 ],
48 } 49 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698