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

Unified Diff: services/service_manager/standalone/BUILD.gn

Issue 2852183002: Delete the tracing 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 | « services/service_manager/service_manager.cc ('k') | services/service_manager/standalone/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/standalone/BUILD.gn
diff --git a/services/service_manager/standalone/BUILD.gn b/services/service_manager/standalone/BUILD.gn
index 4c8ba4f39ecd11dfbf76649ff76b22e1c6b0a05d..7ec5b5e024a76e1ec25f41e14dfac8abac51eb5e 100644
--- a/services/service_manager/standalone/BUILD.gn
+++ b/services/service_manager/standalone/BUILD.gn
@@ -10,8 +10,6 @@ source_set("standalone") {
sources = [
"context.cc",
"context.h",
- "tracer.cc",
- "tracer.h",
]
deps = [
@@ -26,8 +24,6 @@ source_set("standalone") {
"//services/service_manager/public/cpp/standalone_service",
"//services/service_manager/runner/common",
"//services/service_manager/runner/host:lib",
- "//services/tracing/public/cpp",
- "//services/tracing/public/interfaces",
"//url",
]
}
« no previous file with comments | « services/service_manager/service_manager.cc ('k') | services/service_manager/standalone/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698