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

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

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
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 | « mojo/services/catalog/public/interfaces/BUILD.gn ('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 6a417e7a49f656bba37b7c8cb73c16d7369dba82..15df5a5bc457a37c1c1166bfb1a2971425f82ece 100644
--- a/mojo/services/tracing/BUILD.gn
+++ b/mojo/services/tracing/BUILD.gn
@@ -15,7 +15,7 @@ mojo_native_application("tracing") {
deps = [
":lib",
"//mojo/public/cpp/system",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
]
data_deps = [
@@ -42,6 +42,6 @@ source_set("lib") {
"//base",
"//mojo/common:common_base",
"//mojo/services/tracing/public/interfaces",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
]
}
« no previous file with comments | « mojo/services/catalog/public/interfaces/BUILD.gn ('k') | mojo/services/tracing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698