| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 'common/gpu/media/create_video_encoder_params.cc', | 411 'common/gpu/media/create_video_encoder_params.cc', |
| 412 'common/gpu/media/create_video_encoder_params.h', | 412 'common/gpu/media/create_video_encoder_params.h', |
| 413 'common/gpu/media/fake_video_decode_accelerator.cc', | 413 'common/gpu/media/fake_video_decode_accelerator.cc', |
| 414 'common/gpu/media/fake_video_decode_accelerator.h', | 414 'common/gpu/media/fake_video_decode_accelerator.h', |
| 415 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', | 415 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', |
| 416 'common/gpu/media/gpu_jpeg_decode_accelerator.h', | 416 'common/gpu/media/gpu_jpeg_decode_accelerator.h', |
| 417 'common/gpu/media/gpu_video_accelerator_util.cc', | 417 'common/gpu/media/gpu_video_accelerator_util.cc', |
| 418 'common/gpu/media/gpu_video_accelerator_util.h', | 418 'common/gpu/media/gpu_video_accelerator_util.h', |
| 419 'common/gpu/media/gpu_video_decode_accelerator.cc', | 419 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 420 'common/gpu/media/gpu_video_decode_accelerator.h', | 420 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 421 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.cc', |
| 422 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.h', |
| 423 'common/gpu/media/gpu_video_decode_accelerator_helpers.h', |
| 421 'common/gpu/media/gpu_video_encode_accelerator.cc', | 424 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 422 'common/gpu/media/gpu_video_encode_accelerator.h', | 425 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 423 'common/gpu/media/media_channel.cc', | 426 'common/gpu/media/media_channel.cc', |
| 424 'common/gpu/media/media_channel.h', | 427 'common/gpu/media/media_channel.h', |
| 425 'common/gpu/media/media_messages.cc', | 428 'common/gpu/media/media_messages.cc', |
| 426 'common/gpu/media/media_messages.h', | 429 'common/gpu/media/media_messages.h', |
| 427 'common/gpu/media/media_service.cc', | 430 'common/gpu/media/media_service.cc', |
| 428 'common/gpu/media/media_service.h', | 431 'common/gpu/media/media_service.h', |
| 429 'common/gpu/media/shared_memory_region.cc', | 432 'common/gpu/media/shared_memory_region.cc', |
| 430 'common/gpu/media/shared_memory_region.h', | 433 'common/gpu/media/shared_memory_region.h', |
| (...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1112 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1113 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1111 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1114 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1112 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1115 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1116 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1114 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1117 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1115 ], | 1118 ], |
| 1116 }], | 1119 }], |
| 1117 ], | 1120 ], |
| 1118 } | 1121 } |
| OLD | NEW |