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

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

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: Rebase Created 4 years, 9 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 "+components/devtools_discovery", 4 "+components/devtools_discovery",
4 "+components/devtools_http_handler", 5 "+components/devtools_http_handler",
5 "+components/ntp_snippets", 6 "+components/ntp_snippets",
6 "+components/service_tab_launcher", 7 "+components/service_tab_launcher",
7 "+components/toolbar", 8 "+components/toolbar",
8 "+components/web_contents_delegate_android", 9 "+components/web_contents_delegate_android",
9 "+cc/layers/layer.h", 10 "+content/browser/mojo/service_registry_android.h",
Ted C 2016/03/28 22:46:01 can't do this...content/public is the only thing w
10 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", 11 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h",
11 "+sync/android", 12 "+sync/android",
12 "+sync/test/fake_server/android", 13 "+sync/test/fake_server/android",
13 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698