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

Unified Diff: mandoline/ui/browser/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: mandoline/ui/browser/DEPS
diff --git a/mandoline/ui/browser/DEPS b/mandoline/ui/browser/DEPS
index 2d271952828c87a91b6d06ee1fd7443da0e7b9d8..0139ef3b50f929eaab11cbd92622353290c097f8 100644
--- a/mandoline/ui/browser/DEPS
+++ b/mandoline/ui/browser/DEPS
@@ -4,7 +4,9 @@ include_rules = [
"+mojo/application",
"+mojo/common",
"+mojo/converters",
+ "+mojo/runner",
yzshen1 2015/08/13 15:59:12 It probably shouldn't depend on runner to gain acc
msw 2015/08/13 22:12:06 Done.
"+mojo/services/network/public",
+ "+mojo/services/tracing",
yzshen1 2015/08/13 15:59:12 Maybe we should put the interface in a public/ sub
msw 2015/08/13 22:12:06 Done.
"+third_party/mojo/src/mojo/public",
"+third_party/mojo_services",
"+ui",

Powered by Google App Engine
This is Rietveld 408576698