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 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 'base_java', | 1046 'base_java', |
1047 'base_unittests', | 1047 'base_unittests', |
1048 ], | 1048 ], |
1049 'variables': { | 1049 'variables': { |
1050 'test_suite_name': 'base_unittests', | 1050 'test_suite_name': 'base_unittests', |
1051 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 1051 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
1052 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 1052 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1053 }, | 1053 }, |
1054 'includes': [ '../build/apk_test.gypi' ], | 1054 'includes': [ '../build/apk_test.gypi' ], |
1055 }, | 1055 }, |
| 1056 { |
| 1057 'target_name': 'base_javatests', |
| 1058 'type': 'none', |
| 1059 'dependencies': [ |
| 1060 'base_java', |
| 1061 ], |
| 1062 'variables': { |
| 1063 'package_name': 'base_javatests', |
| 1064 'java_in_dir': '../base/android/javatests', |
| 1065 }, |
| 1066 'includes': [ '../build/java.gypi' ], |
| 1067 }, |
1056 ], | 1068 ], |
1057 }], | 1069 }], |
1058 ], | 1070 ], |
1059 } | 1071 } |
OLD | NEW |