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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
9 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'common/gpu/client/command_buffer_proxy_impl.cc', | 189 'common/gpu/client/command_buffer_proxy_impl.cc', |
190 'common/gpu/client/command_buffer_proxy_impl.h', | 190 'common/gpu/client/command_buffer_proxy_impl.h', |
191 'common/gpu/client/gl_helper.cc', | 191 'common/gpu/client/gl_helper.cc', |
192 'common/gpu/client/gl_helper.h', | 192 'common/gpu/client/gl_helper.h', |
193 'common/gpu/client/gpu_channel_host.cc', | 193 'common/gpu/client/gpu_channel_host.cc', |
194 'common/gpu/client/gpu_channel_host.h', | 194 'common/gpu/client/gpu_channel_host.h', |
195 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 195 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
196 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 196 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
197 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 197 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
198 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | 198 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
| 199 'common/gpu/gl_scoped_binders.cc', |
| 200 'common/gpu/gl_scoped_binders.h', |
199 'common/gpu/gpu_channel.cc', | 201 'common/gpu/gpu_channel.cc', |
200 'common/gpu/gpu_channel.h', | 202 'common/gpu/gpu_channel.h', |
201 'common/gpu/gpu_channel_manager.cc', | 203 'common/gpu/gpu_channel_manager.cc', |
202 'common/gpu/gpu_channel_manager.h', | 204 'common/gpu/gpu_channel_manager.h', |
203 'common/gpu/gpu_command_buffer_stub.cc', | 205 'common/gpu/gpu_command_buffer_stub.cc', |
204 'common/gpu/gpu_command_buffer_stub.h', | 206 'common/gpu/gpu_command_buffer_stub.h', |
205 'common/gpu/gpu_config.h', | 207 'common/gpu/gpu_config.h', |
206 'common/gpu/gpu_memory_allocation.h', | 208 'common/gpu/gpu_memory_allocation.h', |
207 'common/gpu/gpu_memory_manager.cc', | 209 'common/gpu/gpu_memory_manager.cc', |
208 'common/gpu/gpu_memory_manager.h', | 210 'common/gpu/gpu_memory_manager.h', |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 '../build/extract_from_cab.py', | 497 '../build/extract_from_cab.py', |
496 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 498 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
497 '<(output)', | 499 '<(output)', |
498 '<(PRODUCT_DIR)', | 500 '<(PRODUCT_DIR)', |
499 ], | 501 ], |
500 }, | 502 }, |
501 ] | 503 ] |
502 }] | 504 }] |
503 ], | 505 ], |
504 } | 506 } |
OLD | NEW |