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