Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: content/content_tests.gypi

Issue 119153002: Move H264Parser and H264BitReader to media/filters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_common.gypi ('k') | media/filters/h264_bit_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/content_common.gypi ('k') | media/filters/h264_bit_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698