| Index: build/all_android.gyp
|
| diff --git a/build/all_android.gyp b/build/all_android.gyp
|
| index f1b0f904c3a8ba2035ae9b7a01c816973857c216..fd7ae7f9c7864be142cb541c6c07ee1281239e43 100644
|
| --- a/build/all_android.gyp
|
| +++ b/build/all_android.gyp
|
| @@ -46,6 +46,8 @@
|
| '../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',
|
| ],
|
| },
|
| {
|
| @@ -55,7 +57,6 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../content/content.gyp:content_browsertests',
|
| - '../content/content.gyp:content_unittests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| ],
|
|
|