diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-21 20:48:53 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-21 20:48:53 +0000 |
commit | 830853df6093d39820366da09a18296097335d56 (patch) | |
tree | 6e1268780bee22429a47a7eef760fea8a32ff949 /media | |
parent | 1ca48cc9a5cc6a20364d02785db22c392b5f3693 (diff) | |
download | chromium_src-830853df6093d39820366da09a18296097335d56.zip chromium_src-830853df6093d39820366da09a18296097335d56.tar.gz chromium_src-830853df6093d39820366da09a18296097335d56.tar.bz2 |
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
Diffstat (limited to 'media')
-rw-r--r-- | media/media.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
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"', { |