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

Side by Side Diff: chrome/browser/android/DEPS

Issue 2840563004: Move vr features.gni into its own directory. (Closed)
Patch Set: Update references to vr/features.h Created 3 years, 7 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/about_flags.cc ('k') | chrome/browser/android/chrome_jni_registrar.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 "-components/devtools_bridge", 2 "-components/devtools_bridge",
3 "+cc/layers/layer.h", 3 "+cc/layers/layer.h",
4 "+cc/output/context_provider.h", 4 "+cc/output/context_provider.h",
5 "+components/doodle", 5 "+components/doodle",
6 "+components/ntp_snippets", 6 "+components/ntp_snippets",
7 "+components/spellcheck/browser", 7 "+components/spellcheck/browser",
8 "+components/sync/android", 8 "+components/sync/android",
9 "+components/sync/test/fake_server/android", 9 "+components/sync/test/fake_server/android",
10 "+components/toolbar", 10 "+components/toolbar",
11 "+components/web_contents_delegate_android", 11 "+components/web_contents_delegate_android",
12 "+device/vr/features.h", 12 "+device/vr/features/features.h",
13 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", 13 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h",
14 "+sandbox/sandbox_features.h", 14 "+sandbox/sandbox_features.h",
15 "+third_party/gvr-android-sdk", 15 "+third_party/gvr-android-sdk",
16 ] 16 ]
17 17
18 specific_include_rules = { 18 specific_include_rules = {
19 # Special-case where monochrome composes chrome+webview 19 # Special-case where monochrome composes chrome+webview
20 "monochrome_entry_point\.cc": [ 20 "monochrome_entry_point\.cc": [
21 "+android_webview", 21 "+android_webview",
22 ] 22 ]
23 } 23 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698