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 '../components/components_tracing.gyp:tracing', | 9 '../components/components_tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'common/gamepad_user_gesture.h', | 205 'common/gamepad_user_gesture.h', |
206 'common/geolocation_messages.h', | 206 'common/geolocation_messages.h', |
207 'common/gpu/client/command_buffer_proxy_impl.cc', | 207 'common/gpu/client/command_buffer_proxy_impl.cc', |
208 'common/gpu/client/command_buffer_proxy_impl.h', | 208 'common/gpu/client/command_buffer_proxy_impl.h', |
209 'common/gpu/client/gl_helper.cc', | 209 'common/gpu/client/gl_helper.cc', |
210 'common/gpu/client/gl_helper.h', | 210 'common/gpu/client/gl_helper.h', |
211 'common/gpu/client/gpu_channel_host.cc', | 211 'common/gpu/client/gpu_channel_host.cc', |
212 'common/gpu/client/gpu_channel_host.h', | 212 'common/gpu/client/gpu_channel_host.h', |
213 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 213 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
214 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 214 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
| 215 'common/gpu/client/offscreen_context.cc', |
| 216 'common/gpu/client/offscreen_context.h', |
215 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 217 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
216 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | 218 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
217 'common/gpu/gl_scoped_binders.cc', | 219 'common/gpu/gl_scoped_binders.cc', |
218 'common/gpu/gl_scoped_binders.h', | 220 'common/gpu/gl_scoped_binders.h', |
219 'common/gpu/gpu_channel.cc', | 221 'common/gpu/gpu_channel.cc', |
220 'common/gpu/gpu_channel.h', | 222 'common/gpu/gpu_channel.h', |
221 'common/gpu/gpu_channel_manager.cc', | 223 'common/gpu/gpu_channel_manager.cc', |
222 'common/gpu/gpu_channel_manager.h', | 224 'common/gpu/gpu_channel_manager.h', |
223 'common/gpu/gpu_command_buffer_stub.cc', | 225 'common/gpu/gpu_command_buffer_stub.cc', |
224 'common/gpu/gpu_command_buffer_stub.h', | 226 'common/gpu/gpu_command_buffer_stub.h', |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 577 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
576 '<(output)', | 578 '<(output)', |
577 '<(PRODUCT_DIR)', | 579 '<(PRODUCT_DIR)', |
578 ], | 580 ], |
579 'msvs_cygwin_shell': 1, | 581 'msvs_cygwin_shell': 1, |
580 }, | 582 }, |
581 ] | 583 ] |
582 }], | 584 }], |
583 ], | 585 ], |
584 } | 586 } |
OLD | NEW |