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

Side by Side Diff: components/html_viewer/DEPS

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes 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
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",
7 "+components/gpu",
8 "+components/surfaces",
9 "+components/view_manager",
6 "+components/webcrypto", 10 "+components/webcrypto",
7 "+gin", 11 "+gin",
8 "+media", 12 "+media",
9 "+mojo/application", 13 "+mojo/application",
10 "+mojo/cc", 14 "+mojo/cc",
11 "+mojo/common", 15 "+mojo/common",
12 "+mojo/converters/surfaces", 16 "+mojo/converters/surfaces",
13 "+mojo/public", 17 "+mojo/public",
14 "+mojo/services/network", 18 "+mojo/services/network",
15 "+net/base", 19 "+net/base",
16 "+net/test/spawned_test_server", 20 "+net/test/spawned_test_server",
17 "+skia", 21 "+skia",
22 "+third_party/WebKit/public",
18 "+third_party/mojo/src/mojo/public", 23 "+third_party/mojo/src/mojo/public",
19 "+third_party/mojo_services/src", 24 "+third_party/mojo_services/src",
20 "+third_party/WebKit/public",
21 "+third_party/skia/include", 25 "+third_party/skia/include",
22 "+ui/base", 26 "+ui/base",
23 "+ui/events", 27 "+ui/events",
24 "+ui/gfx/geometry", 28 "+ui/gfx/geometry",
29 "+ui/mojo/events",
30 "+ui/mojo/geometry",
25 "+ui/native_theme", 31 "+ui/native_theme",
26 ] 32 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698