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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 '../third_party/icu/icu.gyp:icuuc', | 51 '../third_party/icu/icu.gyp:icuuc', |
52 '../third_party/libpng/libpng.gyp:libpng', | 52 '../third_party/libpng/libpng.gyp:libpng', |
53 'ui', | 53 'ui', |
54 'ui_resources', | 54 'ui_resources', |
55 'ui_test_support', | 55 'ui_test_support', |
56 ], | 56 ], |
57 # iOS uses a small subset of ui. common_sources are the only files that | 57 # iOS uses a small subset of ui. common_sources are the only files that |
58 # are built on iOS. | 58 # are built on iOS. |
59 'common_sources' : [ | 59 'common_sources' : [ |
60 'base/models/tree_node_iterator_unittest.cc', | 60 'base/models/tree_node_iterator_unittest.cc', |
| 61 'gfx/image/image_skia_unittest.cc', |
| 62 'gfx/image/image_unittest.cc', |
| 63 'gfx/image/image_unittest_util.cc', |
| 64 'gfx/image/image_unittest_util.h', |
| 65 'gfx/image/image_unittest_util_mac.mm', |
61 'gfx/insets_unittest.cc', | 66 'gfx/insets_unittest.cc', |
62 ], | 67 ], |
63 'all_sources': [ | 68 'all_sources': [ |
64 '<@(_common_sources)', | 69 '<@(_common_sources)', |
65 'base/accelerators/accelerator_manager_unittest.cc', | 70 'base/accelerators/accelerator_manager_unittest.cc', |
66 'base/animation/animation_container_unittest.cc', | 71 'base/animation/animation_container_unittest.cc', |
67 'base/animation/animation_unittest.cc', | 72 'base/animation/animation_unittest.cc', |
68 'base/animation/multi_animation_unittest.cc', | 73 'base/animation/multi_animation_unittest.cc', |
69 'base/animation/slide_animation_unittest.cc', | 74 'base/animation/slide_animation_unittest.cc', |
70 'base/clipboard/clipboard_unittest.cc', | 75 'base/clipboard/clipboard_unittest.cc', |
(...skipping 27 matching lines...) Expand all Loading... |
98 'gfx/blit_unittest.cc', | 103 'gfx/blit_unittest.cc', |
99 'gfx/canvas_unittest.cc', | 104 'gfx/canvas_unittest.cc', |
100 'gfx/codec/jpeg_codec_unittest.cc', | 105 'gfx/codec/jpeg_codec_unittest.cc', |
101 'gfx/codec/png_codec_unittest.cc', | 106 'gfx/codec/png_codec_unittest.cc', |
102 'gfx/color_analysis_unittest.cc', | 107 'gfx/color_analysis_unittest.cc', |
103 'gfx/color_utils_unittest.cc', | 108 'gfx/color_utils_unittest.cc', |
104 'gfx/display_unittest.cc', | 109 'gfx/display_unittest.cc', |
105 'gfx/font_list_unittest.cc', | 110 'gfx/font_list_unittest.cc', |
106 'gfx/font_unittest.cc', | 111 'gfx/font_unittest.cc', |
107 'gfx/image/image_mac_unittest.mm', | 112 'gfx/image/image_mac_unittest.mm', |
108 'gfx/image/image_skia_unittest.cc', | |
109 'gfx/image/image_unittest.cc', | |
110 'gfx/image/image_unittest_util.cc', | |
111 'gfx/image/image_unittest_util.h', | |
112 'gfx/image/image_unittest_util_mac.mm', | |
113 'gfx/image/image_util_unittest.cc', | 113 'gfx/image/image_util_unittest.cc', |
114 'gfx/rect_unittest.cc', | 114 'gfx/rect_unittest.cc', |
115 'gfx/render_text_unittest.cc', | 115 'gfx/render_text_unittest.cc', |
116 'gfx/screen_unittest.cc', | 116 'gfx/screen_unittest.cc', |
117 'gfx/shadow_value_unittest.cc', | 117 'gfx/shadow_value_unittest.cc', |
118 'gfx/skbitmap_operations_unittest.cc', | 118 'gfx/skbitmap_operations_unittest.cc', |
119 'gfx/skia_util_unittest.cc', | 119 'gfx/skia_util_unittest.cc', |
120 'gfx/transform_util_unittest.cc', | 120 'gfx/transform_util_unittest.cc', |
121 'gfx/video_decode_acceleration_support_mac_unittest.mm', | 121 'gfx/video_decode_acceleration_support_mac_unittest.mm', |
122 'test/run_all_unittests.cc', | 122 'test/run_all_unittests.cc', |
123 'test/test_suite.cc', | 123 'test/test_suite.cc', |
124 'test/test_suite.h', | 124 'test/test_suite.h', |
125 ], | 125 ], |
126 'include_dirs': [ | 126 'include_dirs': [ |
127 '../', | 127 '../', |
128 ], | 128 ], |
129 'conditions': [ | 129 'conditions': [ |
130 ['OS!="ios"', { | 130 ['OS!="ios"', { |
131 'sources' : ['<@(_all_sources)'], | 131 'sources' : ['<@(_all_sources)'], |
132 'includes': [ | 132 'includes': [ |
133 'base/ime/ime_unittests.gypi', | 133 'base/ime/ime_unittests.gypi', |
134 ], | 134 ], |
135 }, { # OS=="ios" | 135 }, { # OS=="ios" |
136 'sources' : ['<@(_common_sources)'], | 136 'sources' : [ |
137 'dependencies' : [ | 137 '<@(_common_sources)', |
138 '../testing/gtest.gyp:gtest_main', | 138 '../base/test/run_all_unittests.cc', |
139 ], | 139 ], |
140 }], | 140 }], |
141 ['OS == "win"', { | 141 ['OS == "win"', { |
142 'sources': [ | 142 'sources': [ |
143 'base/dragdrop/os_exchange_data_win_unittest.cc', | 143 'base/dragdrop/os_exchange_data_win_unittest.cc', |
144 'base/native_theme/native_theme_win_unittest.cc', | 144 'base/native_theme/native_theme_win_unittest.cc', |
145 'base/win/hwnd_subclass_unittest.cc', | 145 'base/win/hwnd_subclass_unittest.cc', |
146 'base/win/tsf_text_store_unittest.cc', | 146 'base/win/tsf_text_store_unittest.cc', |
147 'gfx/font_fallback_win_unittest.cc', | 147 'gfx/font_fallback_win_unittest.cc', |
148 'gfx/icon_util_unittest.cc', | 148 'gfx/icon_util_unittest.cc', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'variables': { | 265 'variables': { |
266 'test_suite_name': 'ui_unittests', | 266 'test_suite_name': 'ui_unittests', |
267 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 267 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
268 }, | 268 }, |
269 'includes': [ '../build/apk_test.gypi' ], | 269 'includes': [ '../build/apk_test.gypi' ], |
270 }, | 270 }, |
271 ], | 271 ], |
272 }], | 272 }], |
273 ], | 273 ], |
274 } | 274 } |
OLD | NEW |