OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'base/clock_impl.cc', | 73 'base/clock_impl.cc', |
74 'base/clock_impl.h', | 74 'base/clock_impl.h', |
75 'base/data_buffer.cc', | 75 'base/data_buffer.cc', |
76 'base/data_buffer.h', | 76 'base/data_buffer.h', |
77 'base/djb2.cc', | 77 'base/djb2.cc', |
78 'base/djb2.h', | 78 'base/djb2.h', |
79 'base/filter_host.h', | 79 'base/filter_host.h', |
80 'base/filters.cc', | 80 'base/filters.cc', |
81 'base/filters.h', | 81 'base/filters.h', |
82 'base/media.h', | 82 'base/media.h', |
83 'base/media_filter_collection.cc', | |
84 'base/media_filter_collection.h', | |
85 'base/media_format.cc', | 83 'base/media_format.cc', |
86 'base/media_format.h', | 84 'base/media_format.h', |
87 'base/media_posix.cc', | 85 'base/media_posix.cc', |
88 'base/media_switches.cc', | 86 'base/media_switches.cc', |
89 'base/media_switches.h', | 87 'base/media_switches.h', |
90 'base/media_win.cc', | 88 'base/media_win.cc', |
91 'base/pipeline.h', | 89 'base/pipeline.h', |
92 'base/pipeline_impl.cc', | 90 'base/pipeline_impl.cc', |
93 'base/pipeline_impl.h', | 91 'base/pipeline_impl.h', |
94 'base/pts_heap.cc', | 92 'base/pts_heap.cc', |
95 'base/pts_heap.h', | 93 'base/pts_heap.h', |
96 'base/seekable_buffer.cc', | 94 'base/seekable_buffer.cc', |
97 'base/seekable_buffer.h', | 95 'base/seekable_buffer.h', |
98 'base/state_matrix.cc', | |
99 'base/state_matrix.h', | |
100 'base/video_frame.cc', | 96 'base/video_frame.cc', |
101 'base/video_frame.h', | 97 'base/video_frame.h', |
102 'base/yuv_convert.cc', | 98 'base/yuv_convert.cc', |
103 'base/yuv_convert.h', | 99 'base/yuv_convert.h', |
104 'base/yuv_row_win.cc', | 100 'base/yuv_row_win.cc', |
105 'base/yuv_row_posix.cc', | 101 'base/yuv_row_posix.cc', |
106 'base/yuv_row_table.cc', | 102 'base/yuv_row_table.cc', |
107 'base/yuv_row.h', | 103 'base/yuv_row.h', |
108 'ffmpeg/ffmpeg_common.cc', | 104 'ffmpeg/ffmpeg_common.cc', |
109 'ffmpeg/ffmpeg_common.h', | 105 'ffmpeg/ffmpeg_common.h', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'audio/audio_output_controller_unittest.cc', | 253 'audio/audio_output_controller_unittest.cc', |
258 'audio/audio_util_unittest.cc', | 254 'audio/audio_util_unittest.cc', |
259 'audio/fake_audio_input_stream_unittest.cc', | 255 'audio/fake_audio_input_stream_unittest.cc', |
260 'audio/linux/alsa_output_unittest.cc', | 256 'audio/linux/alsa_output_unittest.cc', |
261 'audio/mac/audio_output_mac_unittest.cc', | 257 'audio/mac/audio_output_mac_unittest.cc', |
262 'audio/simple_sources_unittest.cc', | 258 'audio/simple_sources_unittest.cc', |
263 'audio/win/audio_output_win_unittest.cc', | 259 'audio/win/audio_output_win_unittest.cc', |
264 'base/clock_impl_unittest.cc', | 260 'base/clock_impl_unittest.cc', |
265 'base/data_buffer_unittest.cc', | 261 'base/data_buffer_unittest.cc', |
266 'base/djb2_unittest.cc', | 262 'base/djb2_unittest.cc', |
267 'base/media_filter_collection_unittest.cc', | |
268 'base/mock_ffmpeg.cc', | 263 'base/mock_ffmpeg.cc', |
269 'base/mock_ffmpeg.h', | 264 'base/mock_ffmpeg.h', |
270 'base/mock_filter_host.h', | 265 'base/mock_filter_host.h', |
271 'base/mock_filters.cc', | 266 'base/mock_filters.cc', |
272 'base/mock_filters.h', | 267 'base/mock_filters.h', |
273 'base/mock_reader.h', | 268 'base/mock_reader.h', |
274 'base/mock_task.h', | 269 'base/mock_task.h', |
275 'base/pipeline_impl_unittest.cc', | 270 'base/pipeline_impl_unittest.cc', |
276 'base/pts_heap_unittest.cc', | 271 'base/pts_heap_unittest.cc', |
277 'base/run_all_unittests.cc', | 272 'base/run_all_unittests.cc', |
278 'base/seekable_buffer_unittest.cc', | 273 'base/seekable_buffer_unittest.cc', |
279 'base/state_matrix_unittest.cc', | |
280 'base/video_frame_unittest.cc', | 274 'base/video_frame_unittest.cc', |
281 'base/yuv_convert_unittest.cc', | 275 'base/yuv_convert_unittest.cc', |
282 'filters/audio_renderer_algorithm_ola_unittest.cc', | 276 'filters/audio_renderer_algorithm_ola_unittest.cc', |
283 'filters/audio_renderer_base_unittest.cc', | 277 'filters/audio_renderer_base_unittest.cc', |
284 'filters/bitstream_converter_unittest.cc', | 278 'filters/bitstream_converter_unittest.cc', |
285 'filters/decoder_base_unittest.cc', | 279 'filters/decoder_base_unittest.cc', |
286 'filters/ffmpeg_demuxer_unittest.cc', | 280 'filters/ffmpeg_demuxer_unittest.cc', |
287 'filters/ffmpeg_glue_unittest.cc', | 281 'filters/ffmpeg_glue_unittest.cc', |
288 'filters/ffmpeg_video_decoder_unittest.cc', | 282 'filters/ffmpeg_video_decoder_unittest.cc', |
289 'filters/file_data_source_unittest.cc', | 283 'filters/file_data_source_unittest.cc', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 'dependencies': [ | 339 'dependencies': [ |
346 'media', | 340 'media', |
347 '../base/base.gyp:base', | 341 '../base/base.gyp:base', |
348 '../skia/skia.gyp:skia', | 342 '../skia/skia.gyp:skia', |
349 ], | 343 ], |
350 'sources': [ | 344 'sources': [ |
351 'tools/scaler_bench/scaler_bench.cc', | 345 'tools/scaler_bench/scaler_bench.cc', |
352 ], | 346 ], |
353 }, | 347 }, |
354 { | 348 { |
| 349 'target_name': 'shader_bench', |
| 350 'type': 'executable', |
| 351 'dependencies': [ |
| 352 'media', |
| 353 '../app/app.gyp:app_base', |
| 354 '../gpu/gpu.gyp:*', |
| 355 ], |
| 356 'sources': [ |
| 357 'tools/shader_bench/shader_bench.cc', |
| 358 'tools/shader_bench/cpu_color_painter.cc', |
| 359 'tools/shader_bench/cpu_color_painter.h', |
| 360 'tools/shader_bench/gpu_color_painter.cc', |
| 361 'tools/shader_bench/gpu_color_painter.h', |
| 362 'tools/shader_bench/gpu_color_painter_exp.cc', |
| 363 'tools/shader_bench/gpu_color_painter_exp.h', |
| 364 'tools/shader_bench/gpu_painter.cc', |
| 365 'tools/shader_bench/gpu_painter.h', |
| 366 'tools/shader_bench/painter.cc', |
| 367 'tools/shader_bench/painter.h', |
| 368 'tools/shader_bench/window.cc', |
| 369 'tools/shader_bench/window.h', |
| 370 ], |
| 371 'conditions': [ |
| 372 ['OS=="linux"', { |
| 373 'dependencies': [ |
| 374 '../build/linux/system.gyp:gtk', |
| 375 ], |
| 376 'sources': [ |
| 377 'tools/shader_bench/window_linux.cc', |
| 378 ], |
| 379 }], |
| 380 ['OS=="win"', { |
| 381 'dependencies': [ |
| 382 '../third_party/angle/src/build_angle.gyp:libEGL', |
| 383 '../third_party/angle/src/build_angle.gyp:libGLESv2', |
| 384 ], |
| 385 'sources': [ |
| 386 'tools/shader_bench/window_win.cc', |
| 387 ], |
| 388 }], |
| 389 ] |
| 390 }, |
| 391 { |
355 'target_name': 'ffmpeg_tests', | 392 'target_name': 'ffmpeg_tests', |
356 'type': 'executable', | 393 'type': 'executable', |
357 'dependencies': [ | 394 'dependencies': [ |
358 'media', | 395 'media', |
359 '../base/base.gyp:base', | 396 '../base/base.gyp:base', |
360 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 397 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
361 ], | 398 ], |
362 'sources': [ | 399 'sources': [ |
363 'test/ffmpeg_tests/ffmpeg_tests.cc', | 400 'test/ffmpeg_tests/ffmpeg_tests.cc', |
364 ], | 401 ], |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 ], | 617 ], |
581 }], | 618 }], |
582 ], | 619 ], |
583 } | 620 } |
584 | 621 |
585 # Local Variables: | 622 # Local Variables: |
586 # tab-width:2 | 623 # tab-width:2 |
587 # indent-tabs-mode:nil | 624 # indent-tabs-mode:nil |
588 # End: | 625 # End: |
589 # vim: set expandtab tabstop=2 shiftwidth=2: | 626 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |