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

Unified Diff: mojo/services/tracing/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 | « mojo/services/test_service/test_time_service_impl.cc ('k') | mojo/services/tracing/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/tracing/BUILD.gn
diff --git a/mojo/services/tracing/BUILD.gn b/mojo/services/tracing/BUILD.gn
index 4c8421e6597ccb08ff2e1e47e453d2187f290ff4..14fed0f4c1a0def1a46cdd5eb6a7994135a217c5 100644
--- a/mojo/services/tracing/BUILD.gn
+++ b/mojo/services/tracing/BUILD.gn
@@ -13,8 +13,8 @@ mojo_native_application("tracing") {
deps = [
":lib",
- "//mojo/application/public/cpp",
"//mojo/public/cpp/system",
+ "//mojo/shell/public/cpp",
]
}
@@ -30,8 +30,8 @@ source_set("lib") {
deps = [
"//base",
- "//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/services/tracing/public/interfaces",
+ "//mojo/shell/public/cpp",
]
}
« no previous file with comments | « mojo/services/test_service/test_time_service_impl.cc ('k') | mojo/services/tracing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698