| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 ['OS == "android" and gtest_target_type == "shared_library"', { | 353 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 354 'targets': [ | 354 'targets': [ |
| 355 { | 355 { |
| 356 'target_name': 'ui_unittests_apk', | 356 'target_name': 'ui_unittests_apk', |
| 357 'type': 'none', | 357 'type': 'none', |
| 358 'dependencies': [ | 358 'dependencies': [ |
| 359 'ui_unittests', | 359 'ui_unittests', |
| 360 ], | 360 ], |
| 361 'variables': { | 361 'variables': { |
| 362 'test_suite_name': 'ui_unittests', | 362 'test_suite_name': 'ui_unittests', |
| 363 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | |
| 364 }, | 363 }, |
| 365 'includes': [ '../build/apk_test.gypi' ], | 364 'includes': [ '../build/apk_test.gypi' ], |
| 366 }, | 365 }, |
| 367 ], | 366 ], |
| 368 }], | 367 }], |
| 369 ], | 368 ], |
| 370 } | 369 } |
| OLD | NEW |