| 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', | |
| 258 '../build/linux/system.gyp:pangocairo', | 257 '../build/linux/system.gyp:pangocairo', |
| 259 ], | 258 ], |
| 260 'sources': [ | 259 'sources': [ |
| 261 'gfx/platform_font_pango_unittest.cc', | 260 'gfx/platform_font_pango_unittest.cc', |
| 262 ], | 261 ], |
| 263 'conditions': [ | 262 'conditions': [ |
| 264 ['linux_use_tcmalloc==1', { | 263 ['linux_use_tcmalloc==1', { |
| 265 'dependencies': [ | 264 'dependencies': [ |
| 266 '../base/allocator/allocator.gyp:allocator', | 265 '../base/allocator/allocator.gyp:allocator', |
| 267 ], | 266 ], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 'variables': { | 340 'variables': { |
| 342 'test_suite_name': 'ui_unittests', | 341 'test_suite_name': 'ui_unittests', |
| 343 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 344 }, | 343 }, |
| 345 'includes': [ '../build/apk_test.gypi' ], | 344 'includes': [ '../build/apk_test.gypi' ], |
| 346 }, | 345 }, |
| 347 ], | 346 ], |
| 348 }], | 347 }], |
| 349 ], | 348 ], |
| 350 } | 349 } |
| OLD | NEW |