| 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_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
| 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| (...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 987 'browser/media/android/media_drm_credential_manager.h', | 987 'browser/media/android/media_drm_credential_manager.h', |
| 988 'browser/media/android/media_resource_getter_impl.cc', | 988 'browser/media/android/media_resource_getter_impl.cc', |
| 989 'browser/media/android/media_resource_getter_impl.h', | 989 'browser/media/android/media_resource_getter_impl.h', |
| 990 'browser/media/android/media_session.cc', | 990 'browser/media/android/media_session.cc', |
| 991 'browser/media/android/media_session.h', | 991 'browser/media/android/media_session.h', |
| 992 'browser/media/android/media_session_observer.h', | 992 'browser/media/android/media_session_observer.h', |
| 993 'browser/media/audio_state_provider.cc', | 993 'browser/media/audio_state_provider.cc', |
| 994 'browser/media/audio_state_provider.h', | 994 'browser/media/audio_state_provider.h', |
| 995 'browser/media/audio_stream_monitor.cc', | 995 'browser/media/audio_stream_monitor.cc', |
| 996 'browser/media/audio_stream_monitor.h', | 996 'browser/media/audio_stream_monitor.h', |
| 997 'browser/media/capture/animated_content_sampler.cc', | |
| 998 'browser/media/capture/animated_content_sampler.h', | |
| 999 'browser/media/capture/audio_mirroring_manager.cc', | 997 'browser/media/capture/audio_mirroring_manager.cc', |
| 1000 'browser/media/capture/audio_mirroring_manager.h', | 998 'browser/media/capture/audio_mirroring_manager.h', |
| 1001 'browser/media/capture/capture_resolution_chooser.cc', | |
| 1002 'browser/media/capture/capture_resolution_chooser.h', | |
| 1003 'browser/media/capture/content_video_capture_device_core.cc', | |
| 1004 'browser/media/capture/content_video_capture_device_core.h', | |
| 1005 'browser/media/capture/feedback_signal_accumulator.cc', | |
| 1006 'browser/media/capture/feedback_signal_accumulator.h', | |
| 1007 'browser/media/capture/smooth_event_sampler.cc', | |
| 1008 'browser/media/capture/smooth_event_sampler.h', | |
| 1009 'browser/media/capture/video_capture_oracle.cc', | |
| 1010 'browser/media/capture/video_capture_oracle.h', | |
| 1011 'browser/media/capture/web_contents_audio_input_stream.cc', | 999 'browser/media/capture/web_contents_audio_input_stream.cc', |
| 1012 'browser/media/capture/web_contents_audio_input_stream.h', | 1000 'browser/media/capture/web_contents_audio_input_stream.h', |
| 1013 'browser/media/capture/web_contents_audio_muter.cc', | 1001 'browser/media/capture/web_contents_audio_muter.cc', |
| 1014 'browser/media/capture/web_contents_audio_muter.h', | 1002 'browser/media/capture/web_contents_audio_muter.h', |
| 1015 'browser/media/capture/web_contents_capture_util.cc', | 1003 'browser/media/capture/web_contents_capture_util.cc', |
| 1016 'browser/media/capture/web_contents_capture_util.h', | 1004 'browser/media/capture/web_contents_capture_util.h', |
| 1017 'browser/media/capture/web_contents_tracker.cc', | 1005 'browser/media/capture/web_contents_tracker.cc', |
| 1018 'browser/media/capture/web_contents_tracker.h', | 1006 'browser/media/capture/web_contents_tracker.h', |
| 1019 'browser/media/capture/web_contents_video_capture_device.cc', | 1007 'browser/media/capture/web_contents_video_capture_device.cc', |
| 1020 'browser/media/capture/web_contents_video_capture_device.h', | 1008 'browser/media/capture/web_contents_video_capture_device.h', |
| (...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2087 'browser/media/media_web_contents_observer.h', | 2075 'browser/media/media_web_contents_observer.h', |
| 2088 ], | 2076 ], |
| 2089 }], | 2077 }], |
| 2090 ['OS == "linux" and use_openssl==1', { | 2078 ['OS == "linux" and use_openssl==1', { |
| 2091 'dependencies': [ | 2079 'dependencies': [ |
| 2092 '../third_party/boringssl/boringssl.gyp:boringssl', | 2080 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2093 ], | 2081 ], |
| 2094 }], | 2082 }], |
| 2095 ], | 2083 ], |
| 2096 } | 2084 } |
| OLD | NEW |