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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 'core/window_animations.cc', | 86 'core/window_animations.cc', |
87 'core/window_animations.h', | 87 'core/window_animations.h', |
88 'core/window_modality_controller.cc', | 88 'core/window_modality_controller.cc', |
89 'core/window_modality_controller.h', | 89 'core/window_modality_controller.h', |
90 'core/window_util.cc', | 90 'core/window_util.cc', |
91 'core/window_util.h', | 91 'core/window_util.h', |
92 'core/wm_core_switches.cc', | 92 'core/wm_core_switches.cc', |
93 'core/wm_core_switches.h', | 93 'core/wm_core_switches.h', |
94 'core/wm_state.cc', | 94 'core/wm_state.cc', |
95 'core/wm_state.h', | 95 'core/wm_state.h', |
96 'public/window_types.h', | |
97 'wm_export.h', | 96 'wm_export.h', |
98 ], | 97 ], |
99 }, | 98 }, |
100 { | 99 { |
101 # GN version: //ui/wm:test_support | 100 # GN version: //ui/wm:test_support |
102 'target_name': 'wm_test_support', | 101 'target_name': 'wm_test_support', |
103 'type': 'static_library', | 102 'type': 'static_library', |
104 'dependencies': [ | 103 'dependencies': [ |
105 '../../skia/skia.gyp:skia', | 104 '../../skia/skia.gyp:skia', |
106 '../aura/aura.gyp:aura', | 105 '../aura/aura.gyp:aura', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'core/transient_window_manager_unittest.cc', | 144 'core/transient_window_manager_unittest.cc', |
146 'core/transient_window_stacking_client_unittest.cc', | 145 'core/transient_window_stacking_client_unittest.cc', |
147 'core/user_activity_detector_unittest.cc', | 146 'core/user_activity_detector_unittest.cc', |
148 'core/visibility_controller_unittest.cc', | 147 'core/visibility_controller_unittest.cc', |
149 'core/window_animations_unittest.cc', | 148 'core/window_animations_unittest.cc', |
150 'core/window_util_unittest.cc', | 149 'core/window_util_unittest.cc', |
151 ], | 150 ], |
152 }, | 151 }, |
153 ], | 152 ], |
154 } | 153 } |
OLD | NEW |