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

Side by Side Diff: components/html_viewer/DEPS

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/ax_provider_impl.h » ('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 21 matching lines...) Expand all
32 "+mojo/logging", 32 "+mojo/logging",
33 "+mojo/message_pump", 33 "+mojo/message_pump",
34 "+mojo/platform_handle", 34 "+mojo/platform_handle",
35 "+mojo/public", 35 "+mojo/public",
36 "+mojo/services/network", 36 "+mojo/services/network",
37 "+mojo/services/tracing/public", 37 "+mojo/services/tracing/public",
38 "+net/base", 38 "+net/base",
39 "+net/test/spawned_test_server", 39 "+net/test/spawned_test_server",
40 "+skia", 40 "+skia",
41 "+third_party/WebKit/public", 41 "+third_party/WebKit/public",
42 "+third_party/mojo/src/mojo/public",
43 "+third_party/mojo_services/src", 42 "+third_party/mojo_services/src",
44 "+third_party/skia/include", 43 "+third_party/skia/include",
45 "+ui/base", 44 "+ui/base",
46 "+ui/events", 45 "+ui/events",
47 "+ui/gfx", 46 "+ui/gfx",
48 "+ui/mojo/events", 47 "+ui/mojo/events",
49 "+ui/mojo/geometry", 48 "+ui/mojo/geometry",
50 "+ui/mojo/ime", 49 "+ui/mojo/ime",
51 "+ui/mojo/init", 50 "+ui/mojo/init",
52 "+ui/native_theme", 51 "+ui/native_theme",
53 "+v8/include", 52 "+v8/include",
54 ] 53 ]
55 54
56 specific_include_rules = { 55 specific_include_rules = {
57 "run_all_unittests\.cc": [ 56 "run_all_unittests\.cc": [
58 "+third_party/mojo/src/mojo/edk/embedder/embedder.h", 57 "+third_party/mojo/src/mojo/edk/embedder/embedder.h",
59 ], 58 ],
60 "html_frame_apptest\.cc": [ 59 "html_frame_apptest\.cc": [
61 "+components/web_view", 60 "+components/web_view",
62 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 61 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
63 ], 62 ],
64 "layout_test_.*": [ 63 "layout_test_.*": [
65 "+components/test_runner", 64 "+components/test_runner",
66 ], 65 ],
67 "web_test_delegate_impl\..*": [ 66 "web_test_delegate_impl\..*": [
68 "+components/test_runner", 67 "+components/test_runner",
69 ], 68 ],
70 } 69 }
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/ax_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698