| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 'common/gpu/image_transport_surface.h', | 192 'common/gpu/image_transport_surface.h', |
| 193 'common/gpu/image_transport_surface.cc', | 193 'common/gpu/image_transport_surface.cc', |
| 194 'common/gpu/image_transport_surface_android.cc', | 194 'common/gpu/image_transport_surface_android.cc', |
| 195 'common/gpu/image_transport_surface_linux.cc', | 195 'common/gpu/image_transport_surface_linux.cc', |
| 196 'common/gpu/image_transport_surface_mac.cc', | 196 'common/gpu/image_transport_surface_mac.cc', |
| 197 'common/gpu/image_transport_surface_win.cc', | 197 'common/gpu/image_transport_surface_win.cc', |
| 198 'common/gpu/media/mac_video_decode_accelerator.h', | 198 'common/gpu/media/mac_video_decode_accelerator.h', |
| 199 'common/gpu/media/mac_video_decode_accelerator.mm', | 199 'common/gpu/media/mac_video_decode_accelerator.mm', |
| 200 'common/gpu/media/gpu_video_decode_accelerator.cc', | 200 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 201 'common/gpu/media/gpu_video_decode_accelerator.h', | 201 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 202 'common/gpu/sync_point_manager.h', |
| 203 'common/gpu/sync_point_manager.cc', |
| 202 'common/gpu/texture_image_transport_surface.h', | 204 'common/gpu/texture_image_transport_surface.h', |
| 203 'common/gpu/texture_image_transport_surface.cc', | 205 'common/gpu/texture_image_transport_surface.cc', |
| 204 'common/handle_enumerator_win.cc', | 206 'common/handle_enumerator_win.cc', |
| 205 'common/handle_enumerator_win.h', | 207 'common/handle_enumerator_win.h', |
| 206 'common/indexed_db/indexed_db_key.cc', | 208 'common/indexed_db/indexed_db_key.cc', |
| 207 'common/indexed_db/indexed_db_key.h', | 209 'common/indexed_db/indexed_db_key.h', |
| 208 'common/indexed_db/indexed_db_key_path.cc', | 210 'common/indexed_db/indexed_db_key_path.cc', |
| 209 'common/indexed_db/indexed_db_key_path.h', | 211 'common/indexed_db/indexed_db_key_path.h', |
| 210 'common/indexed_db/indexed_db_key_range.cc', | 212 'common/indexed_db/indexed_db_key_range.cc', |
| 211 'common/indexed_db/indexed_db_key_range.h', | 213 'common/indexed_db/indexed_db_key_range.h', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 '../build/extract_from_cab.py', | 453 '../build/extract_from_cab.py', |
| 452 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 454 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 453 '<(output)', | 455 '<(output)', |
| 454 '<(PRODUCT_DIR)', | 456 '<(PRODUCT_DIR)', |
| 455 ], | 457 ], |
| 456 }, | 458 }, |
| 457 ] | 459 ] |
| 458 }] | 460 }] |
| 459 ], | 461 ], |
| 460 } | 462 } |
| OLD | NEW |