Index: build/gn_migration.gypi |
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi |
index 05bd91d4c7080871eaec58bc9d4157538910b656..e9992b00ba26358491c0711f3da61786eae5fa28 100644 |
--- a/build/gn_migration.gypi |
+++ b/build/gn_migration.gypi |
@@ -253,6 +253,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', |
@@ -771,9 +774,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', { |