| 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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'common/font_list_mac.mm', | 182 'common/font_list_mac.mm', |
| 183 'common/font_list_win.cc', | 183 'common/font_list_win.cc', |
| 184 'common/font_list_x11.cc', | 184 'common/font_list_x11.cc', |
| 185 'common/gamepad_hardware_buffer.h', | 185 'common/gamepad_hardware_buffer.h', |
| 186 'common/gamepad_messages.h', | 186 'common/gamepad_messages.h', |
| 187 'common/gamepad_seqlock.cc', | 187 'common/gamepad_seqlock.cc', |
| 188 'common/gamepad_seqlock.h', | 188 'common/gamepad_seqlock.h', |
| 189 'common/gamepad_user_gesture.cc', | 189 'common/gamepad_user_gesture.cc', |
| 190 'common/gamepad_user_gesture.h', | 190 'common/gamepad_user_gesture.h', |
| 191 'common/geolocation_messages.h', | 191 'common/geolocation_messages.h', |
| 192 'common/gpu/client/cc_param_traits.cc', |
| 193 'common/gpu/client/cc_param_traits.h', |
| 192 'common/gpu/client/command_buffer_proxy_impl.cc', | 194 'common/gpu/client/command_buffer_proxy_impl.cc', |
| 193 'common/gpu/client/command_buffer_proxy_impl.h', | 195 'common/gpu/client/command_buffer_proxy_impl.h', |
| 194 'common/gpu/client/gl_helper.cc', | 196 'common/gpu/client/gl_helper.cc', |
| 195 'common/gpu/client/gl_helper.h', | 197 'common/gpu/client/gl_helper.h', |
| 196 'common/gpu/client/gpu_channel_host.cc', | 198 'common/gpu/client/gpu_channel_host.cc', |
| 197 'common/gpu/client/gpu_channel_host.h', | 199 'common/gpu/client/gpu_channel_host.h', |
| 198 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 200 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
| 199 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 201 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
| 200 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 202 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
| 201 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | 203 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 '../build/extract_from_cab.py', | 548 '../build/extract_from_cab.py', |
| 547 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 549 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 548 '<(output)', | 550 '<(output)', |
| 549 '<(PRODUCT_DIR)', | 551 '<(PRODUCT_DIR)', |
| 550 ], | 552 ], |
| 551 }, | 553 }, |
| 552 ] | 554 ] |
| 553 }], | 555 }], |
| 554 ], | 556 ], |
| 555 } | 557 } |
| OLD | NEW |