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 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 'browser/media/chrome_midi_permission_context.cc', | 1064 'browser/media/chrome_midi_permission_context.cc', |
1065 'browser/media/chrome_midi_permission_context.h', | 1065 'browser/media/chrome_midi_permission_context.h', |
1066 'browser/media/chrome_midi_permission_context_factory.cc', | 1066 'browser/media/chrome_midi_permission_context_factory.cc', |
1067 'browser/media/chrome_midi_permission_context_factory.h', | 1067 'browser/media/chrome_midi_permission_context_factory.h', |
1068 'browser/media/desktop_media_list.h', | 1068 'browser/media/desktop_media_list.h', |
1069 'browser/media/desktop_media_list_ash.cc', | 1069 'browser/media/desktop_media_list_ash.cc', |
1070 'browser/media/desktop_media_list_ash.h', | 1070 'browser/media/desktop_media_list_ash.h', |
1071 'browser/media/desktop_media_picker.h', | 1071 'browser/media/desktop_media_picker.h', |
1072 'browser/media/desktop_streams_registry.cc', | 1072 'browser/media/desktop_streams_registry.cc', |
1073 'browser/media/desktop_streams_registry.h', | 1073 'browser/media/desktop_streams_registry.h', |
1074 'browser/media/encrypted_media_message_filter_android.cc', | |
1075 'browser/media/encrypted_media_message_filter_android.h', | |
1076 'browser/media/media_capture_devices_dispatcher.cc', | 1074 'browser/media/media_capture_devices_dispatcher.cc', |
1077 'browser/media/media_capture_devices_dispatcher.h', | 1075 'browser/media/media_capture_devices_dispatcher.h', |
1078 'browser/media/media_device_id_salt.cc', | 1076 'browser/media/media_device_id_salt.cc', |
1079 'browser/media/media_device_id_salt.h', | 1077 'browser/media/media_device_id_salt.h', |
1080 'browser/media/media_stream_capture_indicator.cc', | 1078 'browser/media/media_stream_capture_indicator.cc', |
1081 'browser/media/media_stream_capture_indicator.h', | 1079 'browser/media/media_stream_capture_indicator.h', |
1082 'browser/media/media_stream_devices_controller.cc', | 1080 'browser/media/media_stream_devices_controller.cc', |
1083 'browser/media/media_stream_devices_controller.h', | 1081 'browser/media/media_stream_devices_controller.h', |
1084 'browser/media/media_stream_infobar_delegate.cc', | 1082 'browser/media/media_stream_infobar_delegate.cc', |
1085 'browser/media/media_stream_infobar_delegate.h', | 1083 'browser/media/media_stream_infobar_delegate.h', |
(...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3134 'browser/metrics/variations/variations_request_scheduler_mobile.cc', | 3132 'browser/metrics/variations/variations_request_scheduler_mobile.cc', |
3135 'browser/metrics/variations/variations_request_scheduler_mobile.h', | 3133 'browser/metrics/variations/variations_request_scheduler_mobile.h', |
3136 'browser/net/spdyproxy/data_reduction_proxy_settings.cc', | 3134 'browser/net/spdyproxy/data_reduction_proxy_settings.cc', |
3137 'browser/net/spdyproxy/data_reduction_proxy_settings.h', | 3135 'browser/net/spdyproxy/data_reduction_proxy_settings.h', |
3138 'browser/net/spdyproxy/proxy_advisor.cc', | 3136 'browser/net/spdyproxy/proxy_advisor.cc', |
3139 'browser/net/spdyproxy/proxy_advisor.h', | 3137 'browser/net/spdyproxy/proxy_advisor.h', |
3140 ], | 3138 ], |
3141 }], | 3139 }], |
3142 ['OS=="android"', { | 3140 ['OS=="android"', { |
3143 'dependencies': [ | 3141 'dependencies': [ |
| 3142 '../components/components.gyp:cdm_browser', |
3144 '../components/components.gyp:web_contents_delegate_android', | 3143 '../components/components.gyp:web_contents_delegate_android', |
3145 'chrome_browser_jni_headers', | 3144 'chrome_browser_jni_headers', |
3146 ], | 3145 ], |
3147 'dependencies!': [ | 3146 'dependencies!': [ |
3148 '../components/components.gyp:storage_monitor', | 3147 '../components/components.gyp:storage_monitor', |
3149 '../components/components.gyp:usb_service', | 3148 '../components/components.gyp:usb_service', |
3150 '../components/components.gyp:web_modal', | 3149 '../components/components.gyp:web_modal', |
3151 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3150 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3152 ], | 3151 ], |
3153 'sources': [ | 3152 'sources': [ |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3730 'package_name': 'org/chromium/chrome/browser', | 3729 'package_name': 'org/chromium/chrome/browser', |
3731 'template_deps': ['browser/android/tab_load_status.h'], | 3730 'template_deps': ['browser/android/tab_load_status.h'], |
3732 }, | 3731 }, |
3733 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3732 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3734 }, | 3733 }, |
3735 ], | 3734 ], |
3736 }, | 3735 }, |
3737 ], | 3736 ], |
3738 ], | 3737 ], |
3739 } | 3738 } |
OLD | NEW |