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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'base/decryptor.cc', | 278 'base/decryptor.cc', |
279 'base/decryptor.h', | 279 'base/decryptor.h', |
280 'base/demuxer.cc', | 280 'base/demuxer.cc', |
281 'base/demuxer.h', | 281 'base/demuxer.h', |
282 'base/demuxer_stream.cc', | 282 'base/demuxer_stream.cc', |
283 'base/demuxer_stream.h', | 283 'base/demuxer_stream.h', |
284 'base/demuxer_stream_provider.cc', | 284 'base/demuxer_stream_provider.cc', |
285 'base/demuxer_stream_provider.h', | 285 'base/demuxer_stream_provider.h', |
286 'base/djb2.cc', | 286 'base/djb2.cc', |
287 'base/djb2.h', | 287 'base/djb2.h', |
| 288 'base/eme_constants.h', |
| 289 'base/key_system_info.cc', |
| 290 'base/key_system_info.h', |
288 'base/keyboard_event_counter.cc', | 291 'base/keyboard_event_counter.cc', |
289 'base/keyboard_event_counter.h', | 292 'base/keyboard_event_counter.h', |
290 'base/mac/avfoundation_glue.h', | 293 'base/mac/avfoundation_glue.h', |
291 'base/mac/avfoundation_glue.mm', | 294 'base/mac/avfoundation_glue.mm', |
292 'base/mac/coremedia_glue.h', | 295 'base/mac/coremedia_glue.h', |
293 'base/mac/coremedia_glue.mm', | 296 'base/mac/coremedia_glue.mm', |
294 'base/mac/corevideo_glue.h', | 297 'base/mac/corevideo_glue.h', |
295 'base/mac/videotoolbox_glue.h', | 298 'base/mac/videotoolbox_glue.h', |
296 'base/mac/videotoolbox_glue.mm', | 299 'base/mac/videotoolbox_glue.mm', |
297 'base/media.cc', | 300 'base/media.cc', |
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1960 '../build/isolate.gypi', | 1963 '../build/isolate.gypi', |
1961 ], | 1964 ], |
1962 'sources': [ | 1965 'sources': [ |
1963 'media_unittests.isolate', | 1966 'media_unittests.isolate', |
1964 ], | 1967 ], |
1965 }, | 1968 }, |
1966 ], | 1969 ], |
1967 }], | 1970 }], |
1968 ], | 1971 ], |
1969 } | 1972 } |
OLD | NEW |