OLD | NEW |
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 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 '../testing/android/native_test.gyp:native_test_native_code', | 247 '../testing/android/native_test.gyp:native_test_native_code', |
248 ], | 248 ], |
249 }], | 249 }], |
250 ['use_glib == 1 or OS == "ios"', { | 250 ['use_glib == 1 or OS == "ios"', { |
251 'dependencies': [ | 251 'dependencies': [ |
252 'base/strings/ui_strings.gyp:ui_unittest_strings', | 252 'base/strings/ui_strings.gyp:ui_unittest_strings', |
253 ], | 253 ], |
254 }], | 254 }], |
255 ['use_pango == 1', { | 255 ['use_pango == 1', { |
256 'dependencies': [ | 256 'dependencies': [ |
| 257 '../build/linux/system.gyp:fontconfig', |
257 '../build/linux/system.gyp:pangocairo', | 258 '../build/linux/system.gyp:pangocairo', |
258 ], | 259 ], |
259 'sources': [ | 260 'sources': [ |
260 'gfx/platform_font_pango_unittest.cc', | 261 'gfx/platform_font_pango_unittest.cc', |
261 ], | 262 ], |
262 'conditions': [ | 263 'conditions': [ |
263 ['linux_use_tcmalloc==1', { | 264 ['linux_use_tcmalloc==1', { |
264 'dependencies': [ | 265 'dependencies': [ |
265 '../base/allocator/allocator.gyp:allocator', | 266 '../base/allocator/allocator.gyp:allocator', |
266 ], | 267 ], |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 'variables': { | 341 'variables': { |
341 'test_suite_name': 'ui_unittests', | 342 'test_suite_name': 'ui_unittests', |
342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 343 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
343 }, | 344 }, |
344 'includes': [ '../build/apk_test.gypi' ], | 345 'includes': [ '../build/apk_test.gypi' ], |
345 }, | 346 }, |
346 ], | 347 ], |
347 }], | 348 }], |
348 ], | 349 ], |
349 } | 350 } |
OLD | NEW |