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

Side by Side Diff: components/html_viewer/DEPS

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 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/run_all_unittests.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 "+blink/public/resources", 2 "+blink/public/resources",
3 "+cc", 3 "+cc",
4 "+components/clipboard", 4 "+components/clipboard",
5 "+components/devtools_service/public", 5 "+components/devtools_service/public",
6 "+components/font_service/public", 6 "+components/font_service/public",
7 "+components/gpu", 7 "+components/gpu",
8 "+components/message_port", 8 "+components/message_port",
9 "+components/mime_util", 9 "+components/mime_util",
10 "+components/mus", 10 "+components/mus",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "+ui/mojo/events", 49 "+ui/mojo/events",
50 "+ui/mojo/geometry", 50 "+ui/mojo/geometry",
51 "+ui/mojo/ime", 51 "+ui/mojo/ime",
52 "+ui/mojo/init", 52 "+ui/mojo/init",
53 "+ui/native_theme", 53 "+ui/native_theme",
54 "+v8/include", 54 "+v8/include",
55 ] 55 ]
56 56
57 specific_include_rules = { 57 specific_include_rules = {
58 "run_all_unittests\.cc": [ 58 "run_all_unittests\.cc": [
59 "+third_party/mojo/src/mojo/edk/embedder/embedder.h", 59 "+mojo/edk/embedder/embedder.h",
60 ], 60 ],
61 "html_frame_apptest\.cc": [ 61 "html_frame_apptest\.cc": [
62 "+components/web_view", 62 "+components/web_view",
63 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 63 "+mojo/edk/embedder/test_embedder.h",
64 ], 64 ],
65 "layout_test_.*": [ 65 "layout_test_.*": [
66 "+components/test_runner", 66 "+components/test_runner",
67 ], 67 ],
68 "web_test_delegate_impl\..*": [ 68 "web_test_delegate_impl\..*": [
69 "+components/test_runner", 69 "+components/test_runner",
70 ], 70 ],
71 } 71 }
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698