blob: 0f1c53acb85ecc727e5e8587d127bca53af62777 [file] [log] [blame]
[email protected]403bcf822012-08-24 19:49:171# 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
3# found in the LICENSE file.
4
5{
6 'variables': {
7 'chromium_code': 1,
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.
10 'shared_memory_support_sources': [
11 'audio/audio_parameters.cc',
12 'audio/audio_parameters.h',
13 'audio/shared_memory_util.cc',
14 'audio/shared_memory_util.h',
15 'base/audio_bus.cc',
16 'base/audio_bus.h',
17 'base/channel_layout.cc',
18 'base/channel_layout.h',
19 'base/limits.h',
20 'base/media_export.h',
[email protected]7ed91e92013-04-08 21:30:3721 'base/vector_math.cc',
22 'base/vector_math.h',
[email protected]403bcf822012-08-24 19:49:1723 ],
24 },
25}