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

Unified Diff: ui/wm/BUILD.gn

Issue 686513004: Creating default implementation for aura::client::ScreenPositionClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implementing review feedback Created 6 years, 1 month 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: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index 67248f47bc418f07cc77c05e29d413c5e610971b..0127f7c53a55121cf4086f7c8802a6a9b5e5110a 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -19,6 +19,8 @@ component("wm") {
"core/cursor_manager.h",
"core/default_activation_client.cc",
"core/default_activation_client.h",
+ "core/default_screen_position_client.cc",
+ "core/default_screen_position_client.h",
"core/easy_resize_window_targeter.cc",
"core/easy_resize_window_targeter.h",
"core/focus_controller.cc",

Powered by Google App Engine
This is Rietveld 408576698