Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: content/content_browser.gypi

Issue 253593002: Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 '../build/linux/system.gyp:dbus', 1718 '../build/linux/system.gyp:dbus',
1717 '../dbus/dbus.gyp:dbus', 1719 '../dbus/dbus.gyp:dbus',
1718 ], 1720 ],
1719 }, { # OS != "linux" or use_dbus==0 1721 }, { # OS != "linux" or use_dbus==0
1720 'sources!': [ 1722 'sources!': [
1721 'browser/geolocation/wifi_data_provider_linux.cc', 1723 'browser/geolocation/wifi_data_provider_linux.cc',
1722 ], 1724 ],
1723 }], 1725 }],
1724 ], 1726 ],
1725 } 1727 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698