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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 ['OS == "linux" and use_aura==1 and chromeos==0', { | 126 ['OS == "linux" and use_aura==1 and chromeos==0', { |
127 'sources': [ | 127 'sources': [ |
128 'ime/input_method_auralinux_unittest.cc', | 128 'ime/input_method_auralinux_unittest.cc', |
129 ] | 129 ] |
130 }], | 130 }], |
131 ['OS == "win"', { | 131 ['OS == "win"', { |
132 'sources': [ | 132 'sources': [ |
133 'dragdrop/os_exchange_data_win_unittest.cc', | 133 'dragdrop/os_exchange_data_win_unittest.cc', |
134 'win/hwnd_subclass_unittest.cc', | 134 'win/hwnd_subclass_unittest.cc', |
135 'win/open_file_name_win_unittest.cc', | 135 'win/open_file_name_win_unittest.cc', |
| 136 'win/osk_display_manager_unittest.cc', |
136 ], | 137 ], |
137 'msvs_settings': { | 138 'msvs_settings': { |
138 'VCLinkerTool': { | 139 'VCLinkerTool': { |
139 'DelayLoadDLLs': [ | 140 'DelayLoadDLLs': [ |
140 'd2d1.dll', | 141 'd2d1.dll', |
141 'd3d10_1.dll', | 142 'd3d10_1.dll', |
142 ], | 143 ], |
143 'AdditionalDependencies': [ | 144 'AdditionalDependencies': [ |
144 'd2d1.lib', | 145 'd2d1.lib', |
145 'd3d10_1.lib', | 146 'd3d10_1.lib', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'dependencies': [ | 327 'dependencies': [ |
327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 328 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
328 ], | 329 ], |
329 }], | 330 }], |
330 ], | 331 ], |
331 }, | 332 }, |
332 ], | 333 ], |
333 }], | 334 }], |
334 ], | 335 ], |
335 } | 336 } |
OLD | NEW |