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:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
10 '../ipc/ipc.gyp:ipc', | 11 '../ipc/ipc.gyp:ipc', |
11 '../media/media.gyp:media', | 12 '../media/media.gyp:media', |
12 '../net/net.gyp:net', | 13 '../net/net.gyp:net', |
13 '../skia/skia.gyp:skia', | 14 '../skia/skia.gyp:skia', |
14 '../third_party/icu/icu.gyp:icuuc', | 15 '../third_party/icu/icu.gyp:icuuc', |
15 '../third_party/npapi/npapi.gyp:npapi', | 16 '../third_party/npapi/npapi.gyp:npapi', |
16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 17 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
17 '../ui/gfx/gl/gl.gyp:gl', | 18 '../ui/gfx/gl/gl.gyp:gl', |
18 '../ui/ui.gyp:ui', | 19 '../ui/ui.gyp:ui', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'common/font_list_mac.mm', | 138 'common/font_list_mac.mm', |
138 'common/font_list_win.cc', | 139 'common/font_list_win.cc', |
139 'common/font_list_x11.cc', | 140 'common/font_list_x11.cc', |
140 'common/gamepad_hardware_buffer.h', | 141 'common/gamepad_hardware_buffer.h', |
141 'common/gamepad_messages.h', | 142 'common/gamepad_messages.h', |
142 'common/gamepad_seqlock.cc', | 143 'common/gamepad_seqlock.cc', |
143 'common/gamepad_seqlock.h', | 144 'common/gamepad_seqlock.h', |
144 'common/geolocation_messages.h', | 145 'common/geolocation_messages.h', |
145 'common/geoposition.cc', | 146 'common/geoposition.cc', |
146 'common/geoposition.h', | 147 'common/geoposition.h', |
| 148 'common/gpu/client/command_buffer_proxy.cc', |
| 149 'common/gpu/client/command_buffer_proxy.h', |
| 150 'common/gpu/client/content_gl_context.cc', |
| 151 'common/gpu/client/content_gl_context.h', |
| 152 'common/gpu/client/gpu_channel_host.cc', |
| 153 'common/gpu/client/gpu_channel_host.h', |
| 154 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
| 155 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
| 156 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
| 157 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
147 'common/gpu/gpu_channel.cc', | 158 'common/gpu/gpu_channel.cc', |
148 'common/gpu/gpu_channel.h', | 159 'common/gpu/gpu_channel.h', |
149 'common/gpu/gpu_channel_manager.cc', | 160 'common/gpu/gpu_channel_manager.cc', |
150 'common/gpu/gpu_channel_manager.h', | 161 'common/gpu/gpu_channel_manager.h', |
151 'common/gpu/gpu_command_buffer_stub.cc', | 162 'common/gpu/gpu_command_buffer_stub.cc', |
152 'common/gpu/gpu_command_buffer_stub.h', | 163 'common/gpu/gpu_command_buffer_stub.h', |
153 'common/gpu/gpu_config.h', | 164 'common/gpu/gpu_config.h', |
154 'common/gpu/gpu_feature_flags.cc', | 165 'common/gpu/gpu_feature_flags.cc', |
155 'common/gpu/gpu_feature_flags.h', | 166 'common/gpu/gpu_feature_flags.h', |
156 'common/gpu/gpu_memory_allocation.h', | 167 'common/gpu/gpu_memory_allocation.h', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 '../build/extract_from_cab.py', | 395 '../build/extract_from_cab.py', |
385 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 396 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
386 '<(output)', | 397 '<(output)', |
387 '<(PRODUCT_DIR)', | 398 '<(PRODUCT_DIR)', |
388 ], | 399 ], |
389 }, | 400 }, |
390 ] | 401 ] |
391 }] | 402 }] |
392 ], | 403 ], |
393 } | 404 } |
OLD | NEW |