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

Side by Side Diff: ui/base/ui_base_tests.gypi

Issue 738513002: Move the tests in ui/chromeos to a new target: ui_chromeos_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 1 month 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
OLDNEW
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 'type': '<(gtest_target_type)', 6 'type': '<(gtest_target_type)',
7 'dependencies': [ 7 'dependencies': [
8 '../../base/base.gyp:base', 8 '../../base/base.gyp:base',
9 '../../base/base.gyp:test_support_base', 9 '../../base/base.gyp:test_support_base',
10 '../../net/net.gyp:net', 10 '../../net/net.gyp:net',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'dependencies': [ 188 'dependencies': [
189 '../events/events.gyp:events', 189 '../events/events.gyp:events',
190 '../events/events.gyp:events_base', 190 '../events/events.gyp:events_base',
191 '../events/events.gyp:events_test_support', 191 '../events/events.gyp:events_test_support',
192 '../events/platform/events_platform.gyp:events_platform', 192 '../events/platform/events_platform.gyp:events_platform',
193 ], 193 ],
194 }], 194 }],
195 ['chromeos==1', { 195 ['chromeos==1', {
196 'dependencies': [ 196 'dependencies': [
197 '../../chromeos/chromeos.gyp:chromeos', 197 '../../chromeos/chromeos.gyp:chromeos',
198 '../aura/aura.gyp:aura_test_support',
tfarina 2014/11/19 17:32:18 thanks
199 '../chromeos/ui_chromeos.gyp:ui_chromeos',
200 '../chromeos/ui_chromeos.gyp:ui_chromeos_resources',
201 '../chromeos/ui_chromeos.gyp:ui_chromeos_strings',
202 '../events/events.gyp:gesture_detection',
203 '../message_center/message_center.gyp:message_center',
204 '../views/views.gyp:views',
205 '../views/views.gyp:views_test_support',
206 ],
207 'sources': [
208 # TODO(pkotwicz): Move tests to their own target (crbug.com/432538)
209 '../chromeos/ime/candidate_view_unittest.cc',
210 '../chromeos/ime/candidate_window_view_unittest.cc',
211 '../chromeos/ime/input_method_menu_item_unittest.cc',
212 '../chromeos/ime/input_method_menu_manager_unittest.cc',
213 '../chromeos/network/network_state_notifier_unittest.cc',
214 '../chromeos/touch_exploration_controller_unittest.cc',
215 ], 198 ],
216 'sources!': [ 199 'sources!': [
217 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 200 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
218 'x/selection_requestor_unittest.cc', 201 'x/selection_requestor_unittest.cc',
219 ], 202 ],
220 }], 203 }],
221 ['use_x11==0', { 204 ['use_x11==0', {
222 'sources!': [ 205 'sources!': [
223 'ime/chromeos/character_composer_unittest.cc', 206 'ime/chromeos/character_composer_unittest.cc',
224 'ime/input_method_chromeos_unittest.cc', 207 'ime/input_method_chromeos_unittest.cc',
225 'ime/composition_text_util_pango_unittest.cc', 208 'ime/composition_text_util_pango_unittest.cc',
226 ], 209 ],
227 }], 210 }],
228 ], 211 ],
229 'target_conditions': [ 212 'target_conditions': [
230 ['OS == "ios"', { 213 ['OS == "ios"', {
231 'sources/': [ 214 'sources/': [
232 # Pull in specific Mac files for iOS (which have been filtered out 215 # Pull in specific Mac files for iOS (which have been filtered out
233 # by file name rules). 216 # by file name rules).
234 ['include', '^l10n/l10n_util_mac_unittest\\.mm$'], 217 ['include', '^l10n/l10n_util_mac_unittest\\.mm$'],
235 ], 218 ],
236 }], 219 }],
237 ], 220 ],
238 } 221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698