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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | media/player/resource.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 188 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
189 ], 189 ],
190 'sources': [ 190 'sources': [
191 'bench/bench.cc', 191 'bench/bench.cc',
192 ], 192 ],
193 }, 193 },
194 ], 194 ],
195 'conditions': [ 195 'conditions': [
196 ['OS=="win"', { 196 ['OS=="win"', {
197 'targets': [ 197 'targets': [
198 » { 198 {
199 » 'target_name': 'media_player', 199 'target_name': 'media_player',
200 » 'type': 'executable', 200 'type': 'executable',
201 » 'dependencies': [ 201 'dependencies': [
202 » 'media', 202 'media',
203 » '../base/base.gyp:base', 203 '../base/base.gyp:base',
204 » '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 204 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
205 » ], 205 ],
206 » 'include_dirs': [ 206 'include_dirs': [
207 » '../chrome/third_party/wtl/include', 207 '../chrome/third_party/wtl/include',
208 » ], 208 ],
209 » 'dependencies': [ 209 'dependencies': [
210 » 'media', 210 'media',
211 » '../base/base.gyp:base', 211 '../base/base.gyp:base',
212 » '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 212 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
213 » ], 213 ],
214 » 'sources': [ 214 'sources': [
215 » 'player/player_wtl.rc', 215 'player/player.cc',
216 » ], 216 'player/player_wtl.rc',
217 » }, 217 'player/resource.h',
218 'player/stdafx.h',
219 'player/stdafx.cc',
220 ],
221 },
218 ], 222 ],
219 }], 223 }],
220 ], 224 ],
221 } 225 }
OLDNEW
« 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