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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 'common/gpu/stream_texture_manager_android.h', | 215 'common/gpu/stream_texture_manager_android.h', |
216 'common/gpu/gpu_watchdog.h', | 216 'common/gpu/gpu_watchdog.h', |
217 'common/gpu/image_transport_surface.h', | 217 'common/gpu/image_transport_surface.h', |
218 'common/gpu/image_transport_surface.cc', | 218 'common/gpu/image_transport_surface.cc', |
219 'common/gpu/image_transport_surface_android.cc', | 219 'common/gpu/image_transport_surface_android.cc', |
220 'common/gpu/image_transport_surface_linux.cc', | 220 'common/gpu/image_transport_surface_linux.cc', |
221 'common/gpu/image_transport_surface_mac.cc', | 221 'common/gpu/image_transport_surface_mac.cc', |
222 'common/gpu/image_transport_surface_win.cc', | 222 'common/gpu/image_transport_surface_win.cc', |
223 'common/gpu/media/avc_config_record_builder.cc', | 223 'common/gpu/media/avc_config_record_builder.cc', |
224 'common/gpu/media/avc_config_record_builder.h', | 224 'common/gpu/media/avc_config_record_builder.h', |
| 225 'common/gpu/media/h264_bit_reader.cc', |
| 226 'common/gpu/media/h264_bit_reader.h', |
225 'common/gpu/media/h264_parser.cc', | 227 'common/gpu/media/h264_parser.cc', |
226 'common/gpu/media/h264_parser.h', | 228 'common/gpu/media/h264_parser.h', |
227 'common/gpu/media/mac_video_decode_accelerator.h', | 229 'common/gpu/media/mac_video_decode_accelerator.h', |
228 'common/gpu/media/mac_video_decode_accelerator.mm', | 230 'common/gpu/media/mac_video_decode_accelerator.mm', |
229 'common/gpu/media/gpu_video_decode_accelerator.cc', | 231 'common/gpu/media/gpu_video_decode_accelerator.cc', |
230 'common/gpu/media/gpu_video_decode_accelerator.h', | 232 'common/gpu/media/gpu_video_decode_accelerator.h', |
231 'common/gpu/sync_point_manager.h', | 233 'common/gpu/sync_point_manager.h', |
232 'common/gpu/sync_point_manager.cc', | 234 'common/gpu/sync_point_manager.cc', |
233 'common/gpu/texture_image_transport_surface.h', | 235 'common/gpu/texture_image_transport_surface.h', |
234 'common/gpu/texture_image_transport_surface.cc', | 236 'common/gpu/texture_image_transport_surface.cc', |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 '../build/extract_from_cab.py', | 501 '../build/extract_from_cab.py', |
500 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 502 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
501 '<(output)', | 503 '<(output)', |
502 '<(PRODUCT_DIR)', | 504 '<(PRODUCT_DIR)', |
503 ], | 505 ], |
504 }, | 506 }, |
505 ] | 507 ] |
506 }] | 508 }] |
507 ], | 509 ], |
508 } | 510 } |
OLD | NEW |