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

Side by Side Diff: components/html_viewer/DEPS

Issue 1112573003: Hook up the scheduler component to html_viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/blink_platform_impl.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 "+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/scheduler",
8 "+components/surfaces", 9 "+components/surfaces",
9 "+components/view_manager", 10 "+components/view_manager",
10 "+components/webcrypto", 11 "+components/webcrypto",
11 "+gin", 12 "+gin",
12 "+mandoline/services", 13 "+mandoline/services",
13 "+media", 14 "+media",
14 "+mojo/application", 15 "+mojo/application",
15 "+mojo/cc", 16 "+mojo/cc",
16 "+mojo/common", 17 "+mojo/common",
17 "+mojo/converters/surfaces", 18 "+mojo/converters/surfaces",
18 "+mojo/public", 19 "+mojo/public",
19 "+mojo/services/network", 20 "+mojo/services/network",
20 "+net/base", 21 "+net/base",
21 "+net/test/spawned_test_server", 22 "+net/test/spawned_test_server",
22 "+skia", 23 "+skia",
23 "+third_party/WebKit/public", 24 "+third_party/WebKit/public",
24 "+third_party/mojo/src/mojo/public", 25 "+third_party/mojo/src/mojo/public",
25 "+third_party/mojo_services/src", 26 "+third_party/mojo_services/src",
26 "+third_party/skia/include", 27 "+third_party/skia/include",
27 "+ui/base", 28 "+ui/base",
28 "+ui/events", 29 "+ui/events",
29 "+ui/gfx/geometry", 30 "+ui/gfx/geometry",
30 "+ui/mojo/events", 31 "+ui/mojo/events",
31 "+ui/mojo/geometry", 32 "+ui/mojo/geometry",
32 "+ui/native_theme", 33 "+ui/native_theme",
33 ] 34 ]
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698