| 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 # GN: //android_webview/test:android_webview_apk | 6 # GN: //android_webview/test:android_webview_apk |
| 7 { | 7 { |
| 8 'target_name': 'android_webview_apk', | 8 'target_name': 'android_webview_apk', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 '../net/net.gyp:net_java_test_support', | 109 '../net/net.gyp:net_java_test_support', |
| 110 '../testing/android/on_device_instrumentation.gyp:broker_java', | 110 '../testing/android/on_device_instrumentation.gyp:broker_java', |
| 111 '../testing/android/on_device_instrumentation.gyp:require_driver_apk', | 111 '../testing/android/on_device_instrumentation.gyp:require_driver_apk', |
| 112 'android_webview_apk_java', | 112 'android_webview_apk_java', |
| 113 ], | 113 ], |
| 114 'variables': { | 114 'variables': { |
| 115 'apk_name': 'AndroidWebViewTest', | 115 'apk_name': 'AndroidWebViewTest', |
| 116 'java_in_dir': '../android_webview/javatests', | 116 'java_in_dir': '../android_webview/javatests', |
| 117 'is_test_apk': 1, | 117 'is_test_apk': 1, |
| 118 'test_type': 'instrumentation', | 118 'test_type': 'instrumentation', |
| 119 'isolate_file': 'android_webview_test_apk.isolate', | 119 'isolate_file': 'android_webview_test_data.isolate', |
| 120 }, | 120 }, |
| 121 'includes': [ | 121 'includes': [ |
| 122 '../build/java_apk.gypi', | 122 '../build/java_apk.gypi', |
| 123 '../build/android/test_runner.gypi', | 123 '../build/android/test_runner.gypi', |
| 124 ], | 124 ], |
| 125 }, | 125 }, |
| 126 # GN: //android_webview/test:android_webview_unittests | 126 # GN: //android_webview/test:android_webview_unittests |
| 127 { | 127 { |
| 128 'target_name': 'android_webview_unittests', | 128 'target_name': 'android_webview_unittests', |
| 129 'type': '<(gtest_target_type)', | 129 'type': '<(gtest_target_type)', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 { | 249 { |
| 250 'target_name': 'android_webview_test_apk_run', | 250 'target_name': 'android_webview_test_apk_run', |
| 251 'type': 'none', | 251 'type': 'none', |
| 252 'dependencies': [ | 252 'dependencies': [ |
| 253 'android_webview_test_apk', | 253 'android_webview_test_apk', |
| 254 ], | 254 ], |
| 255 'includes': [ | 255 'includes': [ |
| 256 '../build/isolate.gypi', | 256 '../build/isolate.gypi', |
| 257 ], | 257 ], |
| 258 'sources': [ | 258 'sources': [ |
| 259 'android_webview_test_apk_run.isolate', | 259 'android_webview_test_apk.isolate', |
| 260 ], | 260 ], |
| 261 }, | 261 }, |
| 262 { | 262 { |
| 263 'target_name': 'android_webview_unittests_apk_run', | 263 'target_name': 'android_webview_unittests_apk_run', |
| 264 'type': 'none', | 264 'type': 'none', |
| 265 'dependencies': [ | 265 'dependencies': [ |
| 266 'android_webview_unittests_apk', | 266 'android_webview_unittests_apk', |
| 267 ], | 267 ], |
| 268 'includes': [ | 268 'includes': [ |
| 269 '../build/isolate.gypi', | 269 '../build/isolate.gypi', |
| 270 ], | 270 ], |
| 271 'sources': [ | 271 'sources': [ |
| 272 'android_webview_unittests_apk.isolate', | 272 'android_webview_unittests_apk.isolate', |
| 273 ], | 273 ], |
| 274 }, | 274 }, |
| 275 ] | 275 ] |
| 276 } | 276 } |
| 277 ], | 277 ], |
| 278 ] | 278 ] |
| 279 } | 279 } |
| OLD | NEW |