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 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'base/strings/ui_strings.gyp:ui_strings', | 84 'base/strings/ui_strings.gyp:ui_strings', |
85 'run_ui_unittests', | 85 'run_ui_unittests', |
86 'shell_dialogs', | 86 'shell_dialogs', |
87 'ui', | 87 'ui', |
88 'ui_resources', | 88 'ui_resources', |
89 'ui_test_support', | 89 'ui_test_support', |
90 ], | 90 ], |
91 # iOS uses a small subset of ui. common_sources are the only files that | 91 # iOS uses a small subset of ui. common_sources are the only files that |
92 # are built on iOS. | 92 # are built on iOS. |
93 'common_sources' : [ | 93 'common_sources' : [ |
94 'base/animation/animation_container_unittest.cc', | |
95 'base/animation/animation_unittest.cc', | |
96 'base/animation/multi_animation_unittest.cc', | |
97 'base/animation/slide_animation_unittest.cc', | |
98 'base/layout_unittest.cc', | 94 'base/layout_unittest.cc', |
99 'base/l10n/l10n_util_mac_unittest.mm', | 95 'base/l10n/l10n_util_mac_unittest.mm', |
100 'base/l10n/l10n_util_unittest.cc', | 96 'base/l10n/l10n_util_unittest.cc', |
101 'base/l10n/l10n_util_win_unittest.cc', | 97 'base/l10n/l10n_util_win_unittest.cc', |
102 'base/l10n/time_format_unittest.cc', | 98 'base/l10n/time_format_unittest.cc', |
103 'base/models/tree_node_iterator_unittest.cc', | 99 'base/models/tree_node_iterator_unittest.cc', |
104 'base/resource/data_pack_literal.cc', | 100 'base/resource/data_pack_literal.cc', |
105 'base/resource/data_pack_unittest.cc', | 101 'base/resource/data_pack_unittest.cc', |
106 'base/resource/resource_bundle_unittest.cc', | 102 'base/resource/resource_bundle_unittest.cc', |
| 103 'gfx/animation/animation_container_unittest.cc', |
| 104 'gfx/animation/animation_unittest.cc', |
| 105 'gfx/animation/multi_animation_unittest.cc', |
| 106 'gfx/animation/slide_animation_unittest.cc', |
107 'gfx/box_unittest.cc', | 107 'gfx/box_unittest.cc', |
108 'gfx/codec/png_codec_unittest.cc', | 108 'gfx/codec/png_codec_unittest.cc', |
109 'gfx/color_utils_unittest.cc', | 109 'gfx/color_utils_unittest.cc', |
110 'gfx/display_unittest.cc', | 110 'gfx/display_unittest.cc', |
111 'gfx/font_unittest.cc', | 111 'gfx/font_unittest.cc', |
112 'gfx/image/image_family_unittest.cc', | 112 'gfx/image/image_family_unittest.cc', |
113 'gfx/image/image_skia_unittest.cc', | 113 'gfx/image/image_skia_unittest.cc', |
114 'gfx/image/image_unittest.cc', | 114 'gfx/image/image_unittest.cc', |
115 'gfx/image/image_unittest_util.cc', | 115 'gfx/image/image_unittest_util.cc', |
116 'gfx/image/image_unittest_util.h', | 116 'gfx/image/image_unittest_util.h', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'variables': { | 357 'variables': { |
358 'test_suite_name': 'ui_unittests', | 358 'test_suite_name': 'ui_unittests', |
359 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 359 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
360 }, | 360 }, |
361 'includes': [ '../build/apk_test.gypi' ], | 361 'includes': [ '../build/apk_test.gypi' ], |
362 }, | 362 }, |
363 ], | 363 ], |
364 }], | 364 }], |
365 ], | 365 ], |
366 } | 366 } |
OLD | NEW |