| 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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 'common/sandbox_util.cc', | 789 'common/sandbox_util.cc', |
| 790 'public/common/pepper_plugin_info.cc', | 790 'public/common/pepper_plugin_info.cc', |
| 791 'public/common/pepper_plugin_info.h', | 791 'public/common/pepper_plugin_info.h', |
| 792 ], | 792 ], |
| 793 }], | 793 }], |
| 794 ['OS=="android"', { | 794 ['OS=="android"', { |
| 795 'dependencies': [ | 795 'dependencies': [ |
| 796 '../media/media.gyp:media', | 796 '../media/media.gyp:media', |
| 797 ], | 797 ], |
| 798 'sources': [ | 798 'sources': [ |
| 799 'common/gpu/media/android_copying_backing_strategy.cc', |
| 800 'common/gpu/media/android_copying_backing_strategy.h', |
| 799 'common/gpu/media/android_video_decode_accelerator.cc', | 801 'common/gpu/media/android_video_decode_accelerator.cc', |
| 800 'common/gpu/media/android_video_decode_accelerator.h', | 802 'common/gpu/media/android_video_decode_accelerator.h', |
| 803 'common/gpu/media/avda_return_on_failure.h', |
| 801 ], | 804 ], |
| 802 }], | 805 }], |
| 803 ['OS=="android" and enable_webrtc==1', { | 806 ['OS=="android" and enable_webrtc==1', { |
| 804 'dependencies': [ | 807 'dependencies': [ |
| 805 '../third_party/libyuv/libyuv.gyp:libyuv', | 808 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 806 ], | 809 ], |
| 807 'sources': [ | 810 'sources': [ |
| 808 'common/gpu/media/android_video_encode_accelerator.cc', | 811 'common/gpu/media/android_video_encode_accelerator.cc', |
| 809 'common/gpu/media/android_video_encode_accelerator.h', | 812 'common/gpu/media/android_video_encode_accelerator.h', |
| 810 ], | 813 ], |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1091 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1094 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1092 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1095 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
| 1093 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1096 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
| 1094 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1097 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1095 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1098 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1096 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1099 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1097 ], | 1100 ], |
| 1098 }], | 1101 }], |
| 1099 ], | 1102 ], |
| 1100 } | 1103 } |
| OLD | NEW |