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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'base/bind_to_current_loop.h', | 248 'base/bind_to_current_loop.h', |
249 'base/bit_reader.cc', | 249 'base/bit_reader.cc', |
250 'base/bit_reader.h', | 250 'base/bit_reader.h', |
251 'base/bit_reader_core.cc', | 251 'base/bit_reader_core.cc', |
252 'base/bit_reader_core.h', | 252 'base/bit_reader_core.h', |
253 'base/bitstream_buffer.h', | 253 'base/bitstream_buffer.h', |
254 'base/buffering_state.h', | 254 'base/buffering_state.h', |
255 'base/buffers.h', | 255 'base/buffers.h', |
256 'base/byte_queue.cc', | 256 'base/byte_queue.cc', |
257 'base/byte_queue.h', | 257 'base/byte_queue.h', |
| 258 'base/cdm_callback_promise.cc', |
| 259 'base/cdm_callback_promise.h', |
258 'base/cdm_promise.cc', | 260 'base/cdm_promise.cc', |
259 'base/cdm_promise.h', | 261 'base/cdm_promise.h', |
260 'base/channel_mixer.cc', | 262 'base/channel_mixer.cc', |
261 'base/channel_mixer.h', | 263 'base/channel_mixer.h', |
262 'base/container_names.cc', | 264 'base/container_names.cc', |
263 'base/container_names.h', | 265 'base/container_names.h', |
264 'base/data_buffer.cc', | 266 'base/data_buffer.cc', |
265 'base/data_buffer.h', | 267 'base/data_buffer.h', |
266 'base/data_source.cc', | 268 'base/data_source.cc', |
267 'base/data_source.h', | 269 'base/data_source.h', |
(...skipping 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1941 ['include', '^base/mac/videotoolbox_glue\\.h$'], | 1943 ['include', '^base/mac/videotoolbox_glue\\.h$'], |
1942 ['include', '^base/mac/videotoolbox_glue\\.mm$'], | 1944 ['include', '^base/mac/videotoolbox_glue\\.mm$'], |
1943 ], | 1945 ], |
1944 }], | 1946 }], |
1945 ], # target_conditions | 1947 ], # target_conditions |
1946 }, | 1948 }, |
1947 ], | 1949 ], |
1948 }], | 1950 }], |
1949 ], | 1951 ], |
1950 } | 1952 } |
OLD | NEW |