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/font_config_ipc_linux.h', | 189 'common/font_config_ipc_linux.h', |
190 'common/font_list.h', | 190 'common/font_list.h', |
191 'common/font_list_android.cc', | 191 'common/font_list_android.cc', |
192 'common/font_list_mac.mm', | 192 'common/font_list_mac.mm', |
193 'common/font_list_win.cc', | 193 'common/font_list_win.cc', |
194 'common/font_list_x11.cc', | 194 'common/font_list_x11.cc', |
195 'common/gamepad_hardware_buffer.h', | 195 'common/gamepad_hardware_buffer.h', |
196 'common/gamepad_messages.h', | 196 'common/gamepad_messages.h', |
197 'common/gamepad_seqlock.cc', | 197 'common/gamepad_seqlock.cc', |
198 'common/gamepad_seqlock.h', | 198 'common/gamepad_seqlock.h', |
| 199 'common/gamepad_user_gesture.cc', |
| 200 'common/gamepad_user_gesture.h', |
199 'common/geolocation_messages.h', | 201 'common/geolocation_messages.h', |
200 'common/gpu/client/command_buffer_proxy_impl.cc', | 202 'common/gpu/client/command_buffer_proxy_impl.cc', |
201 'common/gpu/client/command_buffer_proxy_impl.h', | 203 'common/gpu/client/command_buffer_proxy_impl.h', |
202 'common/gpu/client/gl_helper.cc', | 204 'common/gpu/client/gl_helper.cc', |
203 'common/gpu/client/gl_helper.h', | 205 'common/gpu/client/gl_helper.h', |
204 'common/gpu/client/gpu_channel_host.cc', | 206 'common/gpu/client/gpu_channel_host.cc', |
205 'common/gpu/client/gpu_channel_host.h', | 207 'common/gpu/client/gpu_channel_host.h', |
206 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 208 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
207 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 209 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
208 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 210 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 '../build/extract_from_cab.py', | 519 '../build/extract_from_cab.py', |
518 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 520 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
519 '<(output)', | 521 '<(output)', |
520 '<(PRODUCT_DIR)', | 522 '<(PRODUCT_DIR)', |
521 ], | 523 ], |
522 }, | 524 }, |
523 ] | 525 ] |
524 }] | 526 }] |
525 ], | 527 ], |
526 } | 528 } |
OLD | NEW |