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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 253593002: Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Componetized EncryptedMediaMessageFilter. 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 'browser/media/chrome_midi_permission_context.cc', 1078 'browser/media/chrome_midi_permission_context.cc',
1079 'browser/media/chrome_midi_permission_context.h', 1079 'browser/media/chrome_midi_permission_context.h',
1080 'browser/media/chrome_midi_permission_context_factory.cc', 1080 'browser/media/chrome_midi_permission_context_factory.cc',
1081 'browser/media/chrome_midi_permission_context_factory.h', 1081 'browser/media/chrome_midi_permission_context_factory.h',
1082 'browser/media/desktop_media_list.h', 1082 'browser/media/desktop_media_list.h',
1083 'browser/media/desktop_media_list_ash.cc', 1083 'browser/media/desktop_media_list_ash.cc',
1084 'browser/media/desktop_media_list_ash.h', 1084 'browser/media/desktop_media_list_ash.h',
1085 'browser/media/desktop_media_picker.h', 1085 'browser/media/desktop_media_picker.h',
1086 'browser/media/desktop_streams_registry.cc', 1086 'browser/media/desktop_streams_registry.cc',
1087 'browser/media/desktop_streams_registry.h', 1087 'browser/media/desktop_streams_registry.h',
1088 'browser/media/encrypted_media_message_filter_android.cc',
1089 'browser/media/encrypted_media_message_filter_android.h',
1090 'browser/media/media_capture_devices_dispatcher.cc', 1088 'browser/media/media_capture_devices_dispatcher.cc',
1091 'browser/media/media_capture_devices_dispatcher.h', 1089 'browser/media/media_capture_devices_dispatcher.h',
1092 'browser/media/media_device_id_salt.cc', 1090 'browser/media/media_device_id_salt.cc',
1093 'browser/media/media_device_id_salt.h', 1091 'browser/media/media_device_id_salt.h',
1094 'browser/media/media_stream_capture_indicator.cc', 1092 'browser/media/media_stream_capture_indicator.cc',
1095 'browser/media/media_stream_capture_indicator.h', 1093 'browser/media/media_stream_capture_indicator.h',
1096 'browser/media/media_stream_devices_controller.cc', 1094 'browser/media/media_stream_devices_controller.cc',
1097 'browser/media/media_stream_devices_controller.h', 1095 'browser/media/media_stream_devices_controller.h',
1098 'browser/media/media_stream_infobar_delegate.cc', 1096 'browser/media/media_stream_infobar_delegate.cc',
1099 'browser/media/media_stream_infobar_delegate.h', 1097 'browser/media/media_stream_infobar_delegate.h',
(...skipping 2036 matching lines...) Expand 10 before | Expand all | Expand 10 after
3136 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 3134 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
3137 'browser/metrics/variations/variations_request_scheduler_mobile.h', 3135 'browser/metrics/variations/variations_request_scheduler_mobile.h',
3138 'browser/net/spdyproxy/data_reduction_proxy_settings.cc', 3136 'browser/net/spdyproxy/data_reduction_proxy_settings.cc',
3139 'browser/net/spdyproxy/data_reduction_proxy_settings.h', 3137 'browser/net/spdyproxy/data_reduction_proxy_settings.h',
3140 'browser/net/spdyproxy/proxy_advisor.cc', 3138 'browser/net/spdyproxy/proxy_advisor.cc',
3141 'browser/net/spdyproxy/proxy_advisor.h', 3139 'browser/net/spdyproxy/proxy_advisor.h',
3142 ], 3140 ],
3143 }], 3141 }],
3144 ['OS=="android"', { 3142 ['OS=="android"', {
3145 'dependencies': [ 3143 'dependencies': [
3144 '../components/components.gyp:encrypted_media_browser',
3146 '../components/components.gyp:web_contents_delegate_android', 3145 '../components/components.gyp:web_contents_delegate_android',
3147 'chrome_browser_jni_headers', 3146 'chrome_browser_jni_headers',
3148 ], 3147 ],
3149 'dependencies!': [ 3148 'dependencies!': [
3150 '../components/components.gyp:storage_monitor', 3149 '../components/components.gyp:storage_monitor',
3151 '../components/components.gyp:usb_service', 3150 '../components/components.gyp:usb_service',
3152 '../components/components.gyp:web_modal', 3151 '../components/components.gyp:web_modal',
3153 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3152 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3154 ], 3153 ],
3155 'sources': [ 3154 'sources': [
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
3722 'package_name': 'org/chromium/chrome/browser', 3721 'package_name': 'org/chromium/chrome/browser',
3723 'template_deps': ['browser/android/tab_load_status.h'], 3722 'template_deps': ['browser/android/tab_load_status.h'],
3724 }, 3723 },
3725 'includes': [ '../build/android/java_cpp_template.gypi' ], 3724 'includes': [ '../build/android/java_cpp_template.gypi' ],
3726 }, 3725 },
3727 ], 3726 ],
3728 }, 3727 },
3729 ], 3728 ],
3730 ], 3729 ],
3731 } 3730 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698