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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 'browser/media/capture/video_capture_oracle.cc', | 799 'browser/media/capture/video_capture_oracle.cc', |
800 'browser/media/capture/video_capture_oracle.h', | 800 'browser/media/capture/video_capture_oracle.h', |
801 'browser/media/capture/web_contents_audio_input_stream.cc', | 801 'browser/media/capture/web_contents_audio_input_stream.cc', |
802 'browser/media/capture/web_contents_audio_input_stream.h', | 802 'browser/media/capture/web_contents_audio_input_stream.h', |
803 'browser/media/capture/web_contents_capture_util.cc', | 803 'browser/media/capture/web_contents_capture_util.cc', |
804 'browser/media/capture/web_contents_capture_util.h', | 804 'browser/media/capture/web_contents_capture_util.h', |
805 'browser/media/capture/web_contents_tracker.cc', | 805 'browser/media/capture/web_contents_tracker.cc', |
806 'browser/media/capture/web_contents_tracker.h', | 806 'browser/media/capture/web_contents_tracker.h', |
807 'browser/media/capture/web_contents_video_capture_device.cc', | 807 'browser/media/capture/web_contents_video_capture_device.cc', |
808 'browser/media/capture/web_contents_video_capture_device.h', | 808 'browser/media/capture/web_contents_video_capture_device.h', |
| 809 'browser/media/cdm/browser_cdm_manager.cc', |
| 810 'browser/media/cdm/browser_cdm_manager.h', |
809 'browser/media/media_internals.cc', | 811 'browser/media/media_internals.cc', |
810 'browser/media/media_internals.h', | 812 'browser/media/media_internals.h', |
811 'browser/media/media_internals_handler.cc', | 813 'browser/media/media_internals_handler.cc', |
812 'browser/media/media_internals_handler.h', | 814 'browser/media/media_internals_handler.h', |
813 'browser/media/media_internals_proxy.cc', | 815 'browser/media/media_internals_proxy.cc', |
814 'browser/media/media_internals_proxy.h', | 816 'browser/media/media_internals_proxy.h', |
815 'browser/media/media_internals_ui.cc', | 817 'browser/media/media_internals_ui.cc', |
816 'browser/media/media_internals_ui.h', | 818 'browser/media/media_internals_ui.h', |
817 'browser/media/webrtc_identity_store.cc', | 819 'browser/media/webrtc_identity_store.cc', |
818 'browser/media/webrtc_identity_store.h', | 820 'browser/media/webrtc_identity_store.h', |
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1756 '../build/linux/system.gyp:dbus', | 1758 '../build/linux/system.gyp:dbus', |
1757 '../dbus/dbus.gyp:dbus', | 1759 '../dbus/dbus.gyp:dbus', |
1758 ], | 1760 ], |
1759 }, { # OS != "linux" or use_dbus==0 | 1761 }, { # OS != "linux" or use_dbus==0 |
1760 'sources!': [ | 1762 'sources!': [ |
1761 'browser/geolocation/wifi_data_provider_linux.cc', | 1763 'browser/geolocation/wifi_data_provider_linux.cc', |
1762 ], | 1764 ], |
1763 }], | 1765 }], |
1764 ], | 1766 ], |
1765 } | 1767 } |
OLD | NEW |