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

Unified Diff: ash/ash.gyp

Issue 15367003: Create a mirror window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 7 years, 7 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: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 5f56f40bc3d8715ff3d00e5be633a227db35434d..6303eab408642c04395edd969726cb6374b4f415 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -99,6 +99,8 @@
'display/display_pref_util.h',
'display/event_transformation_handler.cc',
'display/event_transformation_handler.h',
+ 'display/mirror_window_controller.cc',
+ 'display/mirror_window_controller.h',
'display/mouse_cursor_event_filter.cc',
'display/mouse_cursor_event_filter.h',
'display/output_configurator_animation.cc',
@@ -554,6 +556,8 @@
'test/launcher_view_test_api.h',
'test/display_manager_test_api.cc',
'test/display_manager_test_api.h',
+ 'test/mirror_window_test_api.cc',
+ 'test/mirror_window_test_api.h',
'test/shell_test_api.cc',
'test/shell_test_api.h',
'test/test_activation_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698