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

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

Issue 2119273002: Merge ChromeServiceTabLauncher and ServiceTabLauncher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into chrome_service_tab_launcher Created 4 years, 5 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/BUILD.gn ('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 "+components/devtools_discovery", 4 "+components/devtools_discovery",
5 "+components/devtools_http_handler", 5 "+components/devtools_http_handler",
6 "+components/ntp_snippets", 6 "+components/ntp_snippets",
7 "+components/service_tab_launcher",
8 "+components/toolbar", 7 "+components/toolbar",
9 "+components/web_contents_delegate_android", 8 "+components/web_contents_delegate_android",
10 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", 9 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h",
11 "+sync/android", 10 "+sync/android",
12 "+sync/test/fake_server/android", 11 "+sync/test/fake_server/android",
13 ] 12 ]
14 13
15 specific_include_rules = { 14 specific_include_rules = {
16 # Special-case where monochrome composes chrome+webview 15 # Special-case where monochrome composes chrome+webview
17 "monochrome_entry_point\.cc": [ 16 "monochrome_entry_point\.cc": [
18 "+android_webview", 17 "+android_webview",
19 ] 18 ]
20 } 19 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698