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

Side by Side Diff: components/html_viewer/DEPS

Issue 1278673002: Add stats collection for telemetry startup.warm.blank_page test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cache and reuse a single mojo:tracing connection in mojo:html_viewer. Created 5 years, 4 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 "+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/devtools_service/public", 7 "+components/devtools_service/public",
8 "+components/font_service/public", 8 "+components/font_service/public",
9 "+components/gpu", 9 "+components/gpu",
10 "+components/message_port", 10 "+components/message_port",
11 "+components/mime_util", 11 "+components/mime_util",
12 "+components/resource_provider/public", 12 "+components/resource_provider/public",
13 "+components/scheduler", 13 "+components/scheduler",
14 "+components/startup_metric_utils",
14 "+components/view_manager", 15 "+components/view_manager",
15 "+components/webcrypto", 16 "+components/webcrypto",
16 "+gin", 17 "+gin",
17 "+mandoline/services", 18 "+mandoline/services",
18 "+mandoline/tab/public/interfaces", 19 "+mandoline/tab/public/interfaces",
19 "+media", 20 "+media",
20 "+mojo/application", 21 "+mojo/application",
21 "+mojo/cc", 22 "+mojo/cc",
22 "+mojo/common", 23 "+mojo/common",
23 "+mojo/converters/geometry", 24 "+mojo/converters/geometry",
24 "+mojo/converters/surfaces", 25 "+mojo/converters/surfaces",
25 "+mojo/message_pump", 26 "+mojo/message_pump",
26 "+mojo/platform_handle", 27 "+mojo/platform_handle",
27 "+mojo/public", 28 "+mojo/public",
29 "+mojo/runner",
yzshen1 2015/08/13 15:59:11 (Please see my comments in the other DEPS file.)
msw 2015/08/13 22:12:06 Done.
28 "+mojo/services/network", 30 "+mojo/services/network",
31 "+mojo/services/tracing",
29 "+net/base", 32 "+net/base",
30 "+net/test/spawned_test_server", 33 "+net/test/spawned_test_server",
31 "+skia", 34 "+skia",
32 "+third_party/WebKit/public", 35 "+third_party/WebKit/public",
33 "+third_party/mojo/src/mojo/public", 36 "+third_party/mojo/src/mojo/public",
34 "+third_party/mojo_services/src", 37 "+third_party/mojo_services/src",
35 "+third_party/skia/include", 38 "+third_party/skia/include",
36 "+ui/base", 39 "+ui/base",
37 "+ui/events", 40 "+ui/events",
38 "+ui/gfx", 41 "+ui/gfx",
(...skipping 12 matching lines...) Expand all
51 "+mandoline/tab", 54 "+mandoline/tab",
52 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 55 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
53 ], 56 ],
54 "layout_test_.*": [ 57 "layout_test_.*": [
55 "+components/test_runner", 58 "+components/test_runner",
56 ], 59 ],
57 "web_test_delegate_impl\..*": [ 60 "web_test_delegate_impl\..*": [
58 "+components/test_runner", 61 "+components/test_runner",
59 ], 62 ],
60 } 63 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698