| 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_public', | 11 'target_name': 'wm', |
| 12 'type': 'static_library', | |
| 13 'dependencies': [ | |
| 14 '../../skia/skia.gyp:skia', | |
| 15 '../aura/aura.gyp:aura', | |
| 16 '../gfx/gfx.gyp:gfx_geometry', | |
| 17 ], | |
| 18 'sources': [ | |
| 19 'public/window_types.h', | |
| 20 ], | |
| 21 }, | |
| 22 { | |
| 23 'target_name': 'wm_core', | |
| 24 'type': '<(component)', | 12 'type': '<(component)', |
| 25 'dependencies': [ | 13 'dependencies': [ |
| 26 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
| 27 '../../skia/skia.gyp:skia', | 15 '../../skia/skia.gyp:skia', |
| 28 '../aura/aura.gyp:aura', | 16 '../aura/aura.gyp:aura', |
| 29 '../compositor/compositor.gyp:compositor', | 17 '../compositor/compositor.gyp:compositor', |
| 30 '../events/events.gyp:events_base', | 18 '../events/events.gyp:events_base', |
| 31 '../events/events.gyp:events', | 19 '../events/events.gyp:events', |
| 32 '../gfx/gfx.gyp:gfx_geometry', | 20 '../gfx/gfx.gyp:gfx_geometry', |
| 33 '../gfx/gfx.gyp:gfx', | 21 '../gfx/gfx.gyp:gfx', |
| 34 '../resources/ui_resources.gyp:ui_resources', | 22 '../resources/ui_resources.gyp:ui_resources', |
| 35 '../base/ui_base.gyp:ui_base', | 23 '../base/ui_base.gyp:ui_base', |
| 36 ], | 24 ], |
| 37 'defines': [ | 25 'defines': [ |
| 38 'WM_CORE_IMPLEMENTATION', | 26 'WM_IMPLEMENTATION', |
| 39 ], | 27 ], |
| 40 'sources': [ | 28 'sources': [ |
| 41 'core/base_focus_rules.cc', | 29 'core/base_focus_rules.cc', |
| 42 'core/base_focus_rules.h', | 30 'core/base_focus_rules.h', |
| 43 'core/capture_controller.cc', | 31 'core/capture_controller.cc', |
| 44 'core/capture_controller.h', | 32 'core/capture_controller.h', |
| 45 'core/compound_event_filter.cc', | 33 'core/compound_event_filter.cc', |
| 46 'core/compound_event_filter.h', | 34 'core/compound_event_filter.h', |
| 47 'core/cursor_manager.cc', | 35 'core/cursor_manager.cc', |
| 48 'core/cursor_manager.h', | 36 'core/cursor_manager.h', |
| 37 'core/default_activation_client.cc', |
| 38 'core/default_activation_client.h', |
| 49 'core/easy_resize_window_targeter.cc', | 39 'core/easy_resize_window_targeter.cc', |
| 50 'core/easy_resize_window_targeter.h', | 40 'core/easy_resize_window_targeter.h', |
| 51 'core/focus_controller.cc', | 41 'core/focus_controller.cc', |
| 52 'core/focus_controller.h', | 42 'core/focus_controller.h', |
| 53 'core/focus_rules.h', | 43 'core/focus_rules.h', |
| 54 'core/image_grid.cc', | 44 'core/image_grid.cc', |
| 55 'core/image_grid.h', | 45 'core/image_grid.h', |
| 56 'core/input_method_event_filter.cc', | 46 'core/input_method_event_filter.cc', |
| 57 'core/input_method_event_filter.h', | 47 'core/input_method_event_filter.h', |
| 58 'core/masked_window_targeter.cc', | 48 'core/masked_window_targeter.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 73 'core/transient_window_stacking_client.cc', | 63 'core/transient_window_stacking_client.cc', |
| 74 'core/transient_window_stacking_client.h', | 64 'core/transient_window_stacking_client.h', |
| 75 'core/visibility_controller.cc', | 65 'core/visibility_controller.cc', |
| 76 'core/visibility_controller.h', | 66 'core/visibility_controller.h', |
| 77 'core/window_animations.cc', | 67 'core/window_animations.cc', |
| 78 'core/window_animations.h', | 68 'core/window_animations.h', |
| 79 'core/window_modality_controller.cc', | 69 'core/window_modality_controller.cc', |
| 80 'core/window_modality_controller.h', | 70 'core/window_modality_controller.h', |
| 81 'core/window_util.cc', | 71 'core/window_util.cc', |
| 82 'core/window_util.h', | 72 'core/window_util.h', |
| 83 'core/wm_core_export.h', | |
| 84 'core/wm_core_switches.cc', | 73 'core/wm_core_switches.cc', |
| 85 'core/wm_core_switches.h', | 74 'core/wm_core_switches.h', |
| 86 'core/wm_state.cc', | 75 'core/wm_state.cc', |
| 87 'core/wm_state.h', | 76 'core/wm_state.h', |
| 77 'public/activation_change_observer.h', |
| 78 'public/activation_change_observer.cc', |
| 79 'public/activation_client.cc', |
| 80 'public/activation_client.h', |
| 81 'public/activation_delegate.cc', |
| 82 'public/activation_delegate.h', |
| 83 'public/animation_host.cc', |
| 84 'public/animation_host.h', |
| 88 'public/cursor_delegate.cc', | 85 'public/cursor_delegate.cc', |
| 89 'public/cursor_delegate.h', | 86 'public/cursor_delegate.h', |
| 87 'public/dispatcher_client.cc', |
| 88 'public/dispatcher_client.h', |
| 89 'public/drag_drop_client.cc', |
| 90 'public/drag_drop_client.h', |
| 91 'public/drag_drop_delegate.cc', |
| 92 'public/drag_drop_delegate.h', |
| 93 'public/scoped_tooltip_disabler.cc', |
| 94 'public/scoped_tooltip_disabler.h', |
| 95 'public/tooltip_client.cc', |
| 96 'public/tooltip_client.h', |
| 97 'public/transient_window_client.cc', |
| 98 'public/transient_window_client.h', |
| 99 'public/window_move_client.cc', |
| 100 'public/window_move_client.h', |
| 101 'public/window_types.h', |
| 102 'wm_export.h', |
| 90 ], | 103 ], |
| 91 }, | 104 }, |
| 92 { | 105 { |
| 93 'target_name': 'wm_test_support', | 106 'target_name': 'wm_test_support', |
| 94 'type': 'static_library', | 107 'type': 'static_library', |
| 95 'dependencies': [ | 108 'dependencies': [ |
| 96 '../../skia/skia.gyp:skia', | 109 '../../skia/skia.gyp:skia', |
| 110 '../../testing/gtest.gyp:gtest', |
| 97 '../aura/aura.gyp:aura', | 111 '../aura/aura.gyp:aura', |
| 112 'wm', |
| 98 ], | 113 ], |
| 99 'sources': [ | 114 'sources': [ |
| 115 'test/wm_test_base.cc', |
| 116 'test/wm_test_base.h', |
| 100 'test/wm_test_helper.cc', | 117 'test/wm_test_helper.cc', |
| 101 'test/wm_test_helper.h', | 118 'test/wm_test_helper.h', |
| 102 ], | 119 ], |
| 103 }, | 120 }, |
| 104 { | 121 { |
| 105 'target_name': 'wm_core_unittests', | 122 'target_name': 'wm_core_unittests', |
| 106 'type': 'executable', | 123 'type': 'executable', |
| 107 'dependencies': [ | 124 'dependencies': [ |
| 108 '../../base/base.gyp:base', | 125 '../../base/base.gyp:base', |
| 109 '../../base/base.gyp:test_support_base', | 126 '../../base/base.gyp:test_support_base', |
| 110 '../../skia/skia.gyp:skia', | 127 '../../skia/skia.gyp:skia', |
| 111 '../../testing/gtest.gyp:gtest', | 128 '../../testing/gtest.gyp:gtest', |
| 112 '../aura/aura.gyp:aura', | 129 '../aura/aura.gyp:aura', |
| 113 '../aura/aura.gyp:aura_test_support', | 130 '../aura/aura.gyp:aura_test_support', |
| 114 '../compositor/compositor.gyp:compositor', | 131 '../compositor/compositor.gyp:compositor', |
| 115 '../events/events.gyp:events_base', | 132 '../events/events.gyp:events_base', |
| 116 '../events/events.gyp:events', | 133 '../events/events.gyp:events', |
| 117 '../gfx/gfx.gyp:gfx_geometry', | 134 '../gfx/gfx.gyp:gfx_geometry', |
| 118 '../gfx/gfx.gyp:gfx', | 135 '../gfx/gfx.gyp:gfx', |
| 119 '../base/ui_base.gyp:ui_base', | 136 '../base/ui_base.gyp:ui_base', |
| 120 'wm_core', | 137 'wm', |
| 121 'wm_test_support', | 138 'wm_test_support', |
| 122 ], | 139 ], |
| 123 'sources': [ | 140 'sources': [ |
| 124 'test/run_all_unittests.cc', | 141 'test/run_all_unittests.cc', |
| 125 'core/compound_event_filter_unittest.cc', | 142 'core/compound_event_filter_unittest.cc', |
| 126 'core/cursor_manager_unittest.cc', | 143 'core/cursor_manager_unittest.cc', |
| 127 'core/focus_controller_unittest.cc', | 144 'core/focus_controller_unittest.cc', |
| 128 'core/input_method_event_filter_unittest.cc', | 145 'core/input_method_event_filter_unittest.cc', |
| 129 'core/image_grid_unittest.cc', | 146 'core/image_grid_unittest.cc', |
| 130 'core/shadow_controller_unittest.cc', | 147 'core/shadow_controller_unittest.cc', |
| 131 'core/transient_window_manager_unittest.cc', | 148 'core/transient_window_manager_unittest.cc', |
| 132 'core/transient_window_stacking_client_unittest.cc', | 149 'core/transient_window_stacking_client_unittest.cc', |
| 133 'core/visibility_controller_unittest.cc', | 150 'core/visibility_controller_unittest.cc', |
| 134 'core/window_animations_unittest.cc', | 151 'core/window_animations_unittest.cc', |
| 135 'core/window_util_unittest.cc', | 152 'core/window_util_unittest.cc', |
| 136 ], | 153 ], |
| 137 }, | 154 }, |
| 138 ], | 155 ], |
| 139 } | 156 } |
| OLD | NEW |