| 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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 'common/gpu/media/fake_video_decode_accelerator.cc', | 349 'common/gpu/media/fake_video_decode_accelerator.cc', |
| 350 'common/gpu/media/fake_video_decode_accelerator.h', | 350 'common/gpu/media/fake_video_decode_accelerator.h', |
| 351 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', | 351 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', |
| 352 'common/gpu/media/gpu_jpeg_decode_accelerator.h', | 352 'common/gpu/media/gpu_jpeg_decode_accelerator.h', |
| 353 'common/gpu/media/gpu_video_accelerator_util.cc', | 353 'common/gpu/media/gpu_video_accelerator_util.cc', |
| 354 'common/gpu/media/gpu_video_accelerator_util.h', | 354 'common/gpu/media/gpu_video_accelerator_util.h', |
| 355 'common/gpu/media/gpu_video_decode_accelerator.cc', | 355 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 356 'common/gpu/media/gpu_video_decode_accelerator.h', | 356 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 357 'common/gpu/media/gpu_video_encode_accelerator.cc', | 357 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 358 'common/gpu/media/gpu_video_encode_accelerator.h', | 358 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 359 'common/gpu/media/shared_memory_region.cc', |
| 360 'common/gpu/media/shared_memory_region.h', |
| 359 'common/gpu/stream_texture_android.cc', | 361 'common/gpu/stream_texture_android.cc', |
| 360 'common/gpu/stream_texture_android.h', | 362 'common/gpu/stream_texture_android.h', |
| 361 'common/host_discardable_shared_memory_manager.cc', | 363 'common/host_discardable_shared_memory_manager.cc', |
| 362 'common/host_discardable_shared_memory_manager.h', | 364 'common/host_discardable_shared_memory_manager.h', |
| 363 'common/host_shared_bitmap_manager.cc', | 365 'common/host_shared_bitmap_manager.cc', |
| 364 'common/host_shared_bitmap_manager.h', | 366 'common/host_shared_bitmap_manager.h', |
| 365 'common/in_process_child_thread_params.cc', | 367 'common/in_process_child_thread_params.cc', |
| 366 'common/in_process_child_thread_params.h', | 368 'common/in_process_child_thread_params.h', |
| 367 'common/indexed_db/indexed_db_constants.h', | 369 'common/indexed_db/indexed_db_constants.h', |
| 368 'common/indexed_db/indexed_db_key.cc', | 370 'common/indexed_db/indexed_db_key.cc', |
| (...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1111 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1110 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1112 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1114 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1113 ], | 1115 ], |
| 1114 }], | 1116 }], |
| 1115 ], | 1117 ], |
| 1116 } | 1118 } |
| OLD | NEW |