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

Side by Side Diff: mojo/services/html_viewer/DEPS

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT 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 | « mojo/services/html_viewer/BUILD.gn ('k') | mojo/services/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/webcrypto",
6 "+gin", 7 "+gin",
7 "+media", 8 "+media",
8 "+mojo/cc", 9 "+mojo/cc",
9 "+mojo/converters/surfaces", 10 "+mojo/converters/surfaces",
10 "+mojo/application", 11 "+mojo/application",
11 "+mojo/services/network", 12 "+mojo/services/network",
12 "+net/base", 13 "+net/base",
13 "+net/test/spawned_test_server", 14 "+net/test/spawned_test_server",
14 "+skia", 15 "+skia",
15 "+third_party/mojo_services/src", 16 "+third_party/mojo_services/src",
16 "+third_party/WebKit/public", 17 "+third_party/WebKit/public",
17 "+third_party/skia/include", 18 "+third_party/skia/include",
18 "+ui/base", 19 "+ui/base",
19 "+ui/events", 20 "+ui/events",
20 "+ui/gfx/geometry", 21 "+ui/gfx/geometry",
21 "+ui/native_theme", 22 "+ui/native_theme",
22 ] 23 ]
OLDNEW
« no previous file with comments | « mojo/services/html_viewer/BUILD.gn ('k') | mojo/services/html_viewer/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698