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

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

Issue 10440019: Add support for GL_CHROMIUM_pixel_transfer_buffer_object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 {
(...skipping 11 matching lines...) Expand all
22 '<(DEPTH)/third_party/khronos', 22 '<(DEPTH)/third_party/khronos',
23 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted', 23 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted',
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc', 26 '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc',
27 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_format.cc', 27 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_format.cc',
28 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_utils.cc', 28 '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_utils.cc',
29 '<(DEPTH)/gpu/command_buffer/common/logging.cc', 29 '<(DEPTH)/gpu/command_buffer/common/logging.cc',
30 30
31 '<(DEPTH)/gpu/command_buffer/client/atomicops.cc', 31 '<(DEPTH)/gpu/command_buffer/client/atomicops.cc',
32 '<(DEPTH)/gpu/command_buffer/client/buffer_tracker.cc',
32 '<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc', 33 '<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc',
33 '<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc', 34 '<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc',
34 '<(DEPTH)/gpu/command_buffer/client/gles2_c_lib.cc', 35 '<(DEPTH)/gpu/command_buffer/client/gles2_c_lib.cc',
35 '<(DEPTH)/gpu/command_buffer/client/gles2_cmd_helper.cc', 36 '<(DEPTH)/gpu/command_buffer/client/gles2_cmd_helper.cc',
36 '<(DEPTH)/gpu/command_buffer/client/gles2_implementation.cc', 37 '<(DEPTH)/gpu/command_buffer/client/gles2_implementation.cc',
37 '<(DEPTH)/gpu/command_buffer/client/program_info_manager.cc', 38 '<(DEPTH)/gpu/command_buffer/client/program_info_manager.cc',
38 '<(DEPTH)/gpu/command_buffer/client/transfer_buffer.cc', 39 '<(DEPTH)/gpu/command_buffer/client/transfer_buffer.cc',
39 '<(DEPTH)/gpu/command_buffer/client/gles2_lib.cc', 40 '<(DEPTH)/gpu/command_buffer/client/gles2_lib.cc',
40 '<(DEPTH)/gpu/command_buffer/client/mapped_memory.cc', 41 '<(DEPTH)/gpu/command_buffer/client/mapped_memory.cc',
41 '<(DEPTH)/gpu/command_buffer/client/query_tracker.cc', 42 '<(DEPTH)/gpu/command_buffer/client/query_tracker.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'view_data.cc', 112 'view_data.cc',
112 # Autogenerated files 113 # Autogenerated files
113 'ppp_rpc_server.cc', 114 'ppp_rpc_server.cc',
114 'ppb_rpc_client.cc', 115 'ppb_rpc_client.cc',
115 'upcall_client.cc' 116 'upcall_client.cc'
116 ], 117 ],
117 }, 118 },
118 }, 119 },
119 ], 120 ],
120 } 121 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698