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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 'browser/loader/throttling_resource_handler.cc', | 758 'browser/loader/throttling_resource_handler.cc', |
759 'browser/loader/throttling_resource_handler.h', | 759 'browser/loader/throttling_resource_handler.h', |
760 'browser/loader/upload_data_stream_builder.cc', | 760 'browser/loader/upload_data_stream_builder.cc', |
761 'browser/loader/upload_data_stream_builder.h', | 761 'browser/loader/upload_data_stream_builder.h', |
762 'browser/mach_broker_mac.h', | 762 'browser/mach_broker_mac.h', |
763 'browser/mach_broker_mac.mm', | 763 'browser/mach_broker_mac.mm', |
764 'browser/media/android/browser_demuxer_android.cc', | 764 'browser/media/android/browser_demuxer_android.cc', |
765 'browser/media/android/browser_demuxer_android.h', | 765 'browser/media/android/browser_demuxer_android.h', |
766 'browser/media/android/browser_media_player_manager.cc', | 766 'browser/media/android/browser_media_player_manager.cc', |
767 'browser/media/android/browser_media_player_manager.h', | 767 'browser/media/android/browser_media_player_manager.h', |
| 768 'browser/media/android/encrypted_media_message_filter_android.cc', |
| 769 'browser/media/android/encrypted_media_message_filter_android.h', |
768 'browser/media/android/media_drm_credential_manager.cc', | 770 'browser/media/android/media_drm_credential_manager.cc', |
769 'browser/media/android/media_drm_credential_manager.h', | 771 'browser/media/android/media_drm_credential_manager.h', |
770 'browser/media/android/media_resource_getter_impl.cc', | 772 'browser/media/android/media_resource_getter_impl.cc', |
771 'browser/media/android/media_resource_getter_impl.h', | 773 'browser/media/android/media_resource_getter_impl.h', |
772 'browser/media/capture/audio_mirroring_manager.cc', | 774 'browser/media/capture/audio_mirroring_manager.cc', |
773 'browser/media/capture/audio_mirroring_manager.h', | 775 'browser/media/capture/audio_mirroring_manager.h', |
774 'browser/media/capture/content_video_capture_device_core.cc', | 776 'browser/media/capture/content_video_capture_device_core.cc', |
775 'browser/media/capture/content_video_capture_device_core.h', | 777 'browser/media/capture/content_video_capture_device_core.h', |
776 'browser/media/capture/video_capture_oracle.cc', | 778 'browser/media/capture/video_capture_oracle.cc', |
777 'browser/media/capture/video_capture_oracle.h', | 779 'browser/media/capture/video_capture_oracle.h', |
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1720 '../build/linux/system.gyp:dbus', | 1722 '../build/linux/system.gyp:dbus', |
1721 '../dbus/dbus.gyp:dbus', | 1723 '../dbus/dbus.gyp:dbus', |
1722 ], | 1724 ], |
1723 }, { # OS != "linux" or use_dbus==0 | 1725 }, { # OS != "linux" or use_dbus==0 |
1724 'sources!': [ | 1726 'sources!': [ |
1725 'browser/geolocation/wifi_data_provider_linux.cc', | 1727 'browser/geolocation/wifi_data_provider_linux.cc', |
1726 ], | 1728 ], |
1727 }], | 1729 }], |
1728 ], | 1730 ], |
1729 } | 1731 } |
OLD | NEW |