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

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

Issue 2623023002: Remove //chrome as an embedder of blimp. (Closed)
Patch Set: One more rebase for good measure Created 3 years, 11 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/blimp/blimp_client_context_factory.h » ('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",
3 "+blimp/client/support/resources",
4 "-components/devtools_bridge", 2 "-components/devtools_bridge",
5 "+cc/layers/layer.h", 3 "+cc/layers/layer.h",
6 "+cc/output/context_provider.h", 4 "+cc/output/context_provider.h",
7 "+components/ntp_snippets", 5 "+components/ntp_snippets",
8 "+components/spellcheck/browser", 6 "+components/spellcheck/browser",
9 "+components/sync/android", 7 "+components/sync/android",
10 "+components/sync/test/fake_server/android", 8 "+components/sync/test/fake_server/android",
11 "+components/toolbar", 9 "+components/toolbar",
12 "+components/web_contents_delegate_android", 10 "+components/web_contents_delegate_android",
13 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", 11 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h",
14 "+sandbox/sandbox_features.h", 12 "+sandbox/sandbox_features.h",
15 "+third_party/gvr-android-sdk", 13 "+third_party/gvr-android-sdk",
16 ] 14 ]
17 15
18 specific_include_rules = { 16 specific_include_rules = {
19 # Special-case where monochrome composes chrome+webview 17 # Special-case where monochrome composes chrome+webview
20 "monochrome_entry_point\.cc": [ 18 "monochrome_entry_point\.cc": [
21 "+android_webview", 19 "+android_webview",
22 ] 20 ]
23 } 21 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/blimp/blimp_client_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698