| OLD | NEW |
| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'view_data.cc', | 114 'view_data.cc', |
| 113 # Autogenerated files | 115 # Autogenerated files |
| 114 'ppp_rpc_server.cc', | 116 'ppp_rpc_server.cc', |
| 115 'ppb_rpc_client.cc', | 117 'ppb_rpc_client.cc', |
| 116 'upcall_client.cc' | 118 'upcall_client.cc' |
| 117 ], | 119 ], |
| 118 }, | 120 }, |
| 119 }, | 121 }, |
| 120 ], | 122 ], |
| 121 } | 123 } |
| OLD | NEW |