| OLD | NEW |
| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'sources': [ | 258 'sources': [ |
| 259 'gfx/transform_unittest.cc', | 259 'gfx/transform_unittest.cc', |
| 260 'gfx/interpolated_transform_unittest.cc', | 260 'gfx/interpolated_transform_unittest.cc', |
| 261 ], | 261 ], |
| 262 }], | 262 }], |
| 263 ['OS == "android" and gtest_target_type == "shared_library"', { | 263 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 264 'dependencies': [ | 264 'dependencies': [ |
| 265 '../testing/android/native_test.gyp:native_test_native_code', | 265 '../testing/android/native_test.gyp:native_test_native_code', |
| 266 ], | 266 ], |
| 267 }], | 267 }], |
| 268 ['use_glib == 1 or OS == "ios"', { | 268 ['desktop_linux == 1 or chromeos == 1 or OS == "ios"', { |
| 269 'dependencies': [ | 269 'dependencies': [ |
| 270 'base/strings/ui_strings.gyp:ui_unittest_strings', | 270 'base/strings/ui_strings.gyp:ui_unittest_strings', |
| 271 ], | 271 ], |
| 272 }], | 272 }], |
| 273 ['use_pango == 1', { | 273 ['use_pango == 1', { |
| 274 'dependencies': [ | 274 'dependencies': [ |
| 275 '../build/linux/system.gyp:fontconfig', | 275 '../build/linux/system.gyp:fontconfig', |
| 276 '../build/linux/system.gyp:pangocairo', | 276 '../build/linux/system.gyp:pangocairo', |
| 277 ], | 277 ], |
| 278 'sources': [ | 278 'sources': [ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'variables': { | 380 'variables': { |
| 381 'test_suite_name': 'ui_unittests', | 381 'test_suite_name': 'ui_unittests', |
| 382 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 382 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 383 }, | 383 }, |
| 384 'includes': [ '../build/apk_test.gypi' ], | 384 'includes': [ '../build/apk_test.gypi' ], |
| 385 }, | 385 }, |
| 386 ], | 386 ], |
| 387 }], | 387 }], |
| 388 ], | 388 ], |
| 389 } | 389 } |
| OLD | NEW |