From 830853df6093d39820366da09a18296097335d56 Mon Sep 17 00:00:00 2001 From: "fbarchard@chromium.org" Date: Tue, 21 Jul 2009 20:48:53 +0000 Subject: fix warnings treated as errors on line 94 and 97 that are allowed on try server, but not buildbot. doh BUG=17304 TEST=buildbot has different warnings than try server. this patch reenables the qtfaststart build with 2 warnings fixed. Review URL: http://codereview.chromium.org/155834 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21215 0039d316-1c4b-4281-b951-d872f2087c98 --- media/media.gyp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'media/media.gyp') diff --git a/media/media.gyp b/media/media.gyp index 33a17c6..b9c0fa4 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -208,6 +208,13 @@ 'tools/wav_ola_test.cc' ], }, + { + 'target_name': 'qt_faststart', + 'type': 'executable', + 'sources': [ + 'tools/qt_faststart.c' + ], + }, ], 'conditions': [ ['OS=="win"', { -- cgit v1.1