OLD | NEW |
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 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 'browser/media/chrome_midi_permission_context_factory.h', | 1037 'browser/media/chrome_midi_permission_context_factory.h', |
1038 'browser/media/desktop_streams_registry.cc', | 1038 'browser/media/desktop_streams_registry.cc', |
1039 'browser/media/desktop_streams_registry.h', | 1039 'browser/media/desktop_streams_registry.h', |
1040 'browser/media/desktop_media_picker.h', | 1040 'browser/media/desktop_media_picker.h', |
1041 'browser/media/desktop_media_picker_model.cc', | 1041 'browser/media/desktop_media_picker_model.cc', |
1042 'browser/media/desktop_media_picker_model.h', | 1042 'browser/media/desktop_media_picker_model.h', |
1043 'browser/media/encrypted_media_message_filter_android.cc', | 1043 'browser/media/encrypted_media_message_filter_android.cc', |
1044 'browser/media/encrypted_media_message_filter_android.h', | 1044 'browser/media/encrypted_media_message_filter_android.h', |
1045 'browser/media/media_capture_devices_dispatcher.cc', | 1045 'browser/media/media_capture_devices_dispatcher.cc', |
1046 'browser/media/media_capture_devices_dispatcher.h', | 1046 'browser/media/media_capture_devices_dispatcher.h', |
| 1047 'browser/media/media_device_id_salt.cc', |
| 1048 'browser/media/media_device_id_salt.h', |
1047 'browser/media/media_stream_capture_indicator.cc', | 1049 'browser/media/media_stream_capture_indicator.cc', |
1048 'browser/media/media_stream_capture_indicator.h', | 1050 'browser/media/media_stream_capture_indicator.h', |
1049 'browser/media/media_stream_devices_controller.cc', | 1051 'browser/media/media_stream_devices_controller.cc', |
1050 'browser/media/media_stream_devices_controller.h', | 1052 'browser/media/media_stream_devices_controller.h', |
1051 'browser/media/media_stream_infobar_delegate.cc', | 1053 'browser/media/media_stream_infobar_delegate.cc', |
1052 'browser/media/media_stream_infobar_delegate.h', | 1054 'browser/media/media_stream_infobar_delegate.h', |
1053 'browser/media/midi_permission_infobar_delegate.cc', | 1055 'browser/media/midi_permission_infobar_delegate.cc', |
1054 'browser/media/midi_permission_infobar_delegate.h', | 1056 'browser/media/midi_permission_infobar_delegate.h', |
1055 'browser/media/webrtc_log_upload_list.cc', | 1057 'browser/media/webrtc_log_upload_list.cc', |
1056 'browser/media/webrtc_log_upload_list.h', | 1058 'browser/media/webrtc_log_upload_list.h', |
(...skipping 2675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3732 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3734 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3733 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3735 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3734 }, | 3736 }, |
3735 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3737 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3736 }, | 3738 }, |
3737 ], | 3739 ], |
3738 }, | 3740 }, |
3739 ], | 3741 ], |
3740 ], | 3742 ], |
3741 } | 3743 } |
OLD | NEW |