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

Unified Diff: media/media.gyp

Issue 99107: media player resource header file. Mechanically generated. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/player/resource.h » ('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 14615)
+++ media/media.gyp (working copy)
@@ -195,26 +195,30 @@
'conditions': [
['OS=="win"', {
'targets': [
- {
- 'target_name': 'media_player',
- 'type': 'executable',
- 'dependencies': [
- 'media',
- '../base/base.gyp:base',
- '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
- ],
- 'include_dirs': [
- '../chrome/third_party/wtl/include',
- ],
- 'dependencies': [
- 'media',
- '../base/base.gyp:base',
- '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
- ],
- 'sources': [
- 'player/player_wtl.rc',
- ],
- },
+ {
+ 'target_name': 'media_player',
+ 'type': 'executable',
+ 'dependencies': [
+ 'media',
+ '../base/base.gyp:base',
+ '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
+ ],
+ 'include_dirs': [
+ '../chrome/third_party/wtl/include',
+ ],
+ 'dependencies': [
+ 'media',
+ '../base/base.gyp:base',
+ '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
+ ],
+ 'sources': [
+ 'player/player.cc',
+ 'player/player_wtl.rc',
+ 'player/resource.h',
+ 'player/stdafx.h',
+ 'player/stdafx.cc',
+ ],
+ },
],
}],
],
« no previous file with comments | « no previous file | media/player/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698