Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
| 9 'use_cras%': 0, | 9 'use_cras%': 0, |
| 10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 343 'filters/ffmpeg_glue.cc', | 343 'filters/ffmpeg_glue.cc', |
| 344 'filters/ffmpeg_glue.h', | 344 'filters/ffmpeg_glue.h', |
| 345 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', | 345 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', |
| 346 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', | 346 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', |
| 347 'filters/ffmpeg_video_decoder.cc', | 347 'filters/ffmpeg_video_decoder.cc', |
| 348 'filters/ffmpeg_video_decoder.h', | 348 'filters/ffmpeg_video_decoder.h', |
| 349 'filters/file_data_source.cc', | 349 'filters/file_data_source.cc', |
| 350 'filters/file_data_source.h', | 350 'filters/file_data_source.h', |
| 351 'filters/gpu_video_decoder.cc', | 351 'filters/gpu_video_decoder.cc', |
| 352 'filters/gpu_video_decoder.h', | 352 'filters/gpu_video_decoder.h', |
| 353 'filters/gpu_video_decoder_factories.h', | |
|
scherkus (not reviewing)
2013/07/19 18:00:54
order is wrong (.cc < .h)
wuchengli
2013/07/20 03:15:47
Oops... Done.
| |
| 354 'filters/gpu_video_decoder_factories.cc', | |
| 353 'filters/h264_to_annex_b_bitstream_converter.cc', | 355 'filters/h264_to_annex_b_bitstream_converter.cc', |
| 354 'filters/h264_to_annex_b_bitstream_converter.h', | 356 'filters/h264_to_annex_b_bitstream_converter.h', |
| 355 'filters/in_memory_url_protocol.cc', | 357 'filters/in_memory_url_protocol.cc', |
| 356 'filters/in_memory_url_protocol.h', | 358 'filters/in_memory_url_protocol.h', |
| 357 'filters/opus_audio_decoder.cc', | 359 'filters/opus_audio_decoder.cc', |
| 358 'filters/opus_audio_decoder.h', | 360 'filters/opus_audio_decoder.h', |
| 359 'filters/skcanvas_video_renderer.cc', | 361 'filters/skcanvas_video_renderer.cc', |
| 360 'filters/skcanvas_video_renderer.h', | 362 'filters/skcanvas_video_renderer.h', |
| 361 'filters/source_buffer_stream.cc', | 363 'filters/source_buffer_stream.cc', |
| 362 'filters/source_buffer_stream.h', | 364 'filters/source_buffer_stream.h', |
| (...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1620 'sources': [ | 1622 'sources': [ |
| 1621 'tools/media_bench/media_bench.cc', | 1623 'tools/media_bench/media_bench.cc', |
| 1622 ], | 1624 ], |
| 1623 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1625 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1624 'msvs_disabled_warnings': [ 4267, ], | 1626 'msvs_disabled_warnings': [ 4267, ], |
| 1625 }, | 1627 }, |
| 1626 ], | 1628 ], |
| 1627 }], | 1629 }], |
| 1628 ], | 1630 ], |
| 1629 } | 1631 } |
| OLD | NEW |