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 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 'browser/managed_mode/scoped_extension_elevation.cc', | 912 'browser/managed_mode/scoped_extension_elevation.cc', |
913 'browser/managed_mode/scoped_extension_elevation.h', | 913 'browser/managed_mode/scoped_extension_elevation.h', |
914 'browser/media/audio_stream_indicator.cc', | 914 'browser/media/audio_stream_indicator.cc', |
915 'browser/media/audio_stream_indicator.h', | 915 'browser/media/audio_stream_indicator.h', |
916 'browser/media/media_capture_devices_dispatcher.cc', | 916 'browser/media/media_capture_devices_dispatcher.cc', |
917 'browser/media/media_capture_devices_dispatcher.h', | 917 'browser/media/media_capture_devices_dispatcher.h', |
918 'browser/media/media_stream_capture_indicator.cc', | 918 'browser/media/media_stream_capture_indicator.cc', |
919 'browser/media/media_stream_capture_indicator.h', | 919 'browser/media/media_stream_capture_indicator.h', |
920 'browser/media/media_stream_devices_controller.cc', | 920 'browser/media/media_stream_devices_controller.cc', |
921 'browser/media/media_stream_devices_controller.h', | 921 'browser/media/media_stream_devices_controller.h', |
| 922 'browser/media/media_stream_infobar_delegate.cc', |
| 923 'browser/media/media_stream_infobar_delegate.h', |
922 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', | 924 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc', |
923 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', | 925 'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h', |
924 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', | 926 'browser/media_galleries/linux/mtp_device_object_enumerator.cc', |
925 'browser/media_galleries/linux/mtp_device_object_enumerator.h', | 927 'browser/media_galleries/linux/mtp_device_object_enumerator.h', |
926 'browser/media_galleries/linux/mtp_device_task_helper.cc', | 928 'browser/media_galleries/linux/mtp_device_task_helper.cc', |
927 'browser/media_galleries/linux/mtp_device_task_helper.h', | 929 'browser/media_galleries/linux/mtp_device_task_helper.h', |
928 'browser/media_galleries/linux/mtp_device_task_helper_map_service.cc', | 930 'browser/media_galleries/linux/mtp_device_task_helper_map_service.cc', |
929 'browser/media_galleries/linux/mtp_device_task_helper_map_service.h', | 931 'browser/media_galleries/linux/mtp_device_task_helper_map_service.h', |
930 'browser/media_galleries/linux/mtp_read_file_worker.cc', | 932 'browser/media_galleries/linux/mtp_read_file_worker.cc', |
931 'browser/media_galleries/linux/mtp_read_file_worker.h', | 933 'browser/media_galleries/linux/mtp_read_file_worker.h', |
(...skipping 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3027 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3029 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3028 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3030 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3029 }, | 3031 }, |
3030 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3032 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3031 }, | 3033 }, |
3032 ], | 3034 ], |
3033 }, | 3035 }, |
3034 ], | 3036 ], |
3035 ], | 3037 ], |
3036 } | 3038 } |
OLD | NEW |