Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 893294d4ed2fd6d89b96aca75ca37ccc34b7e2f4..a5899dbd1133c9891f54d6779561dbc3bf4c065b 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -494,7 +494,23 @@ |
| ], |
| } |
| ], |
| - }, |
| - ], |
| + }], |
| + ['chromeos == 1', { |
|
Ami GONE FROM CHROMIUM
2012/03/21 13:16:24
Not part of this CL
|
| + 'targets': [ |
| + { |
| + 'target_name': 'h264_parser_unittest', |
| + 'type': 'executable', |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + '../testing/gtest.gyp:gtest', |
| + ], |
| + 'sources': [ |
| + 'common/gpu/media/h264_parser.cc', |
| + 'common/gpu/media/h264_parser.h', |
| + 'common/gpu/media/h264_parser_unittest.cc', |
| + ], |
| + } |
| + ], |
| + }], |
| ], |
| } |