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

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

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: 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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 }], 189 }],
190 ['chromeos==1', { 190 ['chromeos==1', {
191 'dependencies': [ 191 'dependencies': [
192 '../../chromeos/chromeos.gyp:chromeos', 192 '../../chromeos/chromeos.gyp:chromeos',
193 '../aura/aura.gyp:aura_test_support', 193 '../aura/aura.gyp:aura_test_support',
194 '../chromeos/ui_chromeos.gyp:ui_chromeos', 194 '../chromeos/ui_chromeos.gyp:ui_chromeos',
195 '../chromeos/ui_chromeos.gyp:ui_chromeos_resources', 195 '../chromeos/ui_chromeos.gyp:ui_chromeos_resources',
196 '../chromeos/ui_chromeos.gyp:ui_chromeos_strings', 196 '../chromeos/ui_chromeos.gyp:ui_chromeos_strings',
197 '../events/events.gyp:gesture_detection', 197 '../events/events.gyp:gesture_detection',
198 '../message_center/message_center.gyp:message_center', 198 '../message_center/message_center.gyp:message_center',
199 '../views/views.gyp:views',
200 '../views/views.gyp:views_test_support',
oshima 2014/11/11 23:18:05 can you file a bug and add TODO to move tests and
tfarina 2014/11/12 01:44:31 Yes, please, do this. Also copy me on it! Thanks!
199 ], 201 ],
200 'sources': [ 202 'sources': [
203 '../chromeos/ime/candidate_view_unittest.cc',
204 '../chromeos/ime/candidate_window_view_unittest.cc',
205 '../chromeos/ime/input_method_menu_item_unittest.cc',
206 '../chromeos/ime/input_method_menu_manager_unittest.cc',
201 '../chromeos/network/network_state_notifier_unittest.cc', 207 '../chromeos/network/network_state_notifier_unittest.cc',
202 '../chromeos/touch_exploration_controller_unittest.cc', 208 '../chromeos/touch_exploration_controller_unittest.cc',
203 ], 209 ],
204 'sources!': [ 210 'sources!': [
205 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 211 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
206 'x/selection_requestor_unittest.cc', 212 'x/selection_requestor_unittest.cc',
207 ], 213 ],
208 }], 214 }],
209 ['use_x11==0', { 215 ['use_x11==0', {
210 'sources!': [ 216 'sources!': [
211 'ime/chromeos/character_composer_unittest.cc', 217 'ime/chromeos/character_composer_unittest.cc',
212 'ime/input_method_chromeos_unittest.cc', 218 'ime/input_method_chromeos_unittest.cc',
213 'ime/composition_text_util_pango_unittest.cc', 219 'ime/composition_text_util_pango_unittest.cc',
214 ], 220 ],
215 }], 221 }],
216 ], 222 ],
217 'target_conditions': [ 223 'target_conditions': [
218 ['OS == "ios"', { 224 ['OS == "ios"', {
219 'sources/': [ 225 'sources/': [
220 # Pull in specific Mac files for iOS (which have been filtered out 226 # Pull in specific Mac files for iOS (which have been filtered out
221 # by file name rules). 227 # by file name rules).
222 ['include', '^l10n/l10n_util_mac_unittest\\.mm$'], 228 ['include', '^l10n/l10n_util_mac_unittest\\.mm$'],
223 ], 229 ],
224 }], 230 }],
225 ], 231 ],
226 } 232 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698