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

Unified Diff: chrome/test/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 | « chrome/app/mash/embedded_services.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 6419c2c6a8b7c690aca517c32dc6be2cd13f41c6..5865ed2adb80085e37454c2bdb307fdc1a50344d 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4963,7 +4963,6 @@ if (is_chromeos && enable_package_mash_services) {
catalog("mash_browser_tests_catalog") {
testonly = true
embedded_services = [ ":mash_browser_tests_manifest" ]
- standalone_services = [ "//services/tracing:manifest" ]
catalog_deps = [ "//chrome/app/mash:catalog" ]
}
@@ -5000,7 +4999,6 @@ if (is_chromeos && enable_package_mash_services) {
catalog("mus_browser_tests_catalog") {
testonly = true
embedded_services = [ ":mus_browser_tests_manifest" ]
- standalone_services = [ "//services/tracing:manifest" ]
catalog_deps = [ "//chrome/app/mash:catalog_mus" ]
}
« no previous file with comments | « chrome/app/mash/embedded_services.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698