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

Side by Side Diff: components/html_viewer/DEPS

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "+blink/public/resources",
3 "+cc",
4 "+components/clipboard",
5 "+components/devtools_service/public",
6 "+components/font_service/public",
7 "+components/gpu",
8 "+components/message_port",
9 "+components/mime_util",
10 "+components/mus",
11 "+components/resource_provider/public",
12 "+components/scheduler",
13 "+components/startup_metric_utils/browser",
14 "+components/webcrypto",
15 "+components/web_view/public/interfaces",
16 "+components/web_view/test_runner/public/interfaces",
17 "+components/web_view/web_view_switches.cc",
18 "+components/web_view/web_view_switches.h",
19 "+gin",
20 "+gpu/blink/webgraphicscontext3d_impl.h",
21 "+gpu/command_buffer/common/gles2_cmd_utils.h",
22 "+mandoline/services",
23 "+media",
24 "+mojo/shell",
25 "+mojo/cc",
26 "+mojo/common",
27 "+mojo/converters/blink",
28 "+mojo/converters/geometry",
29 "+mojo/converters/input_events",
30 "+mojo/converters/network",
31 "+mojo/converters/surfaces",
32 "+mojo/gles2",
33 "+mojo/gpu",
34 "+mojo/logging",
35 "+mojo/message_pump",
36 "+mojo/platform_handle",
37 "+mojo/public",
38 "+mojo/services/accessibility/public",
39 "+mojo/services/network/public",
40 "+mojo/services/tracing/public",
41 "+net/base",
42 "+net/test/embedded_test_server",
43 "+skia",
44 "+third_party/WebKit/public",
45 "+third_party/skia/include",
46 "+ui/base",
47 "+ui/events",
48 "+ui/gfx",
49 "+ui/mojo/events",
50 "+ui/mojo/geometry",
51 "+ui/mojo/ime",
52 "+ui/mojo/init",
53 "+ui/native_theme",
54 "+v8/include",
55 ]
56
57 specific_include_rules = {
58 "run_all_unittests\.cc": [
59 "+third_party/mojo/src/mojo/edk/embedder/embedder.h",
60 ],
61 "html_frame_apptest\.cc": [
62 "+components/web_view",
63 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
64 ],
65 "layout_test_.*": [
66 "+components/test_runner",
67 ],
68 "web_test_delegate_impl\..*": [
69 "+components/test_runner",
70 ],
71 }
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698