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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/view_manager", 2 "+components/view_manager",
3 "+mandoline/services", 3 "+mandoline/services",
4 "+mojo/application", 4 "+mojo/application",
5 "+mojo/common", 5 "+mojo/common",
6 "+mojo/converters", 6 "+mojo/converters",
7 "+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.
7 "+mojo/services/network/public", 8 "+mojo/services/network/public",
9 "+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.
8 "+third_party/mojo/src/mojo/public", 10 "+third_party/mojo/src/mojo/public",
9 "+third_party/mojo_services", 11 "+third_party/mojo_services",
10 "+ui", 12 "+ui",
11 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698