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

Unified Diff: components/mus/ws/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 | « components/mus/surfaces/DEPS ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 9312a0c6f55966f3399744e45c211b46cda2152d..29b317d7e2f01dc1b6c467a67701f98a547ff7f4 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -69,7 +69,6 @@ source_set("lib") {
"//components/mus/gles2",
"//components/mus/public/interfaces",
"//components/mus/surfaces",
- "//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/converters/geometry",
"//mojo/converters/ime",
@@ -77,6 +76,7 @@ source_set("lib") {
"//mojo/converters/surfaces",
"//mojo/public/cpp/bindings:callback",
"//mojo/services/tracing/public/cpp",
+ "//mojo/shell/public/cpp",
"//ui/base",
"//ui/events",
"//ui/events/platform",
@@ -145,7 +145,6 @@ test("window_manager_unittests") {
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//components/mus/surfaces",
- "//mojo/application/public/interfaces",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/converters/transform",
@@ -153,6 +152,7 @@ test("window_manager_unittests") {
"//mojo/gles2",
"//mojo/platform_handle",
"//mojo/public/cpp/bindings:bindings",
+ "//mojo/shell/public/interfaces",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//ui/events",
@@ -184,9 +184,9 @@ 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/converters/geometry",
+ "//mojo/shell/public/cpp:sources",
+ "//mojo/shell/public/cpp:test_support",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
« no previous file with comments | « components/mus/surfaces/DEPS ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698