OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ui_test_support', | 8 'target_name': 'ui_test_support', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'gfx/insets_unittest.cc', | 82 'gfx/insets_unittest.cc', |
83 'gfx/point_unittest.cc', | 83 'gfx/point_unittest.cc', |
84 'gfx/rect_unittest.cc', | 84 'gfx/rect_unittest.cc', |
85 'gfx/safe_integer_conversions_unittest.cc', | 85 'gfx/safe_integer_conversions_unittest.cc', |
86 'gfx/screen_unittest.cc', | 86 'gfx/screen_unittest.cc', |
87 'gfx/shadow_value_unittest.cc', | 87 'gfx/shadow_value_unittest.cc', |
88 'gfx/size_unittest.cc', | 88 'gfx/size_unittest.cc', |
89 'gfx/skbitmap_operations_unittest.cc', | 89 'gfx/skbitmap_operations_unittest.cc', |
90 'gfx/skia_util_unittest.cc', | 90 'gfx/skia_util_unittest.cc', |
91 'gfx/vector2d_unittest.cc', | 91 'gfx/vector2d_unittest.cc', |
| 92 'gfx/vector3d_unittest.cc', |
92 'test/run_all_unittests.cc', | 93 'test/run_all_unittests.cc', |
93 'test/test_suite.cc', | 94 'test/test_suite.cc', |
94 'test/test_suite.h', | 95 'test/test_suite.h', |
95 ], | 96 ], |
96 'all_sources': [ | 97 'all_sources': [ |
97 '<@(_common_sources)', | 98 '<@(_common_sources)', |
98 'base/accelerators/accelerator_manager_unittest.cc', | 99 'base/accelerators/accelerator_manager_unittest.cc', |
99 'base/clipboard/clipboard_unittest.cc', | 100 'base/clipboard/clipboard_unittest.cc', |
100 'base/clipboard/custom_data_helper_unittest.cc', | 101 'base/clipboard/custom_data_helper_unittest.cc', |
101 'base/cocoa/base_view_unittest.mm', | 102 'base/cocoa/base_view_unittest.mm', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 'variables': { | 280 'variables': { |
280 'test_suite_name': 'ui_unittests', | 281 'test_suite_name': 'ui_unittests', |
281 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 282 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
282 }, | 283 }, |
283 'includes': [ '../build/apk_test.gypi' ], | 284 'includes': [ '../build/apk_test.gypi' ], |
284 }, | 285 }, |
285 ], | 286 ], |
286 }], | 287 }], |
287 ], | 288 ], |
288 } | 289 } |
OLD | NEW |