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

Side by Side Diff: media/media.gyp

Issue 431046: Re-organizing all tools under /src/media to be consistent with the rest of the repository. (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « no previous file | media/tools/media_bench/file_protocol.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 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 { 209 {
210 'target_name': 'media_bench', 210 'target_name': 'media_bench',
211 'type': 'executable', 211 'type': 'executable',
212 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF', 212 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF',
213 'dependencies': [ 213 'dependencies': [
214 'media', 214 'media',
215 '../base/base.gyp:base', 215 '../base/base.gyp:base',
216 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 216 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
217 ], 217 ],
218 'sources': [ 218 'sources': [
219 'bench/bench.cc', 219 'tools/media_bench/file_protocol.cc',
220 'bench/file_protocol.cc', 220 'tools/media_bench/file_protocol.h',
221 'bench/file_protocol.h', 221 'tools/media_bench/media_bench.cc',
222 ], 222 ],
223 }, 223 },
224 { 224 {
225 'target_name': 'wav_ola_test', 225 'target_name': 'wav_ola_test',
226 'type': 'executable', 226 'type': 'executable',
227 'dependencies': [ 227 'dependencies': [
228 'media', 228 'media',
229 ], 229 ],
230 'sources': [ 230 'sources': [
231 'tools/wav_ola_test.cc' 231 'tools/wav_ola_test/wav_ola_test.cc'
232 ], 232 ],
233 }, 233 },
234 { 234 {
235 'target_name': 'qt_faststart', 235 'target_name': 'qt_faststart',
236 'type': 'executable', 236 'type': 'executable',
237 'sources': [ 237 'sources': [
238 'tools/qt_faststart.c' 238 'tools/qt_faststart/qt_faststart.c'
239 ], 239 ],
240 }, 240 },
241 { 241 {
242 'target_name': 'omx_test', 242 'target_name': 'omx_test',
243 'type': 'executable', 243 'type': 'executable',
244 'dependencies': [ 244 'dependencies': [
245 '../base/base.gyp:base', 245 '../base/base.gyp:base',
246 '../third_party/openmax/openmax.gyp:il', 246 '../third_party/openmax/openmax.gyp:il',
247 ], 247 ],
248 'sources': [ 248 'sources': [
249 'omx/input_buffer.cc', 249 'omx/input_buffer.cc',
250 'omx/input_buffer.h', 250 'omx/input_buffer.h',
251 'omx/omx_test.cc', 251 'omx/omx_test.cc',
252 'omx/omx_video_decoder.cc', 252 'omx/omx_video_decoder.cc',
253 'omx/omx_video_decoder.h', 253 'omx/omx_video_decoder.h',
254 ], 254 ],
255 }, 255 },
256 ], 256 ],
257 'conditions': [ 257 'conditions': [
258 ['OS=="win"', { 258 ['OS=="win"', {
259 'targets': [ 259 'targets': [
260 { 260 {
261 'target_name': 'media_player', 261 'target_name': 'player_wtl',
262 'type': 'executable', 262 'type': 'executable',
263 'dependencies': [ 263 'dependencies': [
264 'media', 264 'media',
265 '../base/base.gyp:base', 265 '../base/base.gyp:base',
266 ], 266 ],
267 'include_dirs': [ 267 'include_dirs': [
268 '../chrome/third_party/wtl/include', 268 '../chrome/third_party/wtl/include',
269 ], 269 ],
270 'sources': [ 270 'sources': [
271 'player/list.h', 271 'tools/player_wtl/list.h',
272 'player/mainfrm.h', 272 'tools/player_wtl/mainfrm.h',
273 'player/movie.cc', 273 'tools/player_wtl/movie.cc',
274 'player/movie.h', 274 'tools/player_wtl/movie.h',
275 'player/player_wtl.cc', 275 'tools/player_wtl/player_wtl.cc',
276 'player/player_wtl.rc', 276 'tools/player_wtl/player_wtl.rc',
277 'player/props.h', 277 'tools/player_wtl/props.h',
278 'player/seek.h', 278 'tools/player_wtl/seek.h',
279 'player/resource.h', 279 'tools/player_wtl/resource.h',
280 'player/view.h', 280 'tools/player_wtl/view.h',
281 'player/wtl_renderer.cc', 281 'tools/player_wtl/wtl_renderer.cc',
282 'player/wtl_renderer.h', 282 'tools/player_wtl/wtl_renderer.h',
283 ], 283 ],
284 'msvs_settings': { 284 'msvs_settings': {
285 'VCLinkerTool': { 285 'VCLinkerTool': {
286 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 286 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
287 }, 287 },
288 }, 288 },
289 'defines': [ 289 'defines': [
290 '_CRT_SECURE_NO_WARNINGS=1', 290 '_CRT_SECURE_NO_WARNINGS=1',
291 ], 291 ],
292 }, 292 },
293 ], 293 ],
294 }], 294 }],
295 ['OS=="linux"', { 295 ['OS=="linux"', {
296 'targets': [ 296 'targets': [
297 { 297 {
298 'target_name': 'media_player', 298 'target_name': 'player_x11',
299 'type': 'executable', 299 'type': 'executable',
300 'dependencies': [ 300 'dependencies': [
301 'media', 301 'media',
302 '../base/base.gyp:base', 302 '../base/base.gyp:base',
303 ], 303 ],
304 'link_settings': { 304 'link_settings': {
305 'libraries': [ 305 'libraries': [
306 '-lX11', 306 '-lX11',
307 '-lXrender', 307 '-lXrender',
308 '-lXext', 308 '-lXext',
309 ], 309 ],
310 }, 310 },
311 'sources': [ 311 'sources': [
312 'player/player_x11.cc', 312 'tools/player_x11/player_x11.cc',
313 'player/x11_video_renderer.cc', 313 'tools/player_x11/x11_video_renderer.cc',
314 'player/x11_video_renderer.h', 314 'tools/player_x11/x11_video_renderer.h',
315 ], 315 ],
316 }, 316 },
317 ], 317 ],
318 }], 318 }],
319 ], 319 ],
320 } 320 }
321 321
322 # Local Variables: 322 # Local Variables:
323 # tab-width:2 323 # tab-width:2
324 # indent-tabs-mode:nil 324 # indent-tabs-mode:nil
325 # End: 325 # End:
326 # vim: set expandtab tabstop=2 shiftwidth=2: 326 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | media/tools/media_bench/file_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698