| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'ui_test_support', | 58 'ui_test_support', |
| 59 ], | 59 ], |
| 60 # iOS uses a small subset of ui. common_sources are the only files that | 60 # iOS uses a small subset of ui. common_sources are the only files that |
| 61 # are built on iOS. | 61 # are built on iOS. |
| 62 'common_sources' : [ | 62 'common_sources' : [ |
| 63 'base/models/tree_node_iterator_unittest.cc', | 63 'base/models/tree_node_iterator_unittest.cc', |
| 64 'gfx/image/image_skia_unittest.cc', | 64 'gfx/image/image_skia_unittest.cc', |
| 65 'gfx/image/image_unittest.cc', | 65 'gfx/image/image_unittest.cc', |
| 66 'gfx/image/image_unittest_util.cc', | 66 'gfx/image/image_unittest_util.cc', |
| 67 'gfx/image/image_unittest_util.h', | 67 'gfx/image/image_unittest_util.h', |
| 68 'gfx/image/image_unittest_util_ios.mm', |
| 68 'gfx/image/image_unittest_util_mac.mm', | 69 'gfx/image/image_unittest_util_mac.mm', |
| 69 'gfx/insets_unittest.cc', | 70 'gfx/insets_unittest.cc', |
| 70 ], | 71 ], |
| 71 'all_sources': [ | 72 'all_sources': [ |
| 72 '<@(_common_sources)', | 73 '<@(_common_sources)', |
| 73 'base/accelerators/accelerator_manager_unittest.cc', | 74 'base/accelerators/accelerator_manager_unittest.cc', |
| 74 'base/animation/animation_container_unittest.cc', | 75 'base/animation/animation_container_unittest.cc', |
| 75 'base/animation/animation_unittest.cc', | 76 'base/animation/animation_unittest.cc', |
| 76 'base/animation/multi_animation_unittest.cc', | 77 'base/animation/multi_animation_unittest.cc', |
| 77 'base/animation/slide_animation_unittest.cc', | 78 'base/animation/slide_animation_unittest.cc', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'variables': { | 273 'variables': { |
| 273 'test_suite_name': 'ui_unittests', | 274 'test_suite_name': 'ui_unittests', |
| 274 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 275 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 275 }, | 276 }, |
| 276 'includes': [ '../build/apk_test.gypi' ], | 277 'includes': [ '../build/apk_test.gypi' ], |
| 277 }, | 278 }, |
| 278 ], | 279 ], |
| 279 }], | 280 }], |
| 280 ], | 281 ], |
| 281 } | 282 } |
| OLD | NEW |