| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 953ec13d255cddb5735478289637bc1bbeebc7e2..d04e5e8fb68d28d227db15fffb788e7cabe4d20d 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -85,7 +85,7 @@
|
| 'dependencies': [
|
| '../android_webview/android_webview.gyp:android_webview_apk',
|
| '../android_webview/android_webview.gyp:system_webview_apk',
|
| - '../android_webview/android_webview_shell.gyp:android_webview_shell_apk',
|
| + '../android_webview/android_webview_shell.gyp:system_webview_shell_apk',
|
| '../chrome/android/chrome_apk.gyp:chrome_public_apk',
|
| '../chrome/android/chrome_apk.gyp:chrome_sync_shell_apk',
|
| '../remoting/remoting.gyp:remoting_apk',
|
| @@ -873,6 +873,8 @@
|
| # Unit test bundles packaged as an apk.
|
| '../android_webview/android_webview.gyp:android_webview_test_apk',
|
| '../android_webview/android_webview.gyp:android_webview_unittests_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_test_apk',
|
| '../chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk',
|
| '../chrome/chrome.gyp:chrome_junit_tests',
|
|
|