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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'common/gpu/gpu_rendering_stats.cc', | 224 'common/gpu/gpu_rendering_stats.cc', |
225 'common/gpu/gpu_rendering_stats.h', | 225 'common/gpu/gpu_rendering_stats.h', |
226 'common/gpu/gpu_surface_lookup.h', | 226 'common/gpu/gpu_surface_lookup.h', |
227 'common/gpu/gpu_surface_lookup.cc', | 227 'common/gpu/gpu_surface_lookup.cc', |
228 'common/gpu/stream_texture_manager_android.cc', | 228 'common/gpu/stream_texture_manager_android.cc', |
229 'common/gpu/stream_texture_manager_android.h', | 229 'common/gpu/stream_texture_manager_android.h', |
230 'common/gpu/gpu_watchdog.h', | 230 'common/gpu/gpu_watchdog.h', |
231 'common/gpu/image_transport_surface.h', | 231 'common/gpu/image_transport_surface.h', |
232 'common/gpu/image_transport_surface.cc', | 232 'common/gpu/image_transport_surface.cc', |
233 'common/gpu/image_transport_surface_android.cc', | 233 'common/gpu/image_transport_surface_android.cc', |
| 234 'common/gpu/image_transport_surface_linux.cc', |
234 'common/gpu/image_transport_surface_mac.cc', | 235 'common/gpu/image_transport_surface_mac.cc', |
235 'common/gpu/image_transport_surface_win.cc', | 236 'common/gpu/image_transport_surface_win.cc', |
236 'common/gpu/image_transport_surface_x11.cc', | |
237 'common/gpu/media/h264_bit_reader.cc', | 237 'common/gpu/media/h264_bit_reader.cc', |
238 'common/gpu/media/h264_bit_reader.h', | 238 'common/gpu/media/h264_bit_reader.h', |
239 'common/gpu/media/h264_parser.cc', | 239 'common/gpu/media/h264_parser.cc', |
240 'common/gpu/media/h264_parser.h', | 240 'common/gpu/media/h264_parser.h', |
241 'common/gpu/media/gpu_video_decode_accelerator.cc', | 241 'common/gpu/media/gpu_video_decode_accelerator.cc', |
242 'common/gpu/media/gpu_video_decode_accelerator.h', | 242 'common/gpu/media/gpu_video_decode_accelerator.h', |
243 'common/gpu/sync_point_manager.h', | 243 'common/gpu/sync_point_manager.h', |
244 'common/gpu/sync_point_manager.cc', | 244 'common/gpu/sync_point_manager.cc', |
245 'common/gpu/texture_image_transport_surface.h', | 245 'common/gpu/texture_image_transport_surface.h', |
246 'common/gpu/texture_image_transport_surface.cc', | 246 'common/gpu/texture_image_transport_surface.cc', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
559 '<(output)', | 559 '<(output)', |
560 '<(PRODUCT_DIR)', | 560 '<(PRODUCT_DIR)', |
561 ], | 561 ], |
562 'msvs_cygwin_shell': 1, | 562 'msvs_cygwin_shell': 1, |
563 }, | 563 }, |
564 ] | 564 ] |
565 }], | 565 }], |
566 ], | 566 ], |
567 } | 567 } |
OLD | NEW |