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

Unified Diff: mash/wm/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
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 283de718237dee5613fd295c984667300e12a6c3..1fd60ace2ba8f39cc3519cc068ae60e6a6661bee 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -73,7 +73,7 @@ source_set("lib") {
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
"//skia",
"//ui/aura",
"//ui/events",
@@ -97,7 +97,7 @@ mojo_native_application("wm") {
deps = [
":lib",
":resources",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
]
# TODO(beng): This target relies on //mash/session, but there is a cycle so we
@@ -156,7 +156,7 @@ source_set("unittests") {
"//mojo/gles2",
"//mojo/platform_handle",
"//mojo/public/cpp/system",
- "//mojo/shell/public/cpp:shell_test_support",
+ "//services/shell/public/cpp:shell_test_support",
"//testing/gtest",
"//ui/base",
"//ui/events",

Powered by Google App Engine
This is Rietveld 408576698