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

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

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: .. Created 3 years, 4 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
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 "+chrome_jni_registration/chrome_jni_registration.h", 4 "+chrome_jni_registration/chrome_jni_registration.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/viz/common/gpu/context_provider.h", 11 "+components/viz/common/gpu/context_provider.h",
12 "+components/web_contents_delegate_android", 12 "+components/web_contents_delegate_android",
13 "+device/vr/features/features.h", 13 "+device/vr/features/features.h",
14 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", 14 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h",
15 "+sandbox/sandbox_features.h", 15 "+sandbox/sandbox_features.h",
16 "+third_party/gvr-android-sdk", 16 "+third_party/gvr-android-sdk",
17 "+third_party/WebKit/public/platform/media_download_in_product_help.mojom.h",
17 ] 18 ]
18 19
19 specific_include_rules = { 20 specific_include_rules = {
20 # Special-case where monochrome composes chrome+webview 21 # Special-case where monochrome composes chrome+webview
21 "monochrome_entry_point\.cc": [ 22 "monochrome_entry_point\.cc": [
22 "+android_webview", 23 "+android_webview",
23 ] 24 ]
24 } 25 }
OLDNEW
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | chrome/browser/android/tab_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698