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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp

Issue 10826296: Introduce shared_memory_support media target for PPAPI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../../../native_client/build/common.gypi', 7 '../../../../../native_client/build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'ppruntime_lib', 11 'target_name': 'ppruntime_lib',
12 'type': 'none', 12 'type': 'none',
13 'dependencies': [ 13 'dependencies': [
14 '<(DEPTH)/native_client/tools.gyp:prep_toolchain' 14 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
15 '<(DEPTH)/media/media_untrusted.gyp:shared_memory_support_untrusted',
15 ], 16 ],
16 'variables': { 17 'variables': {
17 'nlib_target': 'libppruntime.a', 18 'nlib_target': 'libppruntime.a',
18 'build_glibc': 0, 19 'build_glibc': 0,
19 'build_newlib': 1, 20 'build_newlib': 1,
20 'include_dirs': [ 21 'include_dirs': [
21 '<(DEPTH)/gpu', 22 '<(DEPTH)/gpu',
23 '<(DEPTH)/media',
22 '<(DEPTH)/third_party/khronos', 24 '<(DEPTH)/third_party/khronos',
23 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted', 25 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted',
24 ], 26 ],
25 'sources': [ 27 'sources': [
26 '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc', 28 '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc',
27 '<(DEPTH)/gpu/command_buffer/common/debug_marker_manager.cc', 29 '<(DEPTH)/gpu/command_buffer/common/debug_marker_manager.cc',
28 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_format.cc', 30 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_format.cc',
29 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_utils.cc', 31 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_utils.cc',
30 '<(DEPTH)/gpu/command_buffer/common/logging.cc', 32 '<(DEPTH)/gpu/command_buffer/common/logging.cc',
31 33
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'view_data.cc', 109 'view_data.cc',
108 # Autogenerated files 110 # Autogenerated files
109 'ppp_rpc_server.cc', 111 'ppp_rpc_server.cc',
110 'ppb_rpc_client.cc', 112 'ppb_rpc_client.cc',
111 'upcall_client.cc' 113 'upcall_client.cc'
112 ], 114 ],
113 }, 115 },
114 }, 116 },
115 ], 117 ],
116 } 118 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698