Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(755)

Unified Diff: media/media.gyp

Issue 155834: fix warnings treated as errors on line 94 and 97 that are allowed on try serv... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/tools/qt-faststart.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
===================================================================
--- media/media.gyp (revision 21185)
+++ media/media.gyp (working copy)
@@ -208,6 +208,13 @@
'tools/wav_ola_test.cc'
],
},
+ {
+ 'target_name': 'qt_faststart',
+ 'type': 'executable',
+ 'sources': [
+ 'tools/qt-faststart.c'
+ ],
+ },
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « no previous file | media/tools/qt-faststart.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698