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': [ |