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 |
Ami GONE FROM CHROMIUM
2013/06/18 18:35:55
Ignoring file (b/c I think it's part of a differen
| |
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 |
11 # (DT_NEEDED) instead of using dlopen. This helps with automated | 11 # (DT_NEEDED) instead of using dlopen. This helps with automated |
12 # detection of ABI mismatches and prevents silent errors. | 12 # detection of ABI mismatches and prevents silent errors. |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
247 'base/decryptor.cc', | 247 'base/decryptor.cc', |
248 'base/decryptor.h', | 248 'base/decryptor.h', |
249 'base/decrypt_config.cc', | 249 'base/decrypt_config.cc', |
250 'base/decrypt_config.h', | 250 'base/decrypt_config.h', |
251 'base/demuxer.cc', | 251 'base/demuxer.cc', |
252 'base/demuxer.h', | 252 'base/demuxer.h', |
253 'base/demuxer_stream.cc', | 253 'base/demuxer_stream.cc', |
254 'base/demuxer_stream.h', | 254 'base/demuxer_stream.h', |
255 'base/djb2.cc', | 255 'base/djb2.cc', |
256 'base/djb2.h', | 256 'base/djb2.h', |
257 'base/encoded_bitstream_buffer.cc', | |
258 'baise/encoded_bitstream_buffer.h', | |
hshi1
2013/06/20 22:39:17
typo: "baise" -> "base"
sheu
2013/08/22 22:40:31
Done.
Not sure how this even built?
| |
257 'base/filter_collection.cc', | 259 'base/filter_collection.cc', |
258 'base/filter_collection.h', | 260 'base/filter_collection.h', |
259 'base/media.cc', | 261 'base/media.cc', |
260 'base/media.h', | 262 'base/media.h', |
261 'base/media_keys.cc', | 263 'base/media_keys.cc', |
262 'base/media_keys.h', | 264 'base/media_keys.h', |
263 'base/media_log.cc', | 265 'base/media_log.cc', |
264 'base/media_log.h', | 266 'base/media_log.h', |
265 'base/media_log_event.h', | 267 'base/media_log_event.h', |
266 'base/media_posix.cc', | 268 'base/media_posix.cc', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
399 'video/capture/win/video_capture_device_mf_win.cc', | 401 'video/capture/win/video_capture_device_mf_win.cc', |
400 'video/capture/win/video_capture_device_mf_win.h', | 402 'video/capture/win/video_capture_device_mf_win.h', |
401 'video/capture/win/video_capture_device_win.cc', | 403 'video/capture/win/video_capture_device_win.cc', |
402 'video/capture/win/video_capture_device_win.h', | 404 'video/capture/win/video_capture_device_win.h', |
403 'video/picture.cc', | 405 'video/picture.cc', |
404 'video/picture.h', | 406 'video/picture.h', |
405 'video/video_decode_accelerator.cc', | 407 'video/video_decode_accelerator.cc', |
406 'video/video_decode_accelerator.h', | 408 'video/video_decode_accelerator.h', |
407 'video/video_encode_accelerator.cc', | 409 'video/video_encode_accelerator.cc', |
408 'video/video_encode_accelerator.h', | 410 'video/video_encode_accelerator.h', |
411 'video/video_encode_types.h', | |
409 'webm/webm_audio_client.cc', | 412 'webm/webm_audio_client.cc', |
410 'webm/webm_audio_client.h', | 413 'webm/webm_audio_client.h', |
411 'webm/webm_cluster_parser.cc', | 414 'webm/webm_cluster_parser.cc', |
412 'webm/webm_cluster_parser.h', | 415 'webm/webm_cluster_parser.h', |
413 'webm/webm_constants.cc', | 416 'webm/webm_constants.cc', |
414 'webm/webm_constants.h', | 417 'webm/webm_constants.h', |
415 'webm/webm_content_encodings.cc', | 418 'webm/webm_content_encodings.cc', |
416 'webm/webm_content_encodings.h', | 419 'webm/webm_content_encodings.h', |
417 'webm/webm_content_encodings_client.cc', | 420 'webm/webm_content_encodings_client.cc', |
418 'webm/webm_content_encodings_client.h', | 421 'webm/webm_content_encodings_client.h', |
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1613 'sources': [ | 1616 'sources': [ |
1614 'tools/media_bench/media_bench.cc', | 1617 'tools/media_bench/media_bench.cc', |
1615 ], | 1618 ], |
1616 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1619 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1617 'msvs_disabled_warnings': [ 4267, ], | 1620 'msvs_disabled_warnings': [ 4267, ], |
1618 }, | 1621 }, |
1619 ], | 1622 ], |
1620 }], | 1623 }], |
1621 ], | 1624 ], |
1622 } | 1625 } |
OLD | NEW |