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

Side by Side Diff: components/html_viewer/DEPS

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 2 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "+ui/mojo/events", 48 "+ui/mojo/events",
49 "+ui/mojo/geometry", 49 "+ui/mojo/geometry",
50 "+ui/mojo/ime", 50 "+ui/mojo/ime",
51 "+ui/mojo/init", 51 "+ui/mojo/init",
52 "+ui/native_theme", 52 "+ui/native_theme",
53 "+v8/include", 53 "+v8/include",
54 ] 54 ]
55 55
56 specific_include_rules = { 56 specific_include_rules = {
57 "run_all_unittests\.cc": [ 57 "run_all_unittests\.cc": [
58 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 58 "+third_party/mojo/src/mojo/edk/embedder/embedder.h",
59 ], 59 ],
60 "html_frame_apptest\.cc": [ 60 "html_frame_apptest\.cc": [
61 "+components/web_view", 61 "+components/web_view",
62 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 62 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
63 ], 63 ],
64 "layout_test_.*": [ 64 "layout_test_.*": [
65 "+components/test_runner", 65 "+components/test_runner",
66 ], 66 ],
67 "web_test_delegate_impl\..*": [ 67 "web_test_delegate_impl\..*": [
68 "+components/test_runner", 68 "+components/test_runner",
69 ], 69 ],
70 } 70 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698