| Index: media/shared_memory_support.gypi
|
| diff --git a/media/shared_memory_support.gypi b/media/shared_memory_support.gypi
|
| deleted file mode 100644
|
| index 10883d9d75922c91bb699ce2651631a9b4e26ffb..0000000000000000000000000000000000000000
|
| --- a/media/shared_memory_support.gypi
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -{
|
| - 'variables': {
|
| - 'chromium_code': 1,
|
| - # These are defined here because we need to build this library both for
|
| - # the general media pipeline and again for the untrusted NaCl target.
|
| - 'shared_memory_support_sources': [
|
| - 'base/audio_bus.cc',
|
| - 'base/audio_bus.h',
|
| - 'base/audio_parameters.cc',
|
| - 'base/audio_parameters.h',
|
| - 'base/audio_point.cc',
|
| - 'base/audio_point.h',
|
| - 'base/audio_sample_types.h',
|
| - 'base/channel_layout.cc',
|
| - 'base/channel_layout.h',
|
| - 'base/limits.h',
|
| - 'base/media_export.h',
|
| - 'base/vector_math.cc',
|
| - 'base/vector_math.h',
|
| - ],
|
| - },
|
| -}
|
|
|