| Index: build/all_android.gyp
|
| diff --git a/build/all_android.gyp b/build/all_android.gyp
|
| index 50bd20422c3f0e2c618be48733e674aa78d902d3..e38ab29c7b79e41aba784bdee43e6632fb7e6bfd 100644
|
| --- a/build/all_android.gyp
|
| +++ b/build/all_android.gyp
|
| @@ -56,6 +56,7 @@
|
| 'target_name': 'android_experimental',
|
| 'type': 'none',
|
| 'dependencies': [
|
| + '../chrome/chrome.gyp:unit_tests',
|
| ],
|
| },
|
| {
|
| @@ -65,7 +66,6 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../content/content.gyp:content_browsertests',
|
| - '../chrome/chrome.gyp:unit_tests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| ],
|
| },
|
|
|