Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 5d1dc82017df8c0fdb2477cd4c9a336daa741683..579bc0678db15bfb345fc7f3be9d09c261224a03 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', |
+ '../base/base.gyp:base', |
'../testing/gtest.gyp:gtest', |
], |
'sources': [ |