| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| 11 'target_name': 'wm', | 11 'target_name': 'wm', |
| 12 'type': '<(component)', | 12 'type': '<(component)', |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
| 15 '../../skia/skia.gyp:skia', | 15 '../../skia/skia.gyp:skia', |
| 16 '../aura/aura.gyp:aura', | 16 '../aura/aura.gyp:aura', |
| 17 '../compositor/compositor.gyp:compositor', | 17 '../compositor/compositor.gyp:compositor', |
| 18 '../events/events.gyp:events', | 18 '../events/events.gyp:events', |
| 19 '../events/events.gyp:events_base', | 19 '../events/events.gyp:events_base', |
| 20 '../gfx/gfx.gyp:gfx_geometry', | 20 '../gfx/gfx.gyp:gfx_geometry', |
| 21 '../gfx/gfx.gyp:gfx', | 21 '../gfx/gfx.gyp:gfx', |
| 22 '../resources/ui_resources.gyp:ui_resources', | 22 '../resources/ui_resources.gyp:ui_resources', |
| 23 '../base/ui_base.gyp:ui_base', | 23 '../base/ui_base.gyp:ui_base', |
| 24 ], | 24 ], |
| 25 'defines': [ | 25 'defines': [ |
| 26 'WM_IMPLEMENTATION', | 26 'WM_IMPLEMENTATION', |
| 27 ], | 27 ], |
| 28 'sources': [ | 28 'sources': [ |
| 29 'core/nested_accelerator_dispatcher_linux.cc', | 29 'core/accelerator_delegate.h', |
| 30 'core/nested_accelerator_dispatcher_win.cc', | 30 'core/accelerator_filter.cc', |
| 31 'core/nested_accelerator_dispatcher.cc', | 31 'core/accelerator_filter.h', |
| 32 'core/nested_accelerator_dispatcher.h', | |
| 33 'core/nested_accelerator_delegate.h', | |
| 34 'core/nested_accelerator_controller.cc', | |
| 35 'core/nested_accelerator_controller.h', | |
| 36 'core/base_focus_rules.h', | 32 'core/base_focus_rules.h', |
| 37 'core/base_focus_rules.cc', | 33 'core/base_focus_rules.cc', |
| 38 'core/base_focus_rules.h', | 34 'core/base_focus_rules.h', |
| 39 'core/capture_controller.cc', | 35 'core/capture_controller.cc', |
| 40 'core/capture_controller.h', | 36 'core/capture_controller.h', |
| 41 'core/compound_event_filter.cc', | 37 'core/compound_event_filter.cc', |
| 42 'core/compound_event_filter.h', | 38 'core/compound_event_filter.h', |
| 43 'core/cursor_manager.cc', | 39 'core/cursor_manager.cc', |
| 44 'core/cursor_manager.h', | 40 'core/cursor_manager.h', |
| 45 'core/default_activation_client.cc', | 41 'core/default_activation_client.cc', |
| 46 'core/default_activation_client.h', | 42 'core/default_activation_client.h', |
| 47 'core/easy_resize_window_targeter.cc', | 43 'core/easy_resize_window_targeter.cc', |
| 48 'core/easy_resize_window_targeter.h', | 44 'core/easy_resize_window_targeter.h', |
| 49 'core/focus_controller.cc', | 45 'core/focus_controller.cc', |
| 50 'core/focus_controller.h', | 46 'core/focus_controller.h', |
| 51 'core/focus_rules.h', | 47 'core/focus_rules.h', |
| 52 'core/image_grid.cc', | 48 'core/image_grid.cc', |
| 53 'core/image_grid.h', | 49 'core/image_grid.h', |
| 54 'core/input_method_event_filter.cc', | 50 'core/input_method_event_filter.cc', |
| 55 'core/input_method_event_filter.h', | 51 'core/input_method_event_filter.h', |
| 56 'core/masked_window_targeter.cc', | 52 'core/masked_window_targeter.cc', |
| 57 'core/masked_window_targeter.h', | 53 'core/masked_window_targeter.h', |
| 58 'core/native_cursor_manager.h', | 54 'core/native_cursor_manager.h', |
| 59 'core/native_cursor_manager_delegate.h', | 55 'core/native_cursor_manager_delegate.h', |
| 56 'core/nested_accelerator_dispatcher_linux.cc', |
| 57 'core/nested_accelerator_dispatcher_win.cc', |
| 58 'core/nested_accelerator_dispatcher.cc', |
| 59 'core/nested_accelerator_dispatcher.h', |
| 60 'core/nested_accelerator_delegate.h', |
| 61 'core/nested_accelerator_controller.cc', |
| 62 'core/nested_accelerator_controller.h', |
| 60 'core/shadow.cc', | 63 'core/shadow.cc', |
| 61 'core/shadow.h', | 64 'core/shadow.h', |
| 62 'core/shadow_controller.cc', | 65 'core/shadow_controller.cc', |
| 63 'core/shadow_controller.h', | 66 'core/shadow_controller.h', |
| 64 'core/shadow_types.cc', | 67 'core/shadow_types.cc', |
| 65 'core/shadow_types.h', | 68 'core/shadow_types.h', |
| 66 'core/transient_window_controller.cc', | 69 'core/transient_window_controller.cc', |
| 67 'core/transient_window_controller.h', | 70 'core/transient_window_controller.h', |
| 68 'core/transient_window_manager.cc', | 71 'core/transient_window_manager.cc', |
| 69 'core/transient_window_manager.h', | 72 'core/transient_window_manager.h', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'core/transient_window_manager_unittest.cc', | 137 'core/transient_window_manager_unittest.cc', |
| 135 'core/transient_window_stacking_client_unittest.cc', | 138 'core/transient_window_stacking_client_unittest.cc', |
| 136 'core/user_activity_detector_unittest.cc', | 139 'core/user_activity_detector_unittest.cc', |
| 137 'core/visibility_controller_unittest.cc', | 140 'core/visibility_controller_unittest.cc', |
| 138 'core/window_animations_unittest.cc', | 141 'core/window_animations_unittest.cc', |
| 139 'core/window_util_unittest.cc', | 142 'core/window_util_unittest.cc', |
| 140 ], | 143 ], |
| 141 }, | 144 }, |
| 142 ], | 145 ], |
| 143 } | 146 } |
| OLD | NEW |