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

Side by Side Diff: components/html_viewer/DEPS

Issue 1164553004: Revert of Mandoline: Remove native_viewport.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | components/html_viewer/html_document.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/mime_util",
9 "+components/resource_provider/public", 9 "+components/resource_provider/public",
10 "+components/scheduler", 10 "+components/scheduler",
11 "+components/view_manager", 11 "+components/view_manager",
12 "+components/webcrypto", 12 "+components/webcrypto",
13 "+gin", 13 "+gin",
14 "+mandoline/services", 14 "+mandoline/services",
15 "+media", 15 "+media",
16 "+mojo/application", 16 "+mojo/application",
17 "+mojo/cc", 17 "+mojo/cc",
18 "+mojo/common", 18 "+mojo/common",
19 "+mojo/converters/geometry",
20 "+mojo/converters/surfaces", 19 "+mojo/converters/surfaces",
21 "+mojo/platform_handle", 20 "+mojo/platform_handle",
22 "+mojo/public", 21 "+mojo/public",
23 "+mojo/services/network", 22 "+mojo/services/network",
24 "+net/base", 23 "+net/base",
25 "+net/test/spawned_test_server", 24 "+net/test/spawned_test_server",
26 "+skia", 25 "+skia",
27 "+third_party/WebKit/public", 26 "+third_party/WebKit/public",
28 "+third_party/mojo/src/mojo/public", 27 "+third_party/mojo/src/mojo/public",
29 "+third_party/mojo_services/src", 28 "+third_party/mojo_services/src",
30 "+third_party/skia/include", 29 "+third_party/skia/include",
31 "+ui/base", 30 "+ui/base",
32 "+ui/events", 31 "+ui/events",
33 "+ui/gfx", 32 "+ui/gfx",
34 "+ui/mojo/events", 33 "+ui/mojo/events",
35 "+ui/mojo/geometry", 34 "+ui/mojo/geometry",
36 "+ui/native_theme", 35 "+ui/native_theme",
37 "+v8/include", 36 "+v8/include",
38 ] 37 ]
39 38
40 specific_include_rules = { 39 specific_include_rules = {
41 "run_all_unittests\.cc": [ 40 "run_all_unittests\.cc": [
42 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 41 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
43 ], 42 ],
44 } 43 }
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/html_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698