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

Side by Side Diff: components/html_viewer/DEPS

Issue 1130763004: Gets mandoline working on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: empty and old Created 5 years, 7 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 "+base", 2 "+base",
3 "+base/test", 3 "+base/test",
4 "+blink/public/resources", 4 "+blink/public/resources",
5 "+cc", 5 "+cc",
6 "+components/clipboard", 6 "+components/clipboard",
7 "+components/gpu", 7 "+components/gpu",
8 "+components/mime_util", 8 "+components/mime_util",
9 "+components/resource_provider/public",
9 "+components/scheduler", 10 "+components/scheduler",
10 "+components/surfaces", 11 "+components/surfaces",
11 "+components/view_manager", 12 "+components/view_manager",
12 "+components/webcrypto", 13 "+components/webcrypto",
13 "+gin", 14 "+gin",
14 "+mandoline/services", 15 "+mandoline/services",
15 "+media", 16 "+media",
16 "+mojo/application", 17 "+mojo/application",
17 "+mojo/cc", 18 "+mojo/cc",
18 "+mojo/common", 19 "+mojo/common",
19 "+mojo/converters/surfaces", 20 "+mojo/converters/surfaces",
21 "+mojo/platform_handle",
20 "+mojo/public", 22 "+mojo/public",
21 "+mojo/services/network", 23 "+mojo/services/network",
22 "+net/base", 24 "+net/base",
23 "+net/test/spawned_test_server", 25 "+net/test/spawned_test_server",
24 "+skia", 26 "+skia",
25 "+third_party/WebKit/public", 27 "+third_party/WebKit/public",
26 "+third_party/mojo/src/mojo/public", 28 "+third_party/mojo/src/mojo/public",
27 "+third_party/mojo_services/src", 29 "+third_party/mojo_services/src",
28 "+third_party/skia/include", 30 "+third_party/skia/include",
29 "+ui/base", 31 "+ui/base",
30 "+ui/events", 32 "+ui/events",
31 "+ui/gfx", 33 "+ui/gfx",
32 "+ui/mojo/events", 34 "+ui/mojo/events",
33 "+ui/mojo/geometry", 35 "+ui/mojo/geometry",
34 "+ui/native_theme", 36 "+ui/native_theme",
35 ] 37 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698