| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'gfx/color_utils_unittest.cc', | 78 'gfx/color_utils_unittest.cc', |
| 79 'gfx/display_unittest.cc', | 79 'gfx/display_unittest.cc', |
| 80 'gfx/font_unittest.cc', | 80 'gfx/font_unittest.cc', |
| 81 'gfx/image/image_skia_unittest.cc', | 81 'gfx/image/image_skia_unittest.cc', |
| 82 'gfx/image/image_unittest.cc', | 82 'gfx/image/image_unittest.cc', |
| 83 'gfx/image/image_unittest_util.cc', | 83 'gfx/image/image_unittest_util.cc', |
| 84 'gfx/image/image_unittest_util.h', | 84 'gfx/image/image_unittest_util.h', |
| 85 'gfx/image/image_unittest_util_ios.mm', | 85 'gfx/image/image_unittest_util_ios.mm', |
| 86 'gfx/image/image_unittest_util_mac.mm', | 86 'gfx/image/image_unittest_util_mac.mm', |
| 87 'gfx/insets_unittest.cc', | 87 'gfx/insets_unittest.cc', |
| 88 'gfx/matrix3_unittest.cc', |
| 88 'gfx/point_unittest.cc', | 89 'gfx/point_unittest.cc', |
| 89 'gfx/point3_unittest.cc', | 90 'gfx/point3_unittest.cc', |
| 90 'gfx/quad_unittest.cc', | 91 'gfx/quad_unittest.cc', |
| 91 'gfx/rect_unittest.cc', | 92 'gfx/rect_unittest.cc', |
| 92 'gfx/safe_integer_conversions_unittest.cc', | 93 'gfx/safe_integer_conversions_unittest.cc', |
| 93 'gfx/screen_unittest.cc', | 94 'gfx/screen_unittest.cc', |
| 94 'gfx/shadow_value_unittest.cc', | 95 'gfx/shadow_value_unittest.cc', |
| 95 'gfx/size_unittest.cc', | 96 'gfx/size_unittest.cc', |
| 96 'gfx/skbitmap_operations_unittest.cc', | 97 'gfx/skbitmap_operations_unittest.cc', |
| 97 'gfx/text_utils_unittest.cc', | 98 'gfx/text_utils_unittest.cc', |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'variables': { | 297 'variables': { |
| 297 'test_suite_name': 'ui_unittests', | 298 'test_suite_name': 'ui_unittests', |
| 298 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 299 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 299 }, | 300 }, |
| 300 'includes': [ '../build/apk_test.gypi' ], | 301 'includes': [ '../build/apk_test.gypi' ], |
| 301 }, | 302 }, |
| 302 ], | 303 ], |
| 303 }], | 304 }], |
| 304 ], | 305 ], |
| 305 } | 306 } |
| OLD | NEW |