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

Unified Diff: content/content_tests.gypi

Issue 10823063: Make h264_parser_unittest compilable under linux. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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/common/gpu/media/h264_parser.h ('k') | no next file » | 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 5d1dc82017df8c0fdb2477cd4c9a336daa741683..fecab838b866cdfc1cb16c4e0638e6ccd847e1fb 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -719,13 +719,14 @@
},
]
}],
- ['chromeos == 1', {
+ ['chromeos == 1 or OS == "linux"', {
'targets': [
{
'target_name': 'h264_parser_unittest',
'type': 'executable',
'dependencies': [
'content_common',
+ 'test_support_content',
Ami GONE FROM CHROMIUM 2012/07/27 22:25:23 This is quite a large library; do you know what's
'../testing/gtest.gyp:gtest',
],
'sources': [
« no previous file with comments | « content/common/gpu/media/h264_parser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698