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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 54863002: Implement a salt for MediaSource IDs that can be cleared by a user. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed jois nit. Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 'browser/media/chrome_midi_permission_context_factory.h', 1064 'browser/media/chrome_midi_permission_context_factory.h',
1065 'browser/media/desktop_streams_registry.cc', 1065 'browser/media/desktop_streams_registry.cc',
1066 'browser/media/desktop_streams_registry.h', 1066 'browser/media/desktop_streams_registry.h',
1067 'browser/media/desktop_media_picker.h', 1067 'browser/media/desktop_media_picker.h',
1068 'browser/media/desktop_media_picker_model.cc', 1068 'browser/media/desktop_media_picker_model.cc',
1069 'browser/media/desktop_media_picker_model.h', 1069 'browser/media/desktop_media_picker_model.h',
1070 'browser/media/encrypted_media_message_filter_android.cc', 1070 'browser/media/encrypted_media_message_filter_android.cc',
1071 'browser/media/encrypted_media_message_filter_android.h', 1071 'browser/media/encrypted_media_message_filter_android.h',
1072 'browser/media/media_capture_devices_dispatcher.cc', 1072 'browser/media/media_capture_devices_dispatcher.cc',
1073 'browser/media/media_capture_devices_dispatcher.h', 1073 'browser/media/media_capture_devices_dispatcher.h',
1074 'browser/media/media_device_id_salt.cc',
1075 'browser/media/media_device_id_salt.h',
1074 'browser/media/media_stream_capture_indicator.cc', 1076 'browser/media/media_stream_capture_indicator.cc',
1075 'browser/media/media_stream_capture_indicator.h', 1077 'browser/media/media_stream_capture_indicator.h',
1076 'browser/media/media_stream_devices_controller.cc', 1078 'browser/media/media_stream_devices_controller.cc',
1077 'browser/media/media_stream_devices_controller.h', 1079 'browser/media/media_stream_devices_controller.h',
1078 'browser/media/media_stream_infobar_delegate.cc', 1080 'browser/media/media_stream_infobar_delegate.cc',
1079 'browser/media/media_stream_infobar_delegate.h', 1081 'browser/media/media_stream_infobar_delegate.h',
1080 'browser/media/midi_permission_infobar_delegate.cc', 1082 'browser/media/midi_permission_infobar_delegate.cc',
1081 'browser/media/midi_permission_infobar_delegate.h', 1083 'browser/media/midi_permission_infobar_delegate.h',
1082 'browser/media/webrtc_log_upload_list.cc', 1084 'browser/media/webrtc_log_upload_list.cc',
1083 'browser/media/webrtc_log_upload_list.h', 1085 'browser/media/webrtc_log_upload_list.h',
(...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3763 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3765 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3764 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3766 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3765 }, 3767 },
3766 'includes': [ '../build/android/java_cpp_template.gypi' ], 3768 'includes': [ '../build/android/java_cpp_template.gypi' ],
3767 }, 3769 },
3768 ], 3770 ],
3769 }, 3771 },
3770 ], 3772 ],
3771 ], 3773 ],
3772 } 3774 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698