| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'ui_test_support', | 8 'target_name': 'ui_test_support', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 { | 237 { |
| 238 'target_name': 'ui_unittests_apk', | 238 'target_name': 'ui_unittests_apk', |
| 239 'type': 'none', | 239 'type': 'none', |
| 240 'dependencies': [ | 240 'dependencies': [ |
| 241 '../base/base.gyp:base_java', | 241 '../base/base.gyp:base_java', |
| 242 'ui_unittests', | 242 'ui_unittests', |
| 243 ], | 243 ], |
| 244 'variables': { | 244 'variables': { |
| 245 'test_suite_name': 'ui_unittests', | 245 'test_suite_name': 'ui_unittests', |
| 246 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 246 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 247 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | |
| 248 }, | 247 }, |
| 249 'includes': [ '../build/apk_test.gypi' ], | 248 'includes': [ '../build/apk_test.gypi' ], |
| 250 }, | 249 }, |
| 251 ], | 250 ], |
| 252 }], | 251 }], |
| 253 ], | 252 ], |
| 254 } | 253 } |
| OLD | NEW |