[Extensions] Use the RenderView id for suspending resource load for app windows
[chromium-blink-merge.git] / android_webview / android_webview_shell.gyp
bloba5d898f94f9961e6143ee2be917c2132aff3c538
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5   'targets': [
6     {
7       'target_name': 'android_webview_shell_apk',
8       'type': 'none',
9       'dependencies': [
10         '../base/base.gyp:base_java_test_support',
11       ],
12       'variables': {
13         'apk_name': 'AndroidWebViewShell',
14         'java_in_dir': 'tools/WebViewShell',
15         'resource_dir': 'tools/WebViewShell/res',
16         'is_test_apk': 1,
17         'test_type': 'instrumentation',
18         'isolate_file': 'android_webview_shell_test_apk.isolate',
19         'android_manifest_path': 'tools/WebViewShell/AndroidManifest.xml', # for lint
20       },
21       'includes': [
22         '../build/java_apk.gypi',
23         '../build/android/test_runner.gypi',
24       ],
25     },
26   ],