| 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 PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
| 9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
| 10 # Override to dynamically link the cras (ChromeOS audio) library. | 10 # Override to dynamically link the cras (ChromeOS audio) library. |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 'video/picture.h', | 402 'video/picture.h', |
| 403 'video/video_decode_accelerator.cc', | 403 'video/video_decode_accelerator.cc', |
| 404 'video/video_decode_accelerator.h', | 404 'video/video_decode_accelerator.h', |
| 405 'webm/webm_cluster_parser.cc', | 405 'webm/webm_cluster_parser.cc', |
| 406 'webm/webm_cluster_parser.h', | 406 'webm/webm_cluster_parser.h', |
| 407 'webm/webm_constants.h', | 407 'webm/webm_constants.h', |
| 408 'webm/webm_content_encodings.cc', | 408 'webm/webm_content_encodings.cc', |
| 409 'webm/webm_content_encodings.h', | 409 'webm/webm_content_encodings.h', |
| 410 'webm/webm_content_encodings_client.cc', | 410 'webm/webm_content_encodings_client.cc', |
| 411 'webm/webm_content_encodings_client.h', | 411 'webm/webm_content_encodings_client.h', |
| 412 'webm/webm_crypto_helpers.cc', |
| 413 'webm/webm_crypto_helpers.h', |
| 412 'webm/webm_info_parser.cc', | 414 'webm/webm_info_parser.cc', |
| 413 'webm/webm_info_parser.h', | 415 'webm/webm_info_parser.h', |
| 414 'webm/webm_parser.cc', | 416 'webm/webm_parser.cc', |
| 415 'webm/webm_parser.h', | 417 'webm/webm_parser.h', |
| 416 'webm/webm_stream_parser.cc', | 418 'webm/webm_stream_parser.cc', |
| 417 'webm/webm_stream_parser.h', | 419 'webm/webm_stream_parser.h', |
| 418 'webm/webm_tracks_parser.cc', | 420 'webm/webm_tracks_parser.cc', |
| 419 'webm/webm_tracks_parser.h', | 421 'webm/webm_tracks_parser.h', |
| 420 ], | 422 ], |
| 421 'direct_dependent_settings': { | 423 'direct_dependent_settings': { |
| (...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1636 ], | 1638 ], |
| 1637 'sources': [ | 1639 'sources': [ |
| 1638 'base/simd/sinc_resampler_sse.cc', | 1640 'base/simd/sinc_resampler_sse.cc', |
| 1639 'base/simd/vector_math_sse.cc', | 1641 'base/simd/vector_math_sse.cc', |
| 1640 ], | 1642 ], |
| 1641 }, # end of target media_sse | 1643 }, # end of target media_sse |
| 1642 ], | 1644 ], |
| 1643 }], | 1645 }], |
| 1644 ], | 1646 ], |
| 1645 } | 1647 } |
| OLD | NEW |