| 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 26 matching lines...) Expand all Loading... |
| 37 'ios/cru_context_menu_controller_unittest.mm', | 37 'ios/cru_context_menu_controller_unittest.mm', |
| 38 'l10n/l10n_util_mac_unittest.mm', | 38 'l10n/l10n_util_mac_unittest.mm', |
| 39 'l10n/l10n_util_unittest.cc', | 39 'l10n/l10n_util_unittest.cc', |
| 40 'l10n/l10n_util_win_unittest.cc', | 40 'l10n/l10n_util_win_unittest.cc', |
| 41 'l10n/time_format_unittest.cc', | 41 'l10n/time_format_unittest.cc', |
| 42 'layout_unittest.cc', | 42 'layout_unittest.cc', |
| 43 'models/tree_node_iterator_unittest.cc', | 43 'models/tree_node_iterator_unittest.cc', |
| 44 'resource/data_pack_literal.cc', | 44 'resource/data_pack_literal.cc', |
| 45 'resource/data_pack_unittest.cc', | 45 'resource/data_pack_unittest.cc', |
| 46 'resource/resource_bundle_unittest.cc', | 46 'resource/resource_bundle_unittest.cc', |
| 47 'template_expressions_unittest.cc', |
| 47 'test/run_all_unittests.cc', | 48 'test/run_all_unittests.cc', |
| 48 ], | 49 ], |
| 49 'all_sources': [ | 50 'all_sources': [ |
| 50 # Note: file list duplicated in GN build. | 51 # Note: file list duplicated in GN build. |
| 51 '<@(_common_sources)', | 52 '<@(_common_sources)', |
| 52 'accelerators/accelerator_manager_unittest.cc', | 53 'accelerators/accelerator_manager_unittest.cc', |
| 53 'accelerators/menu_label_accelerator_util_linux_unittest.cc', | 54 'accelerators/menu_label_accelerator_util_linux_unittest.cc', |
| 54 'clipboard/custom_data_helper_unittest.cc', | 55 'clipboard/custom_data_helper_unittest.cc', |
| 55 'cocoa/base_view_unittest.mm', | 56 'cocoa/base_view_unittest.mm', |
| 56 'cocoa/cocoa_base_utils_unittest.mm', | 57 'cocoa/cocoa_base_utils_unittest.mm', |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'dependencies': [ | 308 'dependencies': [ |
| 308 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 309 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 309 ], | 310 ], |
| 310 }], | 311 }], |
| 311 ], | 312 ], |
| 312 }, | 313 }, |
| 313 ], | 314 ], |
| 314 }], | 315 }], |
| 315 ], | 316 ], |
| 316 } | 317 } |
| OLD | NEW |