[Android WebView] Convert some more callbacks into embedder to be async
[chromium-blink-merge.git] / android_webview / android_webview_shell.gyp
blob6c002145b6e68d73c1cf19b8f60fcc655eb59011
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       'variables': {
10         'apk_name': 'AndroidWebViewShell',
11         'java_in_dir': 'tools/WebViewShell',
12         'resource_dir': 'tools/WebViewShell/res',
13       },
14       'includes': [ '../build/java_apk.gypi' ],
15     },
16   ],