| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'common/font_list_x11.cc', | 199 'common/font_list_x11.cc', |
| 200 'common/gamepad_hardware_buffer.h', | 200 'common/gamepad_hardware_buffer.h', |
| 201 'common/gamepad_messages.h', | 201 'common/gamepad_messages.h', |
| 202 'common/gamepad_seqlock.cc', | 202 'common/gamepad_seqlock.cc', |
| 203 'common/gamepad_seqlock.h', | 203 'common/gamepad_seqlock.h', |
| 204 'common/gamepad_user_gesture.cc', | 204 'common/gamepad_user_gesture.cc', |
| 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/context_provider_command_buffer.cc', |
| 210 'common/gpu/client/context_provider_command_buffer.h', |
| 209 'common/gpu/client/gl_helper.cc', | 211 'common/gpu/client/gl_helper.cc', |
| 210 'common/gpu/client/gl_helper.h', | 212 'common/gpu/client/gl_helper.h', |
| 211 'common/gpu/client/gpu_channel_host.cc', | 213 'common/gpu/client/gpu_channel_host.cc', |
| 212 'common/gpu/client/gpu_channel_host.h', | 214 'common/gpu/client/gpu_channel_host.h', |
| 213 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 215 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
| 214 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 216 'common/gpu/client/gpu_video_decode_accelerator_host.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', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 576 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 575 '<(output)', | 577 '<(output)', |
| 576 '<(PRODUCT_DIR)', | 578 '<(PRODUCT_DIR)', |
| 577 ], | 579 ], |
| 578 'msvs_cygwin_shell': 1, | 580 'msvs_cygwin_shell': 1, |
| 579 }, | 581 }, |
| 580 ] | 582 ] |
| 581 }], | 583 }], |
| 582 ], | 584 ], |
| 583 } | 585 } |
| OLD | NEW |