| Index: build/all.gyp
 | 
| diff --git a/build/all.gyp b/build/all.gyp
 | 
| index b6f0a0209f24757569ada43e3ac20f91ee79ce60..95d816fb7afab1fd627303edd67e039bd548ddfd 100644
 | 
| --- a/build/all.gyp
 | 
| +++ b/build/all.gyp
 | 
| @@ -87,8 +87,8 @@
 | 
|                  '../android_webview/android_webview.gyp:system_webview_apk',
 | 
|                  '../android_webview/android_webview_shell.gyp:android_webview_shell_apk',
 | 
|                  '../chrome/android/chrome_apk.gyp:chrome_public_apk',
 | 
| +                '../chrome/android/chrome_apk.gyp:chrome_sync_shell_apk',
 | 
|                  '../chrome/chrome.gyp:chrome_shell_apk',
 | 
| -                '../chrome/chrome.gyp:chrome_sync_shell_apk',
 | 
|                  '../remoting/remoting.gyp:remoting_apk',
 | 
|                ],
 | 
|              }],
 | 
| @@ -875,9 +875,9 @@
 | 
|                  '../android_webview/android_webview.gyp:android_webview_test_apk',
 | 
|                  '../android_webview/android_webview.gyp:android_webview_unittests_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',
 | 
|                  '../chrome/chrome.gyp:chrome_shell_test_apk',
 | 
| -                '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
 | 
|                  '../chrome/chrome.gyp:chrome_uiautomator_tests',
 | 
|                  '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
 | 
|                  '../chrome/chrome.gyp:unit_tests_apk',
 | 
| 
 |