OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 '../base/base.gyp:base', | 81 '../base/base.gyp:base', |
82 '../base/base.gyp:test_support_base', | 82 '../base/base.gyp:test_support_base', |
83 '../skia/skia.gyp:skia', | 83 '../skia/skia.gyp:skia', |
84 '../testing/gmock.gyp:gmock', | 84 '../testing/gmock.gyp:gmock', |
85 '../testing/gtest.gyp:gtest', | 85 '../testing/gtest.gyp:gtest', |
86 '../third_party/icu/icu.gyp:icui18n', | 86 '../third_party/icu/icu.gyp:icui18n', |
87 '../third_party/icu/icu.gyp:icuuc', | 87 '../third_party/icu/icu.gyp:icuuc', |
88 '../third_party/libpng/libpng.gyp:libpng', | 88 '../third_party/libpng/libpng.gyp:libpng', |
89 '../url/url.gyp:url_lib', | 89 '../url/url.gyp:url_lib', |
90 'base/strings/ui_strings.gyp:ui_strings', | 90 'base/strings/ui_strings.gyp:ui_strings', |
91 'events/events.gyp:dom4_keycode_converter', | |
92 'events/events.gyp:events_base', | 91 'events/events.gyp:events_base', |
93 'resources/ui_resources.gyp:ui_resources', | 92 'resources/ui_resources.gyp:ui_resources', |
94 'run_ui_unittests', | 93 'run_ui_unittests', |
95 'shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 94 'shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
96 'ui.gyp:ui', | 95 'ui.gyp:ui', |
97 'ui_test_support', | 96 'ui_test_support', |
98 ], | 97 ], |
99 # iOS uses a small subset of ui. common_sources are the only files that | 98 # iOS uses a small subset of ui. common_sources are the only files that |
100 # are built on iOS. | 99 # are built on iOS. |
101 'common_sources' : [ | 100 'common_sources' : [ |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 162 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
164 'base/gtk/gtk_expanded_container_unittest.cc', | 163 'base/gtk/gtk_expanded_container_unittest.cc', |
165 'base/models/list_model_unittest.cc', | 164 'base/models/list_model_unittest.cc', |
166 'base/models/list_selection_model_unittest.cc', | 165 'base/models/list_selection_model_unittest.cc', |
167 'base/models/tree_node_model_unittest.cc', | 166 'base/models/tree_node_model_unittest.cc', |
168 'base/test/data/resource.h', | 167 'base/test/data/resource.h', |
169 'base/text/bytes_formatting_unittest.cc', | 168 'base/text/bytes_formatting_unittest.cc', |
170 'base/view_prop_unittest.cc', | 169 'base/view_prop_unittest.cc', |
171 'base/webui/web_ui_util_unittest.cc', | 170 'base/webui/web_ui_util_unittest.cc', |
172 'base/x/x11_util_unittest.cc', | 171 'base/x/x11_util_unittest.cc', |
173 'events/event_dispatcher_unittest.cc', | |
174 'events/event_unittest.cc', | |
175 'events/keycodes/dom4/keycode_converter_unittest.cc', | |
176 'events/latency_info_unittest.cc', | |
177 'events/ozone/evdev/key_event_converter_unittest.cc', | |
178 'events/ozone/evdev/touch_event_converter_unittest.cc', | |
179 'gfx/animation/tween_unittest.cc', | 172 'gfx/animation/tween_unittest.cc', |
180 'gfx/blit_unittest.cc', | 173 'gfx/blit_unittest.cc', |
181 'gfx/break_list_unittest.cc', | 174 'gfx/break_list_unittest.cc', |
182 'gfx/canvas_unittest.cc', | 175 'gfx/canvas_unittest.cc', |
183 'gfx/canvas_unittest_mac.mm', | 176 'gfx/canvas_unittest_mac.mm', |
184 'gfx/codec/jpeg_codec_unittest.cc', | 177 'gfx/codec/jpeg_codec_unittest.cc', |
185 'gfx/color_analysis_unittest.cc', | 178 'gfx/color_analysis_unittest.cc', |
186 'gfx/font_list_unittest.cc', | 179 'gfx/font_list_unittest.cc', |
187 'gfx/image/image_mac_unittest.mm', | 180 'gfx/image/image_mac_unittest.mm', |
188 'gfx/image/image_util_unittest.cc', | 181 'gfx/image/image_util_unittest.cc', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 }, | 236 }, |
244 'link_settings': { | 237 'link_settings': { |
245 'libraries': [ | 238 'libraries': [ |
246 '-limm32.lib', | 239 '-limm32.lib', |
247 '-loleacc.lib', | 240 '-loleacc.lib', |
248 ], | 241 ], |
249 }, | 242 }, |
250 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 243 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
251 'msvs_disabled_warnings': [ 4267, ], | 244 'msvs_disabled_warnings': [ 4267, ], |
252 }], | 245 }], |
253 ['OS == "linux" and toolkit_views==1', { | |
254 'sources': [ | |
255 'events/x/events_x_unittest.cc', | |
256 ], | |
257 }], | |
258 ['OS != "mac" and OS != "ios"', { | 246 ['OS != "mac" and OS != "ios"', { |
259 'sources': [ | 247 'sources': [ |
260 'gfx/transform_unittest.cc', | 248 'gfx/transform_unittest.cc', |
261 'gfx/interpolated_transform_unittest.cc', | 249 'gfx/interpolated_transform_unittest.cc', |
262 ], | 250 ], |
263 }], | 251 }], |
264 ['OS == "android" and gtest_target_type == "shared_library"', { | 252 ['OS == "android" and gtest_target_type == "shared_library"', { |
265 'dependencies': [ | 253 'dependencies': [ |
266 '../testing/android/native_test.gyp:native_test_native_code', | 254 '../testing/android/native_test.gyp:native_test_native_code', |
267 ], | 255 ], |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 ], | 304 ], |
317 }], | 305 }], |
318 ['use_x11==1 and use_aura==1', { | 306 ['use_x11==1 and use_aura==1', { |
319 'sources': [ | 307 'sources': [ |
320 'base/cursor/cursor_loader_x11_unittest.cc', | 308 'base/cursor/cursor_loader_x11_unittest.cc', |
321 ], | 309 ], |
322 }], | 310 }], |
323 ['use_aura==1 or toolkit_views==1', { | 311 ['use_aura==1 or toolkit_views==1', { |
324 'sources': [ | 312 'sources': [ |
325 'base/dragdrop/os_exchange_data_unittest.cc', | 313 'base/dragdrop/os_exchange_data_unittest.cc', |
326 'events/gestures/velocity_calculator_unittest.cc', | |
327 ], | 314 ], |
328 'dependencies': [ | 315 'dependencies': [ |
329 'events/events.gyp:events', | 316 'events/events.gyp:events', |
330 'events/events.gyp:events_base', | 317 'events/events.gyp:events_base', |
331 ], | 318 ], |
332 }, { | |
333 'sources!': [ | |
334 'events/event_dispatcher_unittest.cc', | |
335 'events/event_unittest.cc', | |
336 ], | |
337 }], | 319 }], |
338 ['use_aura==1', { | 320 ['use_aura==1', { |
339 'sources!': [ | 321 'sources!': [ |
340 'base/dialogs/select_file_dialog_win_unittest.cc', | 322 'base/dialogs/select_file_dialog_win_unittest.cc', |
341 'base/dragdrop/os_exchange_data_win_unittest.cc', | 323 'base/dragdrop/os_exchange_data_win_unittest.cc', |
342 'gfx/screen_unittest.cc', | 324 'gfx/screen_unittest.cc', |
343 ], | 325 ], |
344 }], | 326 }], |
345 ['use_ozone==1', { | 327 ['use_ozone==1', { |
346 'dependencies': [ | 328 'dependencies': [ |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 'variables': { | 370 'variables': { |
389 'test_suite_name': 'ui_unittests', | 371 'test_suite_name': 'ui_unittests', |
390 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 372 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
391 }, | 373 }, |
392 'includes': [ '../build/apk_test.gypi' ], | 374 'includes': [ '../build/apk_test.gypi' ], |
393 }, | 375 }, |
394 ], | 376 ], |
395 }], | 377 }], |
396 ], | 378 ], |
397 } | 379 } |
OLD | NEW |