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

Side by Side Diff: components/html_viewer/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698