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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/html_viewer/DEPS
diff --git a/components/html_viewer/DEPS b/components/html_viewer/DEPS
index 4f2c54e3bff74c61f7551d53bc9b38fb721fb692..16ad8454e3366b3b4f8682bbbd82b9b55cab6961 100644
--- a/components/html_viewer/DEPS
+++ b/components/html_viewer/DEPS
@@ -11,6 +11,7 @@ include_rules = [
"+components/mime_util",
"+components/resource_provider/public",
"+components/scheduler",
+ "+components/startup_metric_utils",
"+components/view_manager",
"+components/webcrypto",
"+gin",
@@ -25,7 +26,9 @@ include_rules = [
"+mojo/message_pump",
"+mojo/platform_handle",
"+mojo/public",
+ "+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.
"+mojo/services/network",
+ "+mojo/services/tracing",
"+net/base",
"+net/test/spawned_test_server",
"+skia",

Powered by Google App Engine
This is Rietveld 408576698