| Index: android_webview/android_webview_shell.gyp
|
| diff --git a/android_webview/android_webview_shell.gyp b/android_webview/android_webview_shell.gyp
|
| index c9bf96ef9370f4a9527159411656d2948e999369..0af0dbea239f42ed81b6adc4c5a94366f6ba95be 100644
|
| --- a/android_webview/android_webview_shell.gyp
|
| +++ b/android_webview/android_webview_shell.gyp
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
| {
|
| 'targets': [
|
| + # GN: //android_webview/tools:system_webview_shell_apk
|
| {
|
| 'target_name': 'system_webview_shell_apk',
|
| 'type': 'none',
|
| @@ -27,6 +28,7 @@
|
| ],
|
| 'includes': [ '../build/apk_fake_jar.gypi' ],
|
| },
|
| + # GN: //android_webview/tools:system_webview_shell_page_cycler_apk
|
| {
|
| 'target_name': 'system_webview_shell_page_cycler_apk',
|
| 'type': 'none',
|
| @@ -49,6 +51,7 @@
|
| '../build/android/test_runner.gypi',
|
| ],
|
| },
|
| + # GN: //android_webview/tools:system_webview_shell_layout_test_apk
|
| {
|
| 'target_name': 'system_webview_shell_layout_test_apk',
|
| 'type': 'none',
|
|
|