Fix gn check errors for cc/blink
[chromium-blink-merge.git] / android_webview / android_webview_shell.gyp
blob76651650af8c67bb155bd751deeafd4229c135c2
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       },
20       'includes': [
21         '../build/java_apk.gypi',
22         '../build/android/test_runner.gypi',
23       ],
24     },
25   ],