Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 7a12314b5fca25e979523e1bbb6365fcc7fd7f06..d3ead299ba415affe3a96a9c483ead7edecb5b48 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1321,30 +1321,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. |