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

Side by Side Diff: components/html_viewer/DEPS

Issue 1149083010: Mandoline: Remove native_viewport.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Windows Build I hope 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",
19 "+mojo/converters/surfaces", 20 "+mojo/converters/surfaces",
20 "+mojo/platform_handle", 21 "+mojo/platform_handle",
21 "+mojo/public", 22 "+mojo/public",
22 "+mojo/services/network", 23 "+mojo/services/network",
23 "+net/base", 24 "+net/base",
24 "+net/test/spawned_test_server", 25 "+net/test/spawned_test_server",
25 "+skia", 26 "+skia",
26 "+third_party/WebKit/public", 27 "+third_party/WebKit/public",
27 "+third_party/mojo/src/mojo/public", 28 "+third_party/mojo/src/mojo/public",
28 "+third_party/mojo_services/src", 29 "+third_party/mojo_services/src",
29 "+third_party/skia/include", 30 "+third_party/skia/include",
30 "+ui/base", 31 "+ui/base",
31 "+ui/events", 32 "+ui/events",
32 "+ui/gfx", 33 "+ui/gfx",
33 "+ui/mojo/events", 34 "+ui/mojo/events",
34 "+ui/mojo/geometry", 35 "+ui/mojo/geometry",
35 "+ui/native_theme", 36 "+ui/native_theme",
36 "+v8/include", 37 "+v8/include",
37 ] 38 ]
38 39
39 specific_include_rules = { 40 specific_include_rules = {
40 "run_all_unittests\.cc": [ 41 "run_all_unittests\.cc": [
41 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 42 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
42 ], 43 ],
43 } 44 }
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