Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Side by Side Diff: media/shared_memory_support.gypi

Issue 2279593004: Delete gyp files from media/ (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/mojo/interfaces/mojo_bindings.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
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 'base/audio_bus.cc',
12 'base/audio_bus.h',
13 'base/audio_parameters.cc',
14 'base/audio_parameters.h',
15 'base/audio_point.cc',
16 'base/audio_point.h',
17 'base/audio_sample_types.h',
18 'base/channel_layout.cc',
19 'base/channel_layout.h',
20 'base/limits.h',
21 'base/media_export.h',
22 'base/vector_math.cc',
23 'base/vector_math.h',
24 ],
25 },
26 }
OLDNEW
« no previous file with comments | « media/mojo/interfaces/mojo_bindings.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698