| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'base/range/range_unittest.cc', | 72 'base/range/range_unittest.cc', |
| 73 'base/range/range_win_unittest.cc', | 73 'base/range/range_win_unittest.cc', |
| 74 'base/resource/data_pack_literal.cc', | 74 'base/resource/data_pack_literal.cc', |
| 75 'base/resource/data_pack_unittest.cc', | 75 'base/resource/data_pack_unittest.cc', |
| 76 'base/resource/resource_bundle_unittest.cc', | 76 'base/resource/resource_bundle_unittest.cc', |
| 77 'base/text/text_elider_unittest.cc', | 77 'base/text/text_elider_unittest.cc', |
| 78 'gfx/codec/png_codec_unittest.cc', | 78 'gfx/codec/png_codec_unittest.cc', |
| 79 'gfx/color_utils_unittest.cc', | 79 'gfx/color_utils_unittest.cc', |
| 80 'gfx/display_unittest.cc', | 80 'gfx/display_unittest.cc', |
| 81 'gfx/font_unittest.cc', | 81 'gfx/font_unittest.cc', |
| 82 'gfx/icon_family_unittest.cc', |
| 82 'gfx/image/image_skia_unittest.cc', | 83 'gfx/image/image_skia_unittest.cc', |
| 83 'gfx/image/image_unittest.cc', | 84 'gfx/image/image_unittest.cc', |
| 84 'gfx/image/image_unittest_util.cc', | 85 'gfx/image/image_unittest_util.cc', |
| 85 'gfx/image/image_unittest_util.h', | 86 'gfx/image/image_unittest_util.h', |
| 86 'gfx/image/image_unittest_util_ios.mm', | 87 'gfx/image/image_unittest_util_ios.mm', |
| 87 'gfx/image/image_unittest_util_mac.mm', | 88 'gfx/image/image_unittest_util_mac.mm', |
| 88 'gfx/insets_unittest.cc', | 89 'gfx/insets_unittest.cc', |
| 89 'gfx/matrix3_unittest.cc', | 90 'gfx/matrix3_unittest.cc', |
| 90 'gfx/point_unittest.cc', | 91 'gfx/point_unittest.cc', |
| 91 'gfx/point3_unittest.cc', | 92 'gfx/point3_unittest.cc', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'variables': { | 307 'variables': { |
| 307 'test_suite_name': 'ui_unittests', | 308 'test_suite_name': 'ui_unittests', |
| 308 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 309 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 309 }, | 310 }, |
| 310 'includes': [ '../build/apk_test.gypi' ], | 311 'includes': [ '../build/apk_test.gypi' ], |
| 311 }, | 312 }, |
| 312 ], | 313 ], |
| 313 }], | 314 }], |
| 314 ], | 315 ], |
| 315 } | 316 } |
| OLD | NEW |