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 { |
(...skipping 24 matching lines...) Expand all Loading... |
35 '<(DEPTH)/gpu/command_buffer/client/buffer_tracker.cc', | 35 '<(DEPTH)/gpu/command_buffer/client/buffer_tracker.cc', |
36 '<(DEPTH)/gpu/command_buffer/client/client_context_state.cc', | 36 '<(DEPTH)/gpu/command_buffer/client/client_context_state.cc', |
37 '<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc', | 37 '<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc', |
38 '<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc', | 38 '<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc', |
39 '<(DEPTH)/gpu/command_buffer/client/gles2_c_lib.cc', | 39 '<(DEPTH)/gpu/command_buffer/client/gles2_c_lib.cc', |
40 '<(DEPTH)/gpu/command_buffer/client/gles2_cmd_helper.cc', | 40 '<(DEPTH)/gpu/command_buffer/client/gles2_cmd_helper.cc', |
41 '<(DEPTH)/gpu/command_buffer/client/gles2_implementation.cc', | 41 '<(DEPTH)/gpu/command_buffer/client/gles2_implementation.cc', |
42 '<(DEPTH)/gpu/command_buffer/client/gles2_interface.cc', | 42 '<(DEPTH)/gpu/command_buffer/client/gles2_interface.cc', |
43 '<(DEPTH)/gpu/command_buffer/client/program_info_manager.cc', | 43 '<(DEPTH)/gpu/command_buffer/client/program_info_manager.cc', |
44 '<(DEPTH)/gpu/command_buffer/client/transfer_buffer.cc', | 44 '<(DEPTH)/gpu/command_buffer/client/transfer_buffer.cc', |
| 45 '<(DEPTH)/gpu/command_buffer/client/vertex_array_object_manager.cc', |
45 '<(DEPTH)/gpu/command_buffer/client/gles2_lib.cc', | 46 '<(DEPTH)/gpu/command_buffer/client/gles2_lib.cc', |
46 '<(DEPTH)/gpu/command_buffer/client/mapped_memory.cc', | 47 '<(DEPTH)/gpu/command_buffer/client/mapped_memory.cc', |
47 '<(DEPTH)/gpu/command_buffer/client/query_tracker.cc', | 48 '<(DEPTH)/gpu/command_buffer/client/query_tracker.cc', |
48 '<(DEPTH)/gpu/command_buffer/client/share_group.cc', | 49 '<(DEPTH)/gpu/command_buffer/client/share_group.cc', |
49 '<(DEPTH)/gpu/command_buffer/client/ring_buffer.cc', | 50 '<(DEPTH)/gpu/command_buffer/client/ring_buffer.cc', |
50 '<(DEPTH)/gpu/command_buffer/common/id_allocator.cc', | 51 '<(DEPTH)/gpu/command_buffer/common/id_allocator.cc', |
51 | 52 |
52 'command_buffer_nacl.cc', | 53 'command_buffer_nacl.cc', |
53 'input_event_data.cc', | 54 'input_event_data.cc', |
54 'object_serialize.cc', | 55 'object_serialize.cc', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'view_data.cc', | 113 'view_data.cc', |
113 # Autogenerated files | 114 # Autogenerated files |
114 'ppp_rpc_server.cc', | 115 'ppp_rpc_server.cc', |
115 'ppb_rpc_client.cc', | 116 'ppb_rpc_client.cc', |
116 'upcall_client.cc' | 117 'upcall_client.cc' |
117 ], | 118 ], |
118 }, | 119 }, |
119 }, | 120 }, |
120 ], | 121 ], |
121 } | 122 } |
OLD | NEW |