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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'display/display_controller.h', 92 'display/display_controller.h',
93 'display/display_error_dialog.cc', 93 'display/display_error_dialog.cc',
94 'display/display_error_dialog.h', 94 'display/display_error_dialog.h',
95 'display/display_info.h', 95 'display/display_info.h',
96 'display/display_info.cc', 96 'display/display_info.cc',
97 'display/display_manager.cc', 97 'display/display_manager.cc',
98 'display/display_manager.h', 98 'display/display_manager.h',
99 'display/display_pref_util.h', 99 'display/display_pref_util.h',
100 'display/event_transformation_handler.cc', 100 'display/event_transformation_handler.cc',
101 'display/event_transformation_handler.h', 101 'display/event_transformation_handler.h',
102 'display/mirror_window_controller.cc',
103 'display/mirror_window_controller.h',
102 'display/mouse_cursor_event_filter.cc', 104 'display/mouse_cursor_event_filter.cc',
103 'display/mouse_cursor_event_filter.h', 105 'display/mouse_cursor_event_filter.h',
104 'display/output_configurator_animation.cc', 106 'display/output_configurator_animation.cc',
105 'display/output_configurator_animation.h', 107 'display/output_configurator_animation.h',
106 'display/screen_position_controller.cc', 108 'display/screen_position_controller.cc',
107 'display/screen_position_controller.h', 109 'display/screen_position_controller.h',
108 'display/shared_display_edge_indicator.cc', 110 'display/shared_display_edge_indicator.cc',
109 'display/shared_display_edge_indicator.h', 111 'display/shared_display_edge_indicator.h',
110 'drag_drop/drag_drop_controller.cc', 112 'drag_drop/drag_drop_controller.cc',
111 'drag_drop/drag_drop_controller.h', 113 'drag_drop/drag_drop_controller.h',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'test/ash_test_base.cc', 549 'test/ash_test_base.cc',
548 'test/ash_test_base.h', 550 'test/ash_test_base.h',
549 'test/ash_test_helper.cc', 551 'test/ash_test_helper.cc',
550 'test/ash_test_helper.h', 552 'test/ash_test_helper.h',
551 'test/cursor_manager_test_api.cc', 553 'test/cursor_manager_test_api.cc',
552 'test/cursor_manager_test_api.h', 554 'test/cursor_manager_test_api.h',
553 'test/launcher_view_test_api.cc', 555 'test/launcher_view_test_api.cc',
554 'test/launcher_view_test_api.h', 556 'test/launcher_view_test_api.h',
555 'test/display_manager_test_api.cc', 557 'test/display_manager_test_api.cc',
556 'test/display_manager_test_api.h', 558 'test/display_manager_test_api.h',
559 'test/mirror_window_test_api.cc',
560 'test/mirror_window_test_api.h',
557 'test/shell_test_api.cc', 561 'test/shell_test_api.cc',
558 'test/shell_test_api.h', 562 'test/shell_test_api.h',
559 'test/test_activation_delegate.cc', 563 'test/test_activation_delegate.cc',
560 'test/test_activation_delegate.h', 564 'test/test_activation_delegate.h',
561 'test/test_launcher_delegate.cc', 565 'test/test_launcher_delegate.cc',
562 'test/test_launcher_delegate.h', 566 'test/test_launcher_delegate.h',
563 'test/test_session_state_delegate.cc', 567 'test/test_session_state_delegate.cc',
564 'test/test_session_state_delegate.cc', 568 'test/test_session_state_delegate.cc',
565 'test/test_shell_delegate.cc', 569 'test/test_shell_delegate.cc',
566 'test/test_shell_delegate.h', 570 'test/test_shell_delegate.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 'shell/cocoa/app-Info.plist', 852 'shell/cocoa/app-Info.plist',
849 ], 853 ],
850 'xcode_settings': { 854 'xcode_settings': {
851 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 855 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
852 }, 856 },
853 }], 857 }],
854 ], 858 ],
855 }, 859 },
856 ], 860 ],
857 } 861 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698