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

Side by Side Diff: components/html_viewer/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698