| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'gfx/shadow_value_unittest.cc', | 139 'gfx/shadow_value_unittest.cc', |
| 140 'gfx/size_unittest.cc', | 140 'gfx/size_unittest.cc', |
| 141 'gfx/skbitmap_operations_unittest.cc', | 141 'gfx/skbitmap_operations_unittest.cc', |
| 142 'gfx/text_elider_unittest.cc', | 142 'gfx/text_elider_unittest.cc', |
| 143 'gfx/text_utils_unittest.cc', | 143 'gfx/text_utils_unittest.cc', |
| 144 'gfx/vector2d_unittest.cc', | 144 'gfx/vector2d_unittest.cc', |
| 145 'gfx/vector3d_unittest.cc', | 145 'gfx/vector3d_unittest.cc', |
| 146 ], | 146 ], |
| 147 'all_sources': [ | 147 'all_sources': [ |
| 148 '<@(_common_sources)', | 148 '<@(_common_sources)', |
| 149 'accessibility/ax_tree_unittest.cc', |
| 149 'base/accelerators/accelerator_manager_unittest.cc', | 150 'base/accelerators/accelerator_manager_unittest.cc', |
| 150 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', | 151 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', |
| 151 'base/clipboard/clipboard_unittest.cc', | 152 'base/clipboard/clipboard_unittest.cc', |
| 152 'base/clipboard/custom_data_helper_unittest.cc', | 153 'base/clipboard/custom_data_helper_unittest.cc', |
| 153 'base/cocoa/base_view_unittest.mm', | 154 'base/cocoa/base_view_unittest.mm', |
| 154 'base/cocoa/cocoa_event_utils_unittest.mm', | 155 'base/cocoa/cocoa_event_utils_unittest.mm', |
| 155 'base/cocoa/controls/blue_label_button_unittest.mm', | 156 'base/cocoa/controls/blue_label_button_unittest.mm', |
| 156 'base/cocoa/controls/hover_image_menu_button_unittest.mm', | 157 'base/cocoa/controls/hover_image_menu_button_unittest.mm', |
| 157 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', | 158 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', |
| 158 'base/cocoa/events_mac_unittest.mm', | 159 'base/cocoa/events_mac_unittest.mm', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 'variables': { | 377 'variables': { |
| 377 'test_suite_name': 'ui_unittests', | 378 'test_suite_name': 'ui_unittests', |
| 378 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 379 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 379 }, | 380 }, |
| 380 'includes': [ '../build/apk_test.gypi' ], | 381 'includes': [ '../build/apk_test.gypi' ], |
| 381 }, | 382 }, |
| 382 ], | 383 ], |
| 383 }], | 384 }], |
| 384 ], | 385 ], |
| 385 } | 386 } |
| OLD | NEW |