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

Unified Diff: components/mus/example/wm/BUILD.gn

Issue 1414943003: Moves move logic into WM instead of WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 5 years, 2 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 | « no previous file | components/mus/example/wm/move_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/wm/BUILD.gn
diff --git a/components/mus/example/wm/BUILD.gn b/components/mus/example/wm/BUILD.gn
index 7f31649af9eb207e86983f45eac9aac282f0d55f..77f909d92b61a2dd463fa5502acd0c1c7a44d76f 100644
--- a/components/mus/example/wm/BUILD.gn
+++ b/components/mus/example/wm/BUILD.gn
@@ -18,6 +18,8 @@ mojo_native_application("example_wm") {
sources = [
"container.h",
"main.cc",
+ "move_loop.cc",
+ "move_loop.h",
"window_layout.cc",
"window_layout.h",
"window_manager_application.cc",
@@ -32,6 +34,8 @@ mojo_native_application("example_wm") {
"//components/mus/public/interfaces",
"//mojo/application/public/cpp",
"//mojo/common:common_base",
+ "//mojo/converters/geometry",
+ "//ui/mojo/events:interfaces",
]
data_deps = [
« no previous file with comments | « no previous file | components/mus/example/wm/move_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698