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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2854633002: Make tracing an embedded service (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/app/mash/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index ea70a425dffd03c544348be4cb3db02a060bf04c..64deab9e913657daa00edbd3f4c951e773506cde 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -40,6 +40,8 @@ source_set("embedded_services") {
"//services/service_manager/runner/common",
"//services/service_manager/runner/host:lib",
"//services/service_manager/standalone",
+ "//services/tracing:lib",
+ "//services/tracing/public/interfaces:constants",
"//services/ui:lib",
"//services/ui/ime/test_ime_driver:lib",
"//services/ui/public/interfaces:constants",
@@ -73,6 +75,7 @@ catalog("catalog") {
"//mash/quick_launch:manifest",
"//mash/session:manifest",
"//mash/task_viewer:manifest",
+ "//services/tracing:manifest",
"//services/ui:manifest",
"//services/ui/ime/test_ime_driver:manifest",
]
« no previous file with comments | « no previous file | chrome/app/mash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698