| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 ['OS == "android" and gtest_target_type == "shared_library"', { | 123 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 124 'targets': [ | 124 'targets': [ |
| 125 { | 125 { |
| 126 'target_name': 'sql_unittests_apk', | 126 'target_name': 'sql_unittests_apk', |
| 127 'type': 'none', | 127 'type': 'none', |
| 128 'dependencies': [ | 128 'dependencies': [ |
| 129 'sql_unittests', | 129 'sql_unittests', |
| 130 ], | 130 ], |
| 131 'variables': { | 131 'variables': { |
| 132 'test_suite_name': 'sql_unittests', | 132 'test_suite_name': 'sql_unittests', |
| 133 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sql_unitt
ests<(SHARED_LIB_SUFFIX)', | |
| 134 }, | 133 }, |
| 135 'includes': [ '../build/apk_test.gypi' ], | 134 'includes': [ '../build/apk_test.gypi' ], |
| 136 }, | 135 }, |
| 137 ], | 136 ], |
| 138 }], | 137 }], |
| 139 ], | 138 ], |
| 140 } | 139 } |
| OLD | NEW |