Commit 55281bc9 authored by xiaomings@google.com's avatar xiaomings@google.com

Make h264_parser_unittest compilable under linux.

BUG=
TEST=Compile


Review URL: https://chromiumcodereview.appspot.com/10823063

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148975 0039d316-1c4b-4281-b951-d872f2087c98
parent 8158be24
......@@ -222,7 +222,7 @@ struct H264SEIRecoveryPoint {
int changing_slice_group_idc;
};
struct H264SEIMessage {
struct CONTENT_EXPORT H264SEIMessage {
H264SEIMessage();
enum Type {
......
......@@ -727,13 +727,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': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment