| 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': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 { | 553 { |
| 554 'target_name': 'content_unittests_apk', | 554 'target_name': 'content_unittests_apk', |
| 555 'type': 'none', | 555 'type': 'none', |
| 556 'dependencies': [ | 556 'dependencies': [ |
| 557 '../base/base.gyp:base_java', | 557 '../base/base.gyp:base_java', |
| 558 'content_java', | 558 'content_java', |
| 559 'content_unittests', | 559 'content_unittests', |
| 560 ], | 560 ], |
| 561 'variables': { | 561 'variables': { |
| 562 'test_suite_name': 'content_unittests', | 562 'test_suite_name': 'content_unittests', |
| 563 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)c
ontent_unittests<(SHARED_LIB_SUFFIX)', | 563 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u
nittests<(SHARED_LIB_SUFFIX)', |
| 564 'input_jars_paths': [ | 564 'input_jars_paths': [ |
| 565 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 565 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
| 566 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', | 566 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', |
| 567 ], | 567 ], |
| 568 }, | 568 }, |
| 569 'includes': [ '../build/apk_test.gypi' ], | 569 'includes': [ '../build/apk_test.gypi' ], |
| 570 }, | 570 }, |
| 571 ], | 571 ], |
| 572 }], | 572 }], |
| 573 ], | 573 ], |
| 574 } | 574 } |
| OLD | NEW |