| Index: build/gn_migration.gypi
|
| diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
|
| index d9211dee7d6efd56835fd154e4457029fb9507f6..d5a35e14e7a5b81e6bcacaf8e48041ef895098e7 100644
|
| --- a/build/gn_migration.gypi
|
| +++ b/build/gn_migration.gypi
|
| @@ -252,6 +252,9 @@
|
| }],
|
| ['OS=="android" and chromecast==0', {
|
| 'dependencies': [
|
| + '../android_webview/android_webview_shell.gyp:system_webview_shell_apk',
|
| + '../android_webview/android_webview_shell.gyp:system_webview_shell_layout_test_apk',
|
| + '../android_webview/android_webview_shell.gyp:system_webview_shell_page_cycler_apk',
|
| '../chrome/android/chrome_apk.gyp:chrome_public_apk',
|
| '../chrome/android/chrome_apk.gyp:chrome_public_test_apk',
|
| '../chrome/android/chrome_apk.gyp:chrome_sync_shell_apk',
|
| @@ -769,9 +772,6 @@
|
| '../android_webview/android_webview.gyp:android_webview_test_apk',
|
| '../android_webview/android_webview.gyp:android_webview_unittests',
|
| '../android_webview/android_webview.gyp:android_webview_unittests_apk',
|
| - '../android_webview/android_webview_shell.gyp:system_webview_shell_apk',
|
| - '../android_webview/android_webview_shell.gyp:system_webview_shell_layout_test_apk',
|
| - '../android_webview/android_webview_shell.gyp:system_webview_shell_page_cycler_apk',
|
| ],
|
| }],
|
| ['OS=="android" and chromecast==0 and use_webview_internal_framework==0', {
|
|
|