OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'type': 'none', | 73 'type': 'none', |
74 'dependencies': [ | 74 'dependencies': [ |
75 '<(DEPTH)/native_client/tools.gyp:prep_toolchain' | 75 '<(DEPTH)/native_client/tools.gyp:prep_toolchain' |
76 ], | 76 ], |
77 'variables': { | 77 'variables': { |
78 'nlib_target': 'libppruntime.a', | 78 'nlib_target': 'libppruntime.a', |
79 'build_glibc': 0, | 79 'build_glibc': 0, |
80 'build_newlib': 1, | 80 'build_newlib': 1, |
81 'include_dirs': [ | 81 'include_dirs': [ |
82 '<(DEPTH)/gpu', | 82 '<(DEPTH)/gpu', |
| 83 '<(DEPTH)/third_party/khronos', |
83 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted', | 84 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted', |
84 ], | 85 ], |
85 'sources': [ | 86 'sources': [ |
86 '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc', | 87 '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc', |
87 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_format.cc', | 88 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_format.cc', |
88 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_utils.cc', | 89 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_utils.cc', |
89 '<(DEPTH)/gpu/command_buffer/common/logging.cc', | 90 '<(DEPTH)/gpu/command_buffer/common/logging.cc', |
90 | 91 |
91 '<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc', | 92 '<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc', |
92 '<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc', | 93 '<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'utility.cc', | 158 'utility.cc', |
158 # Autogenerated files | 159 # Autogenerated files |
159 'ppp_rpc_server.cc', | 160 'ppp_rpc_server.cc', |
160 'ppb_rpc_client.cc', | 161 'ppb_rpc_client.cc', |
161 'upcall_client.cc' | 162 'upcall_client.cc' |
162 ], | 163 ], |
163 }, | 164 }, |
164 }, | 165 }, |
165 ], | 166 ], |
166 } | 167 } |
OLD | NEW |