| 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'android_webview_apk', | 7 'target_name': 'android_webview_apk', |
| 8 'type': 'none', | 8 'type': 'none', |
| 9 'dependencies': [ | 9 'dependencies': [ |
| 10 'libwebviewchromium', | 10 'libwebviewchromium', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'dependencies': [ | 52 'dependencies': [ |
| 53 '../base/base.gyp:base_java_test_support', | 53 '../base/base.gyp:base_java_test_support', |
| 54 '../content/content.gyp:content_java_test_support', | 54 '../content/content.gyp:content_java_test_support', |
| 55 '../net/net.gyp:net_java_test_support', | 55 '../net/net.gyp:net_java_test_support', |
| 56 'android_webview_apk_java', | 56 'android_webview_apk_java', |
| 57 ], | 57 ], |
| 58 'variables': { | 58 'variables': { |
| 59 'apk_name': 'AndroidWebViewTest', | 59 'apk_name': 'AndroidWebViewTest', |
| 60 'java_in_dir': '../android_webview/javatests', | 60 'java_in_dir': '../android_webview/javatests', |
| 61 'is_test_apk': 1, | 61 'is_test_apk': 1, |
| 62 'emma_should_instrument': 1, |
| 62 }, | 63 }, |
| 63 'includes': [ '../build/java_apk.gypi' ], | 64 'includes': [ '../build/java_apk.gypi' ], |
| 64 }, | 65 }, |
| 65 { | 66 { |
| 66 'target_name': 'android_webview_unittests', | 67 'target_name': 'android_webview_unittests', |
| 67 'type': '<(gtest_target_type)', | 68 'type': '<(gtest_target_type)', |
| 68 'dependencies': [ | 69 'dependencies': [ |
| 69 '../base/base.gyp:test_support_base', | 70 '../base/base.gyp:test_support_base', |
| 70 '../content/content.gyp:test_support_content', | 71 '../content/content.gyp:test_support_content', |
| 71 '../net/net.gyp:net_test_support', | 72 '../net/net.gyp:net_test_support', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'android_webview_unittests_jni', | 123 'android_webview_unittests_jni', |
| 123 ], | 124 ], |
| 124 'variables': { | 125 'variables': { |
| 125 'test_suite_name': 'android_webview_unittests', | 126 'test_suite_name': 'android_webview_unittests', |
| 126 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', | 127 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi
ew_unittests<(SHARED_LIB_SUFFIX)', |
| 127 }, | 128 }, |
| 128 'includes': [ '../build/apk_test.gypi' ], | 129 'includes': [ '../build/apk_test.gypi' ], |
| 129 }, | 130 }, |
| 130 ], | 131 ], |
| 131 } | 132 } |
| OLD | NEW |