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

Side by Side Diff: ppapi/native_client/src/trusted/plugin/plugin.gyp

Issue 10826296: Introduce shared_memory_support media target for PPAPI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compiles! 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
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'includes': [ 7 'includes': [
8 'plugin.gypi', 8 'plugin.gypi',
9 ], 9 ],
10 'target_defaults': { 10 'target_defaults': {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'conditions': [ 53 'conditions': [
54 ['nacl_standalone==1', { 54 ['nacl_standalone==1', {
55 'targets': [ 55 'targets': [
56 { 56 {
57 'target_name': 'ppGoogleNaClPlugin', 57 'target_name': 'ppGoogleNaClPlugin',
58 'type': 'shared_library', 58 'type': 'shared_library',
59 'variables': { 59 'variables': {
60 'target_base': 'ppNaClPlugin', 60 'target_base': 'ppNaClPlugin',
61 }, 61 },
62 'dependencies': [ 62 'dependencies': [
63 '<(DEPTH)/media/media.gyp:shared_memory_support',
DaleCurtis 2012/08/16 23:32:43 This might need base as well??? Should this be the
nfullagar 2012/08/17 00:52:07 This will probably break when building the plugin
63 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio', 64 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
64 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', 65 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc',
65 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', 66 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
66 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc', 67 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
67 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc', 68 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
68 '<(DEPTH)/native_client/src/third_party_mod/jsoncpp/jsoncpp.gyp:json cpp', 69 '<(DEPTH)/native_client/src/third_party_mod/jsoncpp/jsoncpp.gyp:json cpp',
69 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer', 70 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
70 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:no nnacl_util', 71 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:no nnacl_util',
71 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib', 72 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib',
72 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc', 73 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc',
(...skipping 12 matching lines...) Expand all
85 'type': 'loadable_module', 86 'type': 'loadable_module',
86 'sources': [ 87 'sources': [
87 '<@(common_sources)', 88 '<@(common_sources)',
88 ], 89 ],
89 'xcode_settings': { 90 'xcode_settings': {
90 'OTHER_LDFLAGS': [ 91 'OTHER_LDFLAGS': [
91 '-Wl,-exported_symbols_list <(DEPTH)/ppapi/native_client/src/tru sted/plugin/ppapi.def' 92 '-Wl,-exported_symbols_list <(DEPTH)/ppapi/native_client/src/tru sted/plugin/ppapi.def'
92 ], 93 ],
93 }, 94 },
94 'dependencies': [ 95 'dependencies': [
96 '<(DEPTH)/media/media.gyp:shared_memory_support',
DaleCurtis 2012/08/16 23:32:43 Ditto.
nfullagar 2012/08/17 00:52:07 as above On 2012/08/16 23:32:43, DaleCurtis wrote:
95 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio', 97 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
96 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', 98 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc',
97 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', 99 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
98 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc', 100 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
99 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer', 101 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
100 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:no nnacl_util', 102 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:no nnacl_util',
101 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib', 103 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualif y.gyp:platform_qual_lib',
102 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc', 104 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc',
103 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gy p:simple_service', 105 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gy p:simple_service',
104 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service. gyp:reverse_service', 106 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service. gyp:reverse_service',
(...skipping 13 matching lines...) Expand all
118 # A real .dSYM is needed for dump_syms to operate on. 120 # A real .dSYM is needed for dump_syms to operate on.
119 'mac_real_dsym': 1, 121 'mac_real_dsym': 1,
120 }, 122 },
121 }], 123 }],
122 ], 124 ],
123 }, 125 },
124 ], 126 ],
125 }], 127 }],
126 ], 128 ],
127 } 129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698