| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 }, | 120 }, |
| 121 'includes': [ '../../build/copy_test_data_ios.gypi' ], | 121 'includes': [ '../../build/copy_test_data_ios.gypi' ], |
| 122 }, | 122 }, |
| 123 ], | 123 ], |
| 124 }], | 124 }], |
| 125 ['OS == "linux" and use_aura==1 and chromeos==0', { | 125 ['OS == "linux" and use_aura==1 and chromeos==0', { |
| 126 'sources': [ | 126 'sources': [ |
| 127 'ime/input_method_auralinux_unittest.cc', | 127 'ime/input_method_auralinux_unittest.cc', |
| 128 ] | 128 ] |
| 129 }], | 129 }], |
| 130 ['OS == "linux" and chromeos==0', { |
| 131 'sources': [ |
| 132 'ime/linux/text_edit_command_auralinux_unittest.cc', |
| 133 ], |
| 134 'dependencies': [ |
| 135 '../../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 136 ] |
| 137 }], |
| 130 ['OS == "win"', { | 138 ['OS == "win"', { |
| 131 'sources': [ | 139 'sources': [ |
| 132 'dragdrop/os_exchange_data_win_unittest.cc', | 140 'dragdrop/os_exchange_data_win_unittest.cc', |
| 133 'win/hwnd_subclass_unittest.cc', | 141 'win/hwnd_subclass_unittest.cc', |
| 134 'win/open_file_name_win_unittest.cc', | 142 'win/open_file_name_win_unittest.cc', |
| 135 'win/osk_display_manager_unittest.cc', | 143 'win/osk_display_manager_unittest.cc', |
| 136 ], | 144 ], |
| 137 'msvs_settings': { | 145 'msvs_settings': { |
| 138 'VCLinkerTool': { | 146 'VCLinkerTool': { |
| 139 'DelayLoadDLLs': [ | 147 'DelayLoadDLLs': [ |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'dependencies': [ | 333 'dependencies': [ |
| 326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 334 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 327 ], | 335 ], |
| 328 }], | 336 }], |
| 329 ], | 337 ], |
| 330 }, | 338 }, |
| 331 ], | 339 ], |
| 332 }], | 340 }], |
| 333 ], | 341 ], |
| 334 } | 342 } |
| OLD | NEW |