| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'base/seekable_buffer.cc', | 279 'base/seekable_buffer.cc', |
| 280 'base/seekable_buffer.h', | 280 'base/seekable_buffer.h', |
| 281 'base/serial_runner.cc', | 281 'base/serial_runner.cc', |
| 282 'base/serial_runner.h', | 282 'base/serial_runner.h', |
| 283 'base/sinc_resampler.cc', | 283 'base/sinc_resampler.cc', |
| 284 'base/sinc_resampler.h', | 284 'base/sinc_resampler.h', |
| 285 'base/stream_parser.cc', | 285 'base/stream_parser.cc', |
| 286 'base/stream_parser.h', | 286 'base/stream_parser.h', |
| 287 'base/stream_parser_buffer.cc', | 287 'base/stream_parser_buffer.cc', |
| 288 'base/stream_parser_buffer.h', | 288 'base/stream_parser_buffer.h', |
| 289 'base/text_track.h', |
| 289 'base/video_decoder.cc', | 290 'base/video_decoder.cc', |
| 290 'base/video_decoder.h', | 291 'base/video_decoder.h', |
| 291 'base/video_decoder_config.cc', | 292 'base/video_decoder_config.cc', |
| 292 'base/video_decoder_config.h', | 293 'base/video_decoder_config.h', |
| 293 'base/video_frame.cc', | 294 'base/video_frame.cc', |
| 294 'base/video_frame.h', | 295 'base/video_frame.h', |
| 295 'base/video_renderer.cc', | 296 'base/video_renderer.cc', |
| 296 'base/video_renderer.h', | 297 'base/video_renderer.h', |
| 297 'base/video_util.cc', | 298 'base/video_util.cc', |
| 298 'base/video_util.h', | 299 'base/video_util.h', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 'webm/webm_info_parser.cc', | 441 'webm/webm_info_parser.cc', |
| 441 'webm/webm_info_parser.h', | 442 'webm/webm_info_parser.h', |
| 442 'webm/webm_parser.cc', | 443 'webm/webm_parser.cc', |
| 443 'webm/webm_parser.h', | 444 'webm/webm_parser.h', |
| 444 'webm/webm_stream_parser.cc', | 445 'webm/webm_stream_parser.cc', |
| 445 'webm/webm_stream_parser.h', | 446 'webm/webm_stream_parser.h', |
| 446 'webm/webm_tracks_parser.cc', | 447 'webm/webm_tracks_parser.cc', |
| 447 'webm/webm_tracks_parser.h', | 448 'webm/webm_tracks_parser.h', |
| 448 'webm/webm_video_client.cc', | 449 'webm/webm_video_client.cc', |
| 449 'webm/webm_video_client.h', | 450 'webm/webm_video_client.h', |
| 451 'webm/webm_webvtt_parser.cc', |
| 452 'webm/webm_webvtt_parser.h' |
| 450 ], | 453 ], |
| 451 'direct_dependent_settings': { | 454 'direct_dependent_settings': { |
| 452 'include_dirs': [ | 455 'include_dirs': [ |
| 453 '..', | 456 '..', |
| 454 ], | 457 ], |
| 455 }, | 458 }, |
| 456 'conditions': [ | 459 'conditions': [ |
| 457 ['arm_neon == 1', { | 460 ['arm_neon == 1', { |
| 458 'defines': [ | 461 'defines': [ |
| 459 'USE_NEON' | 462 'USE_NEON' |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 995 'video/capture/screen/screen_capturer_unittest.cc', | 998 'video/capture/screen/screen_capturer_unittest.cc', |
| 996 'video/capture/video_capture_device_unittest.cc', | 999 'video/capture/video_capture_device_unittest.cc', |
| 997 'webm/cluster_builder.cc', | 1000 'webm/cluster_builder.cc', |
| 998 'webm/cluster_builder.h', | 1001 'webm/cluster_builder.h', |
| 999 'webm/tracks_builder.cc', | 1002 'webm/tracks_builder.cc', |
| 1000 'webm/tracks_builder.h', | 1003 'webm/tracks_builder.h', |
| 1001 'webm/webm_cluster_parser_unittest.cc', | 1004 'webm/webm_cluster_parser_unittest.cc', |
| 1002 'webm/webm_content_encodings_client_unittest.cc', | 1005 'webm/webm_content_encodings_client_unittest.cc', |
| 1003 'webm/webm_parser_unittest.cc', | 1006 'webm/webm_parser_unittest.cc', |
| 1004 'webm/webm_tracks_parser_unittest.cc', | 1007 'webm/webm_tracks_parser_unittest.cc', |
| 1008 'webm/webm_webvtt_parser_unittest.cc', |
| 1005 ], | 1009 ], |
| 1006 'conditions': [ | 1010 'conditions': [ |
| 1007 ['arm_neon == 1', { | 1011 ['arm_neon == 1', { |
| 1008 'defines': [ | 1012 'defines': [ |
| 1009 'USE_NEON' | 1013 'USE_NEON' |
| 1010 ], | 1014 ], |
| 1011 }], | 1015 }], |
| 1012 ['OS != "ios"', { | 1016 ['OS != "ios"', { |
| 1013 'dependencies': [ | 1017 'dependencies': [ |
| 1014 'shared_memory_support', | 1018 'shared_memory_support', |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 ], | 1720 ], |
| 1717 'sources': [ | 1721 'sources': [ |
| 1718 'base/simd/sinc_resampler_sse.cc', | 1722 'base/simd/sinc_resampler_sse.cc', |
| 1719 'base/simd/vector_math_sse.cc', | 1723 'base/simd/vector_math_sse.cc', |
| 1720 ], | 1724 ], |
| 1721 }, # end of target media_sse | 1725 }, # end of target media_sse |
| 1722 ], | 1726 ], |
| 1723 }], | 1727 }], |
| 1724 ], | 1728 ], |
| 1725 } | 1729 } |
| OLD | NEW |