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

Unified Diff: mash/wm/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 | « mash/wallpaper/wallpaper.cc ('k') | mash/wm/accelerator_registrar_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 882d3acd42bc1d82e0b4921af72fc4edfc728605..9beaa14e127ea522cd0b6c6b82731eb0db15c41e 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -65,11 +65,11 @@ source_set("lib") {
"//components/mus/public/interfaces",
"//mash/wm/public/interfaces",
"//mash/wm/resources",
- "//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/services/tracing/public/cpp",
+ "//mojo/shell/public/cpp",
"//skia",
"//ui/aura",
"//ui/events",
@@ -93,7 +93,7 @@ mojo_native_application("wm") {
deps = [
":lib",
":resources",
- "//mojo/application/public/cpp",
+ "//mojo/shell/public/cpp",
]
data_deps = [
@@ -136,10 +136,10 @@ mojo_native_application("apptests") {
"//components/mus/public/cpp",
"//components/mus/public/cpp/tests:test_support",
"//components/mus/public/interfaces",
- "//mojo/application/public/cpp:sources",
- "//mojo/application/public/cpp:test_support",
"//mojo/common:common_base",
"//mojo/converters/geometry",
+ "//mojo/shell/public/cpp:sources",
+ "//mojo/shell/public/cpp:test_support",
"//ui/mojo/geometry:interfaces",
"//ui/mojo/geometry:util",
]
« no previous file with comments | « mash/wallpaper/wallpaper.cc ('k') | mash/wm/accelerator_registrar_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698