| 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 'common/gpu/media/android_deferred_rendering_backing_strategy.cc', | 710 'common/gpu/media/android_deferred_rendering_backing_strategy.cc', |
| 711 'common/gpu/media/android_deferred_rendering_backing_strategy.h', | 711 'common/gpu/media/android_deferred_rendering_backing_strategy.h', |
| 712 'common/gpu/media/android_video_decode_accelerator.cc', | 712 'common/gpu/media/android_video_decode_accelerator.cc', |
| 713 'common/gpu/media/android_video_decode_accelerator.h', | 713 'common/gpu/media/android_video_decode_accelerator.h', |
| 714 'common/gpu/media/avda_codec_image.cc', | 714 'common/gpu/media/avda_codec_image.cc', |
| 715 'common/gpu/media/avda_codec_image.h', | 715 'common/gpu/media/avda_codec_image.h', |
| 716 'common/gpu/media/avda_return_on_failure.h', | 716 'common/gpu/media/avda_return_on_failure.h', |
| 717 'common/gpu/media/avda_shared_state.cc', | 717 'common/gpu/media/avda_shared_state.cc', |
| 718 'common/gpu/media/avda_shared_state.h', | 718 'common/gpu/media/avda_shared_state.h', |
| 719 'common/gpu/media/avda_state_provider.h', | 719 'common/gpu/media/avda_state_provider.h', |
| 720 'common/gpu/media/avda_surface_tracker.h', |
| 721 'common/gpu/media/avda_surface_tracker.cc', |
| 720 ], | 722 ], |
| 721 }], | 723 }], |
| 722 ['OS=="android" and enable_webrtc==1', { | 724 ['OS=="android" and enable_webrtc==1', { |
| 723 'dependencies': [ | 725 'dependencies': [ |
| 724 '../third_party/libyuv/libyuv.gyp:libyuv', | 726 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 725 ], | 727 ], |
| 726 'sources': [ | 728 'sources': [ |
| 727 'common/gpu/media/android_video_encode_accelerator.cc', | 729 'common/gpu/media/android_video_encode_accelerator.cc', |
| 728 'common/gpu/media/android_video_encode_accelerator.h', | 730 'common/gpu/media/android_video_encode_accelerator.h', |
| 729 ], | 731 ], |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 990 'sources!': [ | 992 'sources!': [ |
| 991 'common/cursors/webcursor_ozone.cc', | 993 'common/cursors/webcursor_ozone.cc', |
| 992 'common/font_list_ozone.cc', | 994 'common/font_list_ozone.cc', |
| 993 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 995 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 994 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 996 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 995 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 997 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 996 ], | 998 ], |
| 997 }], | 999 }], |
| 998 ], | 1000 ], |
| 999 } | 1001 } |
| OLD | NEW |