| 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 { |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 '../events/events.gyp:events', | 130 '../events/events.gyp:events', |
| 131 '../events/events.gyp:events_base', | 131 '../events/events.gyp:events_base', |
| 132 '../events/platform/events_platform.gyp:events_platform', | 132 '../events/platform/events_platform.gyp:events_platform', |
| 133 '../gfx/gfx.gyp:gfx', | 133 '../gfx/gfx.gyp:gfx', |
| 134 '../gfx/gfx.gyp:gfx_geometry', | 134 '../gfx/gfx.gyp:gfx_geometry', |
| 135 'wm', | 135 'wm', |
| 136 'wm_test_support', | 136 'wm_test_support', |
| 137 ], | 137 ], |
| 138 'sources': [ | 138 'sources': [ |
| 139 'test/run_all_unittests.cc', | 139 'test/run_all_unittests.cc', |
| 140 'core/capture_controller_unittest.cc', |
| 140 'core/compound_event_filter_unittest.cc', | 141 'core/compound_event_filter_unittest.cc', |
| 141 'core/cursor_manager_unittest.cc', | 142 'core/cursor_manager_unittest.cc', |
| 142 'core/focus_controller_unittest.cc', | 143 'core/focus_controller_unittest.cc', |
| 143 'core/input_method_event_filter_unittest.cc', | 144 'core/input_method_event_filter_unittest.cc', |
| 144 'core/image_grid_unittest.cc', | 145 'core/image_grid_unittest.cc', |
| 145 'core/nested_accelerator_controller_unittest.cc', | 146 'core/nested_accelerator_controller_unittest.cc', |
| 146 'core/shadow_controller_unittest.cc', | 147 'core/shadow_controller_unittest.cc', |
| 147 'core/shadow_unittest.cc', | 148 'core/shadow_unittest.cc', |
| 148 'core/transient_window_manager_unittest.cc', | 149 'core/transient_window_manager_unittest.cc', |
| 149 'core/transient_window_stacking_client_unittest.cc', | 150 'core/transient_window_stacking_client_unittest.cc', |
| 150 'core/user_activity_detector_unittest.cc', | 151 'core/user_activity_detector_unittest.cc', |
| 151 'core/visibility_controller_unittest.cc', | 152 'core/visibility_controller_unittest.cc', |
| 152 'core/window_animations_unittest.cc', | 153 'core/window_animations_unittest.cc', |
| 153 'core/window_util_unittest.cc', | 154 'core/window_util_unittest.cc', |
| 154 ], | 155 ], |
| 155 }, | 156 }, |
| 156 ], | 157 ], |
| 157 } | 158 } |
| OLD | NEW |