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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'core/wm_core_switches.cc', | 84 'core/wm_core_switches.cc', |
85 'core/wm_core_switches.h', | 85 'core/wm_core_switches.h', |
86 'core/wm_state.cc', | 86 'core/wm_state.cc', |
87 'core/wm_state.h', | 87 'core/wm_state.h', |
88 'wm_export.h', | 88 'wm_export.h', |
89 ], | 89 ], |
90 'conditions': [ | 90 'conditions': [ |
91 ['use_x11==1', { | 91 ['use_x11==1', { |
92 'dependencies': [ | 92 'dependencies': [ |
93 '../../build/linux/system.gyp:x11', | 93 '../../build/linux/system.gyp:x11', |
| 94 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11', |
94 ], | 95 ], |
95 }], | 96 }], |
96 ], | 97 ], |
97 }, | 98 }, |
98 { | 99 { |
99 # GN version: //ui/wm:test_support | 100 # GN version: //ui/wm:test_support |
100 'target_name': 'wm_test_support', | 101 'target_name': 'wm_test_support', |
101 'type': 'static_library', | 102 'type': 'static_library', |
102 'dependencies': [ | 103 'dependencies': [ |
103 '../../skia/skia.gyp:skia', | 104 '../../skia/skia.gyp:skia', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 '../../build/isolate.gypi', | 163 '../../build/isolate.gypi', |
163 ], | 164 ], |
164 'sources': [ | 165 'sources': [ |
165 'wm_unittests.isolate', | 166 'wm_unittests.isolate', |
166 ], | 167 ], |
167 }, | 168 }, |
168 ], | 169 ], |
169 }], | 170 }], |
170 ], | 171 ], |
171 } | 172 } |
OLD | NEW |