| 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 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 996 'browser/media/android/media_drm_credential_manager.h', | 996 'browser/media/android/media_drm_credential_manager.h', |
| 997 'browser/media/android/media_resource_getter_impl.cc', | 997 'browser/media/android/media_resource_getter_impl.cc', |
| 998 'browser/media/android/media_resource_getter_impl.h', | 998 'browser/media/android/media_resource_getter_impl.h', |
| 999 'browser/media/android/media_session.cc', | 999 'browser/media/android/media_session.cc', |
| 1000 'browser/media/android/media_session.h', | 1000 'browser/media/android/media_session.h', |
| 1001 'browser/media/android/media_session_observer.h', | 1001 'browser/media/android/media_session_observer.h', |
| 1002 'browser/media/audio_state_provider.cc', | 1002 'browser/media/audio_state_provider.cc', |
| 1003 'browser/media/audio_state_provider.h', | 1003 'browser/media/audio_state_provider.h', |
| 1004 'browser/media/audio_stream_monitor.cc', | 1004 'browser/media/audio_stream_monitor.cc', |
| 1005 'browser/media/audio_stream_monitor.h', | 1005 'browser/media/audio_stream_monitor.h', |
| 1006 'browser/media/capture/animated_content_sampler.cc', | |
| 1007 'browser/media/capture/animated_content_sampler.h', | |
| 1008 'browser/media/capture/audio_mirroring_manager.cc', | 1006 'browser/media/capture/audio_mirroring_manager.cc', |
| 1009 'browser/media/capture/audio_mirroring_manager.h', | 1007 'browser/media/capture/audio_mirroring_manager.h', |
| 1010 'browser/media/capture/capture_resolution_chooser.cc', | |
| 1011 'browser/media/capture/capture_resolution_chooser.h', | |
| 1012 'browser/media/capture/content_video_capture_device_core.cc', | |
| 1013 'browser/media/capture/content_video_capture_device_core.h', | |
| 1014 'browser/media/capture/feedback_signal_accumulator.cc', | |
| 1015 'browser/media/capture/feedback_signal_accumulator.h', | |
| 1016 'browser/media/capture/smooth_event_sampler.cc', | |
| 1017 'browser/media/capture/smooth_event_sampler.h', | |
| 1018 'browser/media/capture/video_capture_oracle.cc', | |
| 1019 'browser/media/capture/video_capture_oracle.h', | |
| 1020 'browser/media/capture/web_contents_audio_input_stream.cc', | 1008 'browser/media/capture/web_contents_audio_input_stream.cc', |
| 1021 'browser/media/capture/web_contents_audio_input_stream.h', | 1009 'browser/media/capture/web_contents_audio_input_stream.h', |
| 1022 'browser/media/capture/web_contents_audio_muter.cc', | 1010 'browser/media/capture/web_contents_audio_muter.cc', |
| 1023 'browser/media/capture/web_contents_audio_muter.h', | 1011 'browser/media/capture/web_contents_audio_muter.h', |
| 1024 'browser/media/capture/web_contents_capture_util.cc', | 1012 'browser/media/capture/web_contents_capture_util.cc', |
| 1025 'browser/media/capture/web_contents_capture_util.h', | 1013 'browser/media/capture/web_contents_capture_util.h', |
| 1026 'browser/media/capture/web_contents_tracker.cc', | 1014 'browser/media/capture/web_contents_tracker.cc', |
| 1027 'browser/media/capture/web_contents_tracker.h', | 1015 'browser/media/capture/web_contents_tracker.h', |
| 1028 'browser/media/capture/web_contents_video_capture_device.cc', | 1016 'browser/media/capture/web_contents_video_capture_device.cc', |
| 1029 'browser/media/capture/web_contents_video_capture_device.h', | 1017 'browser/media/capture/web_contents_video_capture_device.h', |
| (...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2096 'browser/media/media_web_contents_observer.h', | 2084 'browser/media/media_web_contents_observer.h', |
| 2097 ], | 2085 ], |
| 2098 }], | 2086 }], |
| 2099 ['OS == "linux" and use_openssl==1', { | 2087 ['OS == "linux" and use_openssl==1', { |
| 2100 'dependencies': [ | 2088 'dependencies': [ |
| 2101 '../third_party/boringssl/boringssl.gyp:boringssl', | 2089 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2102 ], | 2090 ], |
| 2103 }], | 2091 }], |
| 2104 ], | 2092 ], |
| 2105 } | 2093 } |
| OLD | NEW |