| 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 'target_defaults': { | 9 'target_defaults': { |
| 10 'sources/': [ | 10 'sources/': [ |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'targets': [ | 100 'targets': [ |
| 101 { | 101 { |
| 102 'target_name': 'ipc_tests_apk', | 102 'target_name': 'ipc_tests_apk', |
| 103 'type': 'none', | 103 'type': 'none', |
| 104 'dependencies': [ | 104 'dependencies': [ |
| 105 '../base/base.gyp:base_java', | 105 '../base/base.gyp:base_java', |
| 106 'ipc_tests', | 106 'ipc_tests', |
| 107 ], | 107 ], |
| 108 'variables': { | 108 'variables': { |
| 109 'test_suite_name': 'ipc_tests', | 109 'test_suite_name': 'ipc_tests', |
| 110 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)i
pc_tests<(SHARED_LIB_SUFFIX)', | 110 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests
<(SHARED_LIB_SUFFIX)', |
| 111 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 111 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
| 112 }, | 112 }, |
| 113 'includes': [ '../build/apk_test.gypi' ], | 113 'includes': [ '../build/apk_test.gypi' ], |
| 114 }], | 114 }], |
| 115 }], | 115 }], |
| 116 ], | 116 ], |
| 117 } | 117 } |
| OLD | NEW |