| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 ['OS == "android" and gtest_target_type == "shared_library"', { | 335 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 336 'targets': [ | 336 'targets': [ |
| 337 { | 337 { |
| 338 'target_name': 'events_unittests_apk', | 338 'target_name': 'events_unittests_apk', |
| 339 'type': 'none', | 339 'type': 'none', |
| 340 'dependencies': [ | 340 'dependencies': [ |
| 341 'events_unittests', | 341 'events_unittests', |
| 342 ], | 342 ], |
| 343 'variables': { | 343 'variables': { |
| 344 'test_suite_name': 'events_unittests', | 344 'test_suite_name': 'events_unittests', |
| 345 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', | |
| 346 }, | 345 }, |
| 347 'includes': [ '../../build/apk_test.gypi' ], | 346 'includes': [ '../../build/apk_test.gypi' ], |
| 348 }, | 347 }, |
| 349 ], | 348 ], |
| 350 }], | 349 }], |
| 351 ], | 350 ], |
| 352 } | 351 } |
| OLD | NEW |