Chromium Code Reviews| Index: build/all_android.gyp |
| diff --git a/build/all_android.gyp b/build/all_android.gyp |
| index 424425aba85acbc00ea7fcc0524424506aaf819e..ad993394c7669056b28a0aed4bc0c294d3db7acf 100644 |
| --- a/build/all_android.gyp |
| +++ b/build/all_android.gyp |
| @@ -60,6 +60,7 @@ |
| # Unit test bundles packaged as an apk. |
| '../base/base.gyp:base_unittests_apk', |
| '../ipc/ipc.gyp:ipc_tests_apk', |
| + '../ui/ui.gyp:ui_unittests_apk', |
| ], |
| }] |
| ], |
| @@ -81,7 +82,6 @@ |
| 'type': 'none', |
| 'dependencies': [ |
| '../content/content.gyp:content_browsertests', |
| - '../ui/ui.gyp:gfx_unittests', |
|
Xianzhu
2012/04/25 19:31:01
This is removed because gfx_unittests is a legacy
|
| ], |
| }, |
| ], # targets |