Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: ui/ui_unittests.gypi

Issue 13886018: Add a factory and defines for native Linux surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get {base,ui,aura}_unittests working with native linux surface Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« build/common.gypi ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'base/cocoa/fullscreen_window_manager_unittest.mm', 127 'base/cocoa/fullscreen_window_manager_unittest.mm',
128 'base/cocoa/hover_image_button_unittest.mm', 128 'base/cocoa/hover_image_button_unittest.mm',
129 'base/cocoa/tracking_area_unittest.mm', 129 'base/cocoa/tracking_area_unittest.mm',
130 'base/events/event_dispatcher_unittest.cc', 130 'base/events/event_dispatcher_unittest.cc',
131 'base/events/event_unittest.cc', 131 'base/events/event_unittest.cc',
132 'base/events/key_identifier_conversion_unittest.cc', 132 'base/events/key_identifier_conversion_unittest.cc',
133 'base/gtk/gtk_expanded_container_unittest.cc', 133 'base/gtk/gtk_expanded_container_unittest.cc',
134 'base/gtk/gtk_im_context_util_unittest.cc', 134 'base/gtk/gtk_im_context_util_unittest.cc',
135 'base/gtk/menu_label_accelerator_util_unittest.cc', 135 'base/gtk/menu_label_accelerator_util_unittest.cc',
136 'base/keycodes/usb_keycode_map_unittest.cc', 136 'base/keycodes/usb_keycode_map_unittest.cc',
137 'base/linux/touch_event_from_evdev_converter_unittest.cc',
137 'base/models/list_model_unittest.cc', 138 'base/models/list_model_unittest.cc',
138 'base/models/list_selection_model_unittest.cc', 139 'base/models/list_selection_model_unittest.cc',
139 'base/models/tree_node_model_unittest.cc', 140 'base/models/tree_node_model_unittest.cc',
140 'base/test/data/resource.h', 141 'base/test/data/resource.h',
141 'base/text/bytes_formatting_unittest.cc', 142 'base/text/bytes_formatting_unittest.cc',
142 'base/text/utf16_indexing_unittest.cc', 143 'base/text/utf16_indexing_unittest.cc',
143 'base/view_prop_unittest.cc', 144 'base/view_prop_unittest.cc',
144 'gfx/blit_unittest.cc', 145 'gfx/blit_unittest.cc',
145 'gfx/break_list_unittest.cc', 146 'gfx/break_list_unittest.cc',
146 'gfx/canvas_unittest.cc', 147 'gfx/canvas_unittest.cc',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'sources': [ 214 'sources': [
214 'base/x/x11_util_unittest.cc', 215 'base/x/x11_util_unittest.cc',
215 'gfx/platform_font_pango_unittest.cc', 216 'gfx/platform_font_pango_unittest.cc',
216 ], 217 ],
217 }], 218 }],
218 ['OS == "linux" and toolkit_views==1', { 219 ['OS == "linux" and toolkit_views==1', {
219 'sources': [ 220 'sources': [
220 'base/x/events_x_unittest.cc', 221 'base/x/events_x_unittest.cc',
221 ], 222 ],
222 }], 223 }],
224 ['use_messagepump_linux == 1', {
225 'sources!': [
226 'base/x/x11_util_unittest.cc',
227 ],
228 }, { # use_messagepump_linux == 0
229 'sources!': [
230 'base/linux/touch_event_from_evdev_converter_unittest.cc',
231 ],
232 }],
223 ['OS != "mac" and OS != "ios"', { 233 ['OS != "mac" and OS != "ios"', {
224 'sources': [ 234 'sources': [
225 'gfx/transform_unittest.cc', 235 'gfx/transform_unittest.cc',
226 'gfx/interpolated_transform_unittest.cc', 236 'gfx/interpolated_transform_unittest.cc',
227 ], 237 ],
228 }], 238 }],
229 ['OS == "android" and gtest_target_type == "shared_library"', { 239 ['OS == "android" and gtest_target_type == "shared_library"', {
230 'dependencies': [ 240 'dependencies': [
231 '../testing/android/native_test.gyp:native_test_native_code', 241 '../testing/android/native_test.gyp:native_test_native_code',
232 ], 242 ],
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'base/events/key_identifier_conversion_unittest.cc', 297 'base/events/key_identifier_conversion_unittest.cc',
288 ], 298 ],
289 }], 299 }],
290 ['use_aura==1', { 300 ['use_aura==1', {
291 'sources!': [ 301 'sources!': [
292 'base/dialogs/select_file_dialog_win_unittest.cc', 302 'base/dialogs/select_file_dialog_win_unittest.cc',
293 'base/dragdrop/os_exchange_data_win_unittest.cc', 303 'base/dragdrop/os_exchange_data_win_unittest.cc',
294 'gfx/screen_unittest.cc', 304 'gfx/screen_unittest.cc',
295 ], 305 ],
296 }], 306 }],
307 ['use_native_surface_linux==1', {
308 'sources!': [
309 'base/clipboard/clipboard_unittest.cc',
310 ],
311 }],
297 ], 312 ],
298 'target_conditions': [ 313 'target_conditions': [
299 ['OS == "ios"', { 314 ['OS == "ios"', {
300 'sources/': [ 315 'sources/': [
301 # Pull in specific Mac files for iOS (which have been filtered out 316 # Pull in specific Mac files for iOS (which have been filtered out
302 # by file name rules). 317 # by file name rules).
303 ['include', '^base/l10n/l10n_util_mac_unittest\\.mm$'], 318 ['include', '^base/l10n/l10n_util_mac_unittest\\.mm$'],
304 ], 319 ],
305 }], 320 }],
306 ], 321 ],
(...skipping 14 matching lines...) Expand all
321 'variables': { 336 'variables': {
322 'test_suite_name': 'ui_unittests', 337 'test_suite_name': 'ui_unittests',
323 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 338 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
324 }, 339 },
325 'includes': [ '../build/apk_test.gypi' ], 340 'includes': [ '../build/apk_test.gypi' ],
326 }, 341 },
327 ], 342 ],
328 }], 343 }],
329 ], 344 ],
330 } 345 }
OLDNEW
« build/common.gypi ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698