| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'common/font_list_mac.mm', | 155 'common/font_list_mac.mm', |
| 156 'common/font_list_win.cc', | 156 'common/font_list_win.cc', |
| 157 'common/font_list_x11.cc', | 157 'common/font_list_x11.cc', |
| 158 'common/gamepad_hardware_buffer.h', | 158 'common/gamepad_hardware_buffer.h', |
| 159 'common/gamepad_messages.h', | 159 'common/gamepad_messages.h', |
| 160 'common/gamepad_seqlock.cc', | 160 'common/gamepad_seqlock.cc', |
| 161 'common/gamepad_seqlock.h', | 161 'common/gamepad_seqlock.h', |
| 162 'common/geolocation_messages.h', | 162 'common/geolocation_messages.h', |
| 163 'common/geoposition.cc', | 163 'common/geoposition.cc', |
| 164 'common/geoposition.h', | 164 'common/geoposition.h', |
| 165 'common/gpu/client/command_buffer_proxy.h', | |
| 166 'common/gpu/client/command_buffer_proxy_impl.cc', | 165 'common/gpu/client/command_buffer_proxy_impl.cc', |
| 167 'common/gpu/client/command_buffer_proxy_impl.h', | 166 'common/gpu/client/command_buffer_proxy_impl.h', |
| 168 'common/gpu/client/gl_helper.cc', | 167 'common/gpu/client/gl_helper.cc', |
| 169 'common/gpu/client/gl_helper.h', | 168 'common/gpu/client/gl_helper.h', |
| 170 'common/gpu/client/gpu_channel_host.cc', | 169 'common/gpu/client/gpu_channel_host.cc', |
| 171 'common/gpu/client/gpu_channel_host.h', | 170 'common/gpu/client/gpu_channel_host.h', |
| 172 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 171 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
| 173 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 172 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
| 174 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 173 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
| 175 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | 174 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 '../build/extract_from_cab.py', | 437 '../build/extract_from_cab.py', |
| 439 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 438 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 440 '<(output)', | 439 '<(output)', |
| 441 '<(PRODUCT_DIR)', | 440 '<(PRODUCT_DIR)', |
| 442 ], | 441 ], |
| 443 }, | 442 }, |
| 444 ] | 443 ] |
| 445 }] | 444 }] |
| 446 ], | 445 ], |
| 447 } | 446 } |
| OLD | NEW |