| Index: build/all_android.gyp
|
| diff --git a/build/all_android.gyp b/build/all_android.gyp
|
| index 69b5dbfea21d07c30bb417a4b45fb8810b45ed7a..e6365f08613f3fd662d06cb3880479108d4bbb9c 100644
|
| --- a/build/all_android.gyp
|
| +++ b/build/all_android.gyp
|
| @@ -49,9 +49,8 @@
|
| 'dependencies': [
|
| '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
|
| '../webkit/webkit.gyp:pull_in_DumpRenderTree',
|
| - '../chrome/chrome.gyp:unit_tests',
|
| - # Requires 64-bit linker.
|
| '../content/content.gyp:content_unittests',
|
| + '../chrome/chrome.gyp:browser',
|
| ],
|
| },
|
| {
|
| @@ -62,6 +61,7 @@
|
| 'dependencies': [
|
| '../content/content.gyp:content_browsertests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| + '../chrome/chrome.gyp:unit_tests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| ],
|
| },
|
|
|