| 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 # These are defined here because we need to build this library both for | 8 # These are defined here because we need to build this library both for |
| 9 # the general media pipeline and again for the untrusted NaCl target. | 9 # the general media pipeline and again for the untrusted NaCl target. |
| 10 'shared_memory_support_sources': [ | 10 'shared_memory_support_sources': [ |
| 11 'base/audio_bus.cc', | 11 'base/audio_bus.cc', |
| 12 'base/audio_bus.h', | 12 'base/audio_bus.h', |
| 13 'base/audio_parameters.cc', | 13 'base/audio_parameters.cc', |
| 14 'base/audio_parameters.h', | 14 'base/audio_parameters.h', |
| 15 'base/audio_point.cc', | 15 'base/audio_point.cc', |
| 16 'base/audio_point.h', | 16 'base/audio_point.h', |
| 17 'base/audio_sample_types.h', |
| 17 'base/channel_layout.cc', | 18 'base/channel_layout.cc', |
| 18 'base/channel_layout.h', | 19 'base/channel_layout.h', |
| 19 'base/limits.h', | 20 'base/limits.h', |
| 20 'base/media_export.h', | 21 'base/media_export.h', |
| 21 'base/vector_math.cc', | 22 'base/vector_math.cc', |
| 22 'base/vector_math.h', | 23 'base/vector_math.h', |
| 23 ], | 24 ], |
| 24 }, | 25 }, |
| 25 } | 26 } |
| OLD | NEW |