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

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

Issue 686503002: Move network_connect code to ui/chromeos/network (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 '../events/events.gyp:events_base', 185 '../events/events.gyp:events_base',
186 '../events/events.gyp:events_test_support', 186 '../events/events.gyp:events_test_support',
187 '../events/platform/events_platform.gyp:events_platform', 187 '../events/platform/events_platform.gyp:events_platform',
188 ], 188 ],
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',
196 '../chromeos/ui_chromeos.gyp:ui_chromeos_strings',
195 '../events/events.gyp:gesture_detection', 197 '../events/events.gyp:gesture_detection',
198 '../message_center/message_center.gyp:message_center',
196 ], 199 ],
197 'sources': [ 200 'sources': [
198 '../chromeos/touch_exploration_controller_unittest.cc' 201 '../chromeos/touch_exploration_controller_unittest.cc',
202 '../chromeos/network/network_state_notifier_unittest.cc',
oshima 2014/10/27 22:17:20 don't you have to make similar changes to ui/base/
stevenjb 2014/10/29 20:44:55 Doh. Stupid gn translation. Done.
oshima 2014/10/29 21:06:04 The latest patch doesn't seem to have ui/base/BUIL
stevenjb 2014/10/29 21:21:05 Arg. Sigh. Thanks. Done.
199 ], 203 ],
200 'sources!': [ 204 'sources!': [
201 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 205 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
202 'x/selection_requestor_unittest.cc', 206 'x/selection_requestor_unittest.cc',
203 ], 207 ],
204 }], 208 }],
205 ['use_x11==0', { 209 ['use_x11==0', {
206 'sources!': [ 210 'sources!': [
207 'ime/chromeos/character_composer_unittest.cc', 211 'ime/chromeos/character_composer_unittest.cc',
208 'ime/input_method_chromeos_unittest.cc', 212 'ime/input_method_chromeos_unittest.cc',
209 'ime/composition_text_util_pango_unittest.cc', 213 'ime/composition_text_util_pango_unittest.cc',
210 ], 214 ],
211 }], 215 }],
212 ], 216 ],
213 'target_conditions': [ 217 'target_conditions': [
214 ['OS == "ios"', { 218 ['OS == "ios"', {
215 'sources/': [ 219 'sources/': [
216 # Pull in specific Mac files for iOS (which have been filtered out 220 # Pull in specific Mac files for iOS (which have been filtered out
217 # by file name rules). 221 # by file name rules).
218 ['include', '^l10n/l10n_util_mac_unittest\\.mm$'], 222 ['include', '^l10n/l10n_util_mac_unittest\\.mm$'],
219 ], 223 ],
220 }], 224 }],
221 ], 225 ],
222 } 226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698