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

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

Issue 2467873004: Linking arm and arm64 gvr static shim library (Closed)
Patch Set: Move DEPS to android Created 4 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/android/java_sources.gni ('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 "+blimp/client/public", 2 "+blimp/client/public",
3 "+blimp/client/support/resources", 3 "+blimp/client/support/resources",
4 "-components/devtools_bridge", 4 "-components/devtools_bridge",
5 "+cc/layers/layer.h", 5 "+cc/layers/layer.h",
6 "+cc/output/context_provider.h", 6 "+cc/output/context_provider.h",
7 "+components/ntp_snippets", 7 "+components/ntp_snippets",
8 "+components/spellcheck/browser", 8 "+components/spellcheck/browser",
9 "+components/sync/android", 9 "+components/sync/android",
10 "+components/sync/test/fake_server/android", 10 "+components/sync/test/fake_server/android",
11 "+components/toolbar", 11 "+components/toolbar",
12 "+components/web_contents_delegate_android", 12 "+components/web_contents_delegate_android",
13 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", 13 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h",
14 "+third_party/gvr-android-sdk",
14 ] 15 ]
15 16
16 specific_include_rules = { 17 specific_include_rules = {
17 # Special-case where monochrome composes chrome+webview 18 # Special-case where monochrome composes chrome+webview
18 "monochrome_entry_point\.cc": [ 19 "monochrome_entry_point\.cc": [
19 "+android_webview", 20 "+android_webview",
20 ] 21 ]
21 } 22 }
OLDNEW
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698