Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 5202333b89ab8cc4c644fa81ef48d1f2e07dd5e9..998079869844ae2366b76f2f358d37703fa932cf 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1313,30 +1313,6 @@ |
}, |
] |
}], |
- ['chromeos == 1 or OS == "linux"', { |
- 'targets': [ |
- { |
- 'target_name': 'h264_parser_unittest', |
- 'type': 'executable', |
- 'dependencies': [ |
- 'content.gyp:content_common', |
- '../base/base.gyp:base', |
- '../testing/gtest.gyp:gtest', |
- ], |
- 'sources': [ |
- 'common/gpu/media/h264_bit_reader_unittest.cc', |
- 'common/gpu/media/h264_parser_unittest.cc', |
- ], |
- 'conditions': [ |
- ['linux_use_tcmalloc==1', { |
- 'dependencies': [ |
- '../base/allocator/allocator.gyp:allocator', |
- ], |
- }], |
- ], |
- } |
- ], |
- }], |
# Special target to wrap a gtest_target_type==shared_library |
# content_unittests into an android apk for execution. |
# See base.gyp for TODO(jrg)s about this strategy. |