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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'base/cocoa/controls/blue_label_button_unittest.mm', | 53 'base/cocoa/controls/blue_label_button_unittest.mm', |
54 'base/cocoa/controls/hover_image_menu_button_unittest.mm', | 54 'base/cocoa/controls/hover_image_menu_button_unittest.mm', |
55 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', | 55 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', |
56 'base/cocoa/focus_tracker_unittest.mm', | 56 'base/cocoa/focus_tracker_unittest.mm', |
57 'base/cocoa/fullscreen_window_manager_unittest.mm', | 57 'base/cocoa/fullscreen_window_manager_unittest.mm', |
58 'base/cocoa/hover_image_button_unittest.mm', | 58 'base/cocoa/hover_image_button_unittest.mm', |
59 'base/cocoa/menu_controller_unittest.mm', | 59 'base/cocoa/menu_controller_unittest.mm', |
60 'base/cocoa/nsgraphics_context_additions_unittest.mm', | 60 'base/cocoa/nsgraphics_context_additions_unittest.mm', |
61 'base/cocoa/tracking_area_unittest.mm', | 61 'base/cocoa/tracking_area_unittest.mm', |
62 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 62 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
| 63 'base/ime/candidate_window_unittest.cc', |
| 64 'base/ime/chromeos/character_composer_unittest.cc', |
| 65 'base/ime/composition_text_util_pango_unittest.cc', |
| 66 'base/ime/input_method_base_unittest.cc', |
| 67 'base/ime/input_method_chromeos_unittest.cc', |
| 68 'base/ime/remote_input_method_win_unittest.cc', |
| 69 'base/ime/win/imm32_manager_unittest.cc', |
| 70 'base/ime/win/tsf_input_scope_unittest.cc', |
63 'base/models/list_model_unittest.cc', | 71 'base/models/list_model_unittest.cc', |
64 'base/models/list_selection_model_unittest.cc', | 72 'base/models/list_selection_model_unittest.cc', |
65 'base/models/tree_node_model_unittest.cc', | 73 'base/models/tree_node_model_unittest.cc', |
66 'base/test/data/resource.h', | 74 'base/test/data/resource.h', |
67 'base/text/bytes_formatting_unittest.cc', | 75 'base/text/bytes_formatting_unittest.cc', |
68 'base/view_prop_unittest.cc', | 76 'base/view_prop_unittest.cc', |
69 'base/webui/web_ui_util_unittest.cc', | 77 'base/webui/web_ui_util_unittest.cc', |
70 'gfx/canvas_unittest_mac.mm', | 78 'gfx/canvas_unittest_mac.mm', |
71 'gfx/platform_font_mac_unittest.mm', | 79 'gfx/platform_font_mac_unittest.mm', |
72 ], | 80 ], |
73 'include_dirs': [ | 81 'include_dirs': [ |
74 '../', | 82 '../', |
75 ], | 83 ], |
76 'conditions': [ | 84 'conditions': [ |
77 ['OS!="ios"', { | 85 ['OS!="ios"', { |
78 'sources' : ['<@(_all_sources)'], | 86 'sources' : ['<@(_all_sources)'], |
79 'includes': [ | |
80 'base/ime/ime_unittests.gypi', | |
81 ], | |
82 }, { # OS=="ios" | 87 }, { # OS=="ios" |
83 'sources' : [ | 88 'sources' : [ |
84 '<@(_common_sources)', | 89 '<@(_common_sources)', |
85 ], | 90 ], |
86 # The ResourceBundle unittest expects a locale.pak file to exist in | 91 # The ResourceBundle unittest expects a locale.pak file to exist in |
87 # the bundle for English-US. Copy it in from where it was generated | 92 # the bundle for English-US. Copy it in from where it was generated |
88 # by ui_resources.gyp:ui_test_pak. | 93 # by ui_resources.gyp:ui_test_pak. |
89 'mac_bundle_resources': [ | 94 'mac_bundle_resources': [ |
90 '<(PRODUCT_DIR)/ui/en.lproj/locale.pak', | 95 '<(PRODUCT_DIR)/ui/en.lproj/locale.pak', |
91 ], | 96 ], |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'chromeos/ui_chromeos.gyp:ui_chromeos', | 213 'chromeos/ui_chromeos.gyp:ui_chromeos', |
209 'events/events.gyp:gesture_detection', | 214 'events/events.gyp:gesture_detection', |
210 ], | 215 ], |
211 'sources': [ | 216 'sources': [ |
212 'chromeos/touch_exploration_controller_unittest.cc' | 217 'chromeos/touch_exploration_controller_unittest.cc' |
213 ], | 218 ], |
214 'sources!': [ | 219 'sources!': [ |
215 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 220 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
216 ], | 221 ], |
217 }], | 222 }], |
| 223 ['chromeos==0 or use_x11==0', { |
| 224 'sources!': [ |
| 225 'base/ime/chromeos/character_composer_unittest.cc', |
| 226 'base/ime/input_method_chromeos_unittest.cc', |
| 227 ], |
| 228 }], |
| 229 ['use_x11==0', { |
| 230 'sources!': [ |
| 231 'base/ime/composition_text_util_pango_unittest.cc', |
| 232 ], |
| 233 }], |
218 ], | 234 ], |
219 'target_conditions': [ | 235 'target_conditions': [ |
220 ['OS == "ios"', { | 236 ['OS == "ios"', { |
221 'sources/': [ | 237 'sources/': [ |
222 # Pull in specific Mac files for iOS (which have been filtered out | 238 # Pull in specific Mac files for iOS (which have been filtered out |
223 # by file name rules). | 239 # by file name rules). |
224 ['include', '^base/l10n/l10n_util_mac_unittest\\.mm$'], | 240 ['include', '^base/l10n/l10n_util_mac_unittest\\.mm$'], |
225 ], | 241 ], |
226 }], | 242 }], |
227 ], | 243 ], |
(...skipping 23 matching lines...) Expand all Loading... |
251 ], | 267 ], |
252 'variables': { | 268 'variables': { |
253 'test_suite_name': 'ui_unittests', | 269 'test_suite_name': 'ui_unittests', |
254 }, | 270 }, |
255 'includes': [ '../build/apk_test.gypi' ], | 271 'includes': [ '../build/apk_test.gypi' ], |
256 }, | 272 }, |
257 ], | 273 ], |
258 }], | 274 }], |
259 ], | 275 ], |
260 } | 276 } |
OLD | NEW |