| Index: ui/gfx/gfx.gyp
|
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
|
| index dd0de8af279e6f49d054cca963fe070c50086cc1..60822bf83ffc6f3162ee0ee1276a8e600d9873df 100644
|
| --- a/ui/gfx/gfx.gyp
|
| +++ b/ui/gfx/gfx.gyp
|
| @@ -549,10 +549,7 @@
|
| },
|
| ],
|
| }],
|
| - # Special target to wrap a gtest_target_type==shared_library
|
| - # gfx_unittests into an android apk for execution.
|
| - # See base.gyp for TODO(jrg)s about this strategy.
|
| - ['OS == "android" and gtest_target_type == "shared_library"', {
|
| + ['OS == "android"', {
|
| 'targets': [
|
| {
|
| 'target_name': 'gfx_unittests_apk',
|
|
|