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

Side by Side Diff: chrome/common/DEPS

Issue 2840563004: Move vr features.gni into its own directory. (Closed)
Patch Set: Update references to vr/features.h Created 3 years, 8 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/browser/android/vr_shell/BUILD.gn ('k') | chrome/common/features.gni » ('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 10 matching lines...) Expand all
21 "+components/ntp_tiles", 21 "+components/ntp_tiles",
22 "+components/offline_pages/offline_page_feature.h", 22 "+components/offline_pages/offline_page_feature.h",
23 "+components/password_manager/core/common", 23 "+components/password_manager/core/common",
24 "+components/policy/core/common", 24 "+components/policy/core/common",
25 "+components/printing/common", 25 "+components/printing/common",
26 "+components/safe_browsing/csd.pb.h", 26 "+components/safe_browsing/csd.pb.h",
27 "+components/signin/core/common", 27 "+components/signin/core/common",
28 "+components/translate/core/common", 28 "+components/translate/core/common",
29 "+components/url_formatter", 29 "+components/url_formatter",
30 "+components/version_info", 30 "+components/version_info",
31 "+device/vr/features.h", 31 "+device/vr/features/features.h",
32 "+extensions/common", 32 "+extensions/common",
33 "+extensions/features", 33 "+extensions/features",
34 "+gin/public", # For profiling.cc 34 "+gin/public", # For profiling.cc
35 "+google_apis/gaia", # For gaia_switches.h 35 "+google_apis/gaia", # For gaia_switches.h
36 "+media", 36 "+media",
37 "+ppapi/c", 37 "+ppapi/c",
38 "+ppapi/shared_impl", 38 "+ppapi/shared_impl",
39 "+ppapi/thunk", 39 "+ppapi/thunk",
40 "+rlz/features/features.h", 40 "+rlz/features/features.h",
41 "+sandbox/linux/services/credentials.h", 41 "+sandbox/linux/services/credentials.h",
42 "+third_party/boringssl/src/include", 42 "+third_party/boringssl/src/include",
43 43
44 # FIXME - refactor code and remove these dependencies 44 # FIXME - refactor code and remove these dependencies
45 "+chrome/installer/util", 45 "+chrome/installer/util",
46 ] 46 ]
47 specific_include_rules = { 47 specific_include_rules = {
48 "service_process_util.*": [ 48 "service_process_util.*": [
49 "+mojo/edk/embedder", 49 "+mojo/edk/embedder",
50 ], 50 ],
51 } 51 }
OLDNEW
« no previous file with comments | « chrome/browser/android/vr_shell/BUILD.gn ('k') | chrome/common/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698