| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'wm_export.h', | 93 'wm_export.h', |
| 94 ], | 94 ], |
| 95 }, | 95 }, |
| 96 { | 96 { |
| 97 # GN version: //ui/wm:test_support | 97 # GN version: //ui/wm:test_support |
| 98 'target_name': 'wm_test_support', | 98 'target_name': 'wm_test_support', |
| 99 'type': 'static_library', | 99 'type': 'static_library', |
| 100 'dependencies': [ | 100 'dependencies': [ |
| 101 '../../skia/skia.gyp:skia', | 101 '../../skia/skia.gyp:skia', |
| 102 '../aura/aura.gyp:aura', | 102 '../aura/aura.gyp:aura', |
| 103 '../base/ui_base.gyp:ui_base', | |
| 104 '../events/events.gyp:events', | 103 '../events/events.gyp:events', |
| 105 '../events/events.gyp:events_base', | 104 '../events/events.gyp:events_base', |
| 106 ], | 105 ], |
| 107 'sources': [ | 106 'sources': [ |
| 108 'test/wm_test_helper.cc', | 107 'test/wm_test_helper.cc', |
| 109 'test/wm_test_helper.h', | 108 'test/wm_test_helper.h', |
| 110 ], | 109 ], |
| 111 }, | 110 }, |
| 112 { | 111 { |
| 113 # GN version: //ui/wm:wm_unittests | 112 # GN version: //ui/wm:wm_unittests |
| (...skipping 27 matching lines...) Expand all Loading... |
| 141 'core/transient_window_manager_unittest.cc', | 140 'core/transient_window_manager_unittest.cc', |
| 142 'core/transient_window_stacking_client_unittest.cc', | 141 'core/transient_window_stacking_client_unittest.cc', |
| 143 'core/user_activity_detector_unittest.cc', | 142 'core/user_activity_detector_unittest.cc', |
| 144 'core/visibility_controller_unittest.cc', | 143 'core/visibility_controller_unittest.cc', |
| 145 'core/window_animations_unittest.cc', | 144 'core/window_animations_unittest.cc', |
| 146 'core/window_util_unittest.cc', | 145 'core/window_util_unittest.cc', |
| 147 ], | 146 ], |
| 148 }, | 147 }, |
| 149 ], | 148 ], |
| 150 } | 149 } |
| OLD | NEW |