diff options
Diffstat (limited to 'ui/gfx/gfx.gyp')
-rw-r--r-- | ui/gfx/gfx.gyp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp index 9f909f9..2e45f8b 100644 --- a/ui/gfx/gfx.gyp +++ b/ui/gfx/gfx.gyp @@ -548,10 +548,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', |