| Index: build/all_android.gyp
|
| diff --git a/build/all_android.gyp b/build/all_android.gyp
|
| index 411243b2874d14b5c4e89431b65f1bc50cb975e7..a08fbc667c7114622b1c9910a36e1fb3d58116e1 100644
|
| --- a/build/all_android.gyp
|
| +++ b/build/all_android.gyp
|
| @@ -49,7 +49,7 @@
|
| 'dependencies': [
|
| '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
|
| '../webkit/webkit.gyp:pull_in_DumpRenderTree',
|
| - '../chrome/chrome.gyp:browser',
|
| + '../chrome/chrome.gyp:sync_unit_tests',
|
| '../base/android/java/java.gyp:base_java',
|
| ],
|
| },
|
| @@ -60,7 +60,6 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../content/content.gyp:content_browsertests',
|
| - '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| ],
|
|
|