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

Side by Side Diff: media/media_untrusted.gyp

Issue 10837350: Revert 152406 - Introduce shared_memory_support media target for PPAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « media/media.gyp ('k') | media/shared_memory_support.gypi » ('j') | 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 },
9 'includes': [
10 '../native_client/build/untrusted.gypi',
11 ],
12 'conditions': [
13 ['disable_nacl==0 and disable_nacl_untrusted==0', {
14 'targets': [
15 {
16 'target_name': 'shared_memory_support_untrusted',
17 'type': 'none',
18 'variables': {
19 'nacl_untrusted_build': 1,
20 'nlib_target': 'libshared_memory_support_untrusted.a',
21 'build_glibc': 0,
22 'build_newlib': 1,
23 },
24 'dependencies': [
25 '../native_client/tools.gyp:prep_toolchain',
26 '../base/base_untrusted.gyp:base_untrusted',
27 ],
28 'defines': [
29 'MEDIA_IMPLEMENTATION',
30 ],
31 'include_dirs': [
32 '..',
33 ],
34 'includes': [
35 'shared_memory_support.gypi',
36 ],
37 'sources': [
38 '<@(shared_memory_support_sources)',
39 ],
40 },
41 ],
42 }],
43 ],
44 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | media/shared_memory_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698