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

Side by Side Diff: components/html_viewer/DEPS

Issue 1099303002: Move html_viewer from mojo/services to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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/OWNERS » ('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/webcrypto", 6 "+components/webcrypto",
7 "+gin", 7 "+gin",
8 "+media", 8 "+media",
9 "+mojo/application",
9 "+mojo/cc", 10 "+mojo/cc",
11 "+mojo/common",
10 "+mojo/converters/surfaces", 12 "+mojo/converters/surfaces",
11 "+mojo/application", 13 "+mojo/public",
12 "+mojo/services/network", 14 "+mojo/services/network",
13 "+net/base", 15 "+net/base",
14 "+net/test/spawned_test_server", 16 "+net/test/spawned_test_server",
15 "+skia", 17 "+skia",
18 "+third_party/mojo/src/mojo/public",
16 "+third_party/mojo_services/src", 19 "+third_party/mojo_services/src",
17 "+third_party/WebKit/public", 20 "+third_party/WebKit/public",
18 "+third_party/skia/include", 21 "+third_party/skia/include",
19 "+ui/base", 22 "+ui/base",
20 "+ui/events", 23 "+ui/events",
21 "+ui/gfx/geometry", 24 "+ui/gfx/geometry",
22 "+ui/native_theme", 25 "+ui/native_theme",
23 ] 26 ]
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698