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

Unified Diff: services/tracing/BUILD.gn

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
Patch Set: . Created 4 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/shell/tests/loader_unittest.cc ('k') | services/tracing/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/BUILD.gn
diff --git a/mojo/services/tracing/BUILD.gn b/services/tracing/BUILD.gn
similarity index 94%
rename from mojo/services/tracing/BUILD.gn
rename to services/tracing/BUILD.gn
index 15df5a5bc457a37c1c1166bfb1a2971425f82ece..e63d3700d81a3f1e6e9d52ced36f6282fdd94385 100644
--- a/mojo/services/tracing/BUILD.gn
+++ b/services/tracing/BUILD.gn
@@ -41,7 +41,7 @@ source_set("lib") {
deps = [
"//base",
"//mojo/common:common_base",
- "//mojo/services/tracing/public/interfaces",
"//services/shell/public/cpp",
+ "//services/tracing/public/interfaces",
]
}
« no previous file with comments | « services/shell/tests/loader_unittest.cc ('k') | services/tracing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698