OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 # The public render_widget_host.h needs to re-export skia defines. | 97 # The public render_widget_host.h needs to re-export skia defines. |
98 '../skia/skia.gyp:skia', | 98 '../skia/skia.gyp:skia', |
99 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 99 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
100 ], | 100 ], |
101 'include_dirs': [ | 101 'include_dirs': [ |
102 '..', | 102 '..', |
103 '<(INTERMEDIATE_DIR)', | 103 '<(INTERMEDIATE_DIR)', |
104 ], | 104 ], |
105 'variables': { | 105 'variables': { |
106 'public_browser_sources': [ | 106 'public_browser_sources': [ |
107 'public/browser/access_token_store.h', | |
108 'public/browser/android/browser_media_player_manager_register.cc', | 107 'public/browser/android/browser_media_player_manager_register.cc', |
109 'public/browser/android/browser_media_player_manager_register.h', | 108 'public/browser/android/browser_media_player_manager_register.h', |
110 'public/browser/android/compositor.h', | 109 'public/browser/android/compositor.h', |
111 'public/browser/android/compositor_client.h', | 110 'public/browser/android/compositor_client.h', |
112 'public/browser/android/content_protocol_handler.h', | 111 'public/browser/android/content_protocol_handler.h', |
113 'public/browser/android/content_view_core.h', | 112 'public/browser/android/content_view_core.h', |
114 'public/browser/android/content_view_layer_renderer.h', | 113 'public/browser/android/content_view_layer_renderer.h', |
115 'public/browser/android/devtools_auth.h', | 114 'public/browser/android/devtools_auth.h', |
116 'public/browser/android/external_video_surface_container.h', | 115 'public/browser/android/external_video_surface_container.h', |
117 'public/browser/android/service_registry_android.h', | 116 'public/browser/android/service_registry_android.h', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'public/browser/download_manager_delegate.h', | 183 'public/browser/download_manager_delegate.h', |
185 'public/browser/download_save_info.cc', | 184 'public/browser/download_save_info.cc', |
186 'public/browser/download_save_info.h', | 185 'public/browser/download_save_info.h', |
187 'public/browser/download_url_parameters.cc', | 186 'public/browser/download_url_parameters.cc', |
188 'public/browser/download_url_parameters.h', | 187 'public/browser/download_url_parameters.h', |
189 'public/browser/favicon_status.cc', | 188 'public/browser/favicon_status.cc', |
190 'public/browser/favicon_status.h', | 189 'public/browser/favicon_status.h', |
191 'public/browser/file_descriptor_info.h', | 190 'public/browser/file_descriptor_info.h', |
192 'public/browser/focused_node_details.h', | 191 'public/browser/focused_node_details.h', |
193 'public/browser/font_list_async.h', | 192 'public/browser/font_list_async.h', |
194 'public/browser/geolocation_delegate.cc', | |
195 'public/browser/geolocation_provider.h', | |
196 'public/browser/global_request_id.h', | 193 'public/browser/global_request_id.h', |
197 'public/browser/gpu_data_manager.h', | 194 'public/browser/gpu_data_manager.h', |
198 'public/browser/gpu_data_manager_observer.h', | 195 'public/browser/gpu_data_manager_observer.h', |
199 'public/browser/gpu_service_registry.cc', | 196 'public/browser/gpu_service_registry.cc', |
200 'public/browser/gpu_service_registry.h', | 197 'public/browser/gpu_service_registry.h', |
201 'public/browser/gpu_utils.cc', | 198 'public/browser/gpu_utils.cc', |
202 'public/browser/gpu_utils.h', | 199 'public/browser/gpu_utils.h', |
203 'public/browser/histogram_fetcher.h', | 200 'public/browser/histogram_fetcher.h', |
204 'public/browser/host_zoom_map.h', | 201 'public/browser/host_zoom_map.h', |
205 'public/browser/indexed_db_context.h', | 202 'public/browser/indexed_db_context.h', |
206 'public/browser/indexed_db_info.h', | 203 'public/browser/indexed_db_info.h', |
207 'public/browser/interstitial_page.h', | 204 'public/browser/interstitial_page.h', |
208 'public/browser/interstitial_page_delegate.cc', | 205 'public/browser/interstitial_page_delegate.cc', |
209 'public/browser/interstitial_page_delegate.h', | 206 'public/browser/interstitial_page_delegate.h', |
210 'public/browser/invalidate_type.h', | 207 'public/browser/invalidate_type.h', |
211 'public/browser/javascript_dialog_manager.cc', | 208 'public/browser/javascript_dialog_manager.cc', |
212 'public/browser/javascript_dialog_manager.h', | 209 'public/browser/javascript_dialog_manager.h', |
213 'public/browser/load_from_memory_cache_details.cc', | 210 'public/browser/load_from_memory_cache_details.cc', |
214 'public/browser/load_from_memory_cache_details.h', | 211 'public/browser/load_from_memory_cache_details.h', |
215 'public/browser/load_notification_details.h', | 212 'public/browser/load_notification_details.h', |
216 'public/browser/local_storage_usage_info.h', | 213 'public/browser/local_storage_usage_info.h', |
217 'public/browser/location_provider.h', | |
218 'public/browser/media_capture_devices.h', | 214 'public/browser/media_capture_devices.h', |
219 'public/browser/media_device_id.cc', | 215 'public/browser/media_device_id.cc', |
220 'public/browser/media_device_id.h', | 216 'public/browser/media_device_id.h', |
221 'public/browser/memory_pressure_controller.cc', | 217 'public/browser/memory_pressure_controller.cc', |
222 'public/browser/memory_pressure_controller.h', | 218 'public/browser/memory_pressure_controller.h', |
223 'public/browser/message_port_delegate.h', | 219 'public/browser/message_port_delegate.h', |
224 'public/browser/message_port_provider.h', | 220 'public/browser/message_port_provider.h', |
225 'public/browser/native_web_keyboard_event.h', | 221 'public/browser/native_web_keyboard_event.h', |
226 'public/browser/navigation_controller.cc', | 222 'public/browser/navigation_controller.cc', |
227 'public/browser/navigation_controller.h', | 223 'public/browser/navigation_controller.h', |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 'browser/frame_host/render_frame_proxy_host.cc', | 797 'browser/frame_host/render_frame_proxy_host.cc', |
802 'browser/frame_host/render_frame_proxy_host.h', | 798 'browser/frame_host/render_frame_proxy_host.h', |
803 'browser/frame_host/render_widget_host_view_child_frame.cc', | 799 'browser/frame_host/render_widget_host_view_child_frame.cc', |
804 'browser/frame_host/render_widget_host_view_child_frame.h', | 800 'browser/frame_host/render_widget_host_view_child_frame.h', |
805 'browser/frame_host/render_widget_host_view_guest.cc', | 801 'browser/frame_host/render_widget_host_view_guest.cc', |
806 'browser/frame_host/render_widget_host_view_guest.h', | 802 'browser/frame_host/render_widget_host_view_guest.h', |
807 'browser/gamepad/gamepad_service.cc', | 803 'browser/gamepad/gamepad_service.cc', |
808 'browser/gamepad/gamepad_service.h', | 804 'browser/gamepad/gamepad_service.h', |
809 'browser/gamepad/gamepad_shared_buffer_impl.cc', | 805 'browser/gamepad/gamepad_shared_buffer_impl.cc', |
810 'browser/gamepad/gamepad_shared_buffer_impl.h', | 806 'browser/gamepad/gamepad_shared_buffer_impl.h', |
811 'browser/geolocation/empty_wifi_data_provider.cc', | |
812 'browser/geolocation/empty_wifi_data_provider.h', | |
813 'browser/geolocation/geolocation_provider_impl.cc', | |
814 'browser/geolocation/geolocation_provider_impl.h', | |
815 'browser/geolocation/geolocation_service_context.cc', | |
816 'browser/geolocation/geolocation_service_context.h', | |
817 'browser/geolocation/geolocation_service_impl.cc', | |
818 'browser/geolocation/geolocation_service_impl.h', | |
819 'browser/geolocation/location_api_adapter_android.cc', | |
820 'browser/geolocation/location_api_adapter_android.h', | |
821 'browser/geolocation/location_arbitrator.h', | |
822 'browser/geolocation/location_arbitrator_impl.cc', | |
823 'browser/geolocation/location_arbitrator_impl.h', | |
824 'browser/geolocation/location_provider_android.cc', | |
825 'browser/geolocation/location_provider_android.h', | |
826 'browser/geolocation/location_provider_base.cc', | |
827 'browser/geolocation/location_provider_base.h', | |
828 'browser/geolocation/network_location_provider.cc', | |
829 'browser/geolocation/network_location_provider.h', | |
830 'browser/geolocation/network_location_request.cc', | |
831 'browser/geolocation/network_location_request.h', | |
832 'browser/geolocation/wifi_data.cc', | |
833 'browser/geolocation/wifi_data.h', | |
834 'browser/geolocation/wifi_data_provider.cc', | |
835 'browser/geolocation/wifi_data_provider.h', | |
836 'browser/geolocation/wifi_data_provider_chromeos.cc', | |
837 'browser/geolocation/wifi_data_provider_chromeos.h', | |
838 'browser/geolocation/wifi_data_provider_common.cc', | |
839 'browser/geolocation/wifi_data_provider_common.h', | |
840 'browser/geolocation/wifi_data_provider_common_win.cc', | |
841 'browser/geolocation/wifi_data_provider_common_win.h', | |
842 'browser/geolocation/wifi_data_provider_corewlan_mac.mm', | |
843 'browser/geolocation/wifi_data_provider_linux.cc', | |
844 'browser/geolocation/wifi_data_provider_linux.h', | |
845 'browser/geolocation/wifi_data_provider_mac.cc', | |
846 'browser/geolocation/wifi_data_provider_mac.h', | |
847 'browser/geolocation/wifi_data_provider_manager.cc', | |
848 'browser/geolocation/wifi_data_provider_manager.h', | |
849 'browser/geolocation/wifi_data_provider_win.cc', | |
850 'browser/geolocation/wifi_data_provider_win.h', | |
851 'browser/geolocation/wifi_polling_policy.h', | |
852 'browser/gpu/browser_gpu_channel_host_factory.cc', | 807 'browser/gpu/browser_gpu_channel_host_factory.cc', |
853 'browser/gpu/browser_gpu_channel_host_factory.h', | 808 'browser/gpu/browser_gpu_channel_host_factory.h', |
854 'browser/gpu/browser_gpu_memory_buffer_manager.cc', | 809 'browser/gpu/browser_gpu_memory_buffer_manager.cc', |
855 'browser/gpu/browser_gpu_memory_buffer_manager.h', | 810 'browser/gpu/browser_gpu_memory_buffer_manager.h', |
856 'browser/gpu/compositor_util.cc', | 811 'browser/gpu/compositor_util.cc', |
857 'browser/gpu/compositor_util.h', | 812 'browser/gpu/compositor_util.h', |
858 'browser/gpu/gpu_data_manager_impl.cc', | 813 'browser/gpu/gpu_data_manager_impl.cc', |
859 'browser/gpu/gpu_data_manager_impl.h', | 814 'browser/gpu/gpu_data_manager_impl.h', |
860 'browser/gpu/gpu_data_manager_impl_private.cc', | 815 'browser/gpu/gpu_data_manager_impl_private.cc', |
861 'browser/gpu/gpu_data_manager_impl_private.h', | 816 'browser/gpu/gpu_data_manager_impl_private.h', |
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2025 'direct_dependent_settings': { | 1980 'direct_dependent_settings': { |
2026 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], | 1981 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], |
2027 }, | 1982 }, |
2028 'link_settings': { | 1983 'link_settings': { |
2029 'libraries': [ | 1984 'libraries': [ |
2030 '-ljnigraphics', | 1985 '-ljnigraphics', |
2031 ], | 1986 ], |
2032 }, | 1987 }, |
2033 'sources/': [ | 1988 'sources/': [ |
2034 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default\
\.cc$'], | 1989 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default\
\.cc$'], |
2035 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], | |
2036 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], | |
2037 ['exclude', '^browser/tracing/trace_uploader\\.(cc|h)$'], | 1990 ['exclude', '^browser/tracing/trace_uploader\\.(cc|h)$'], |
2038 ['exclude', '^browser/tracing/tracing_ui\\.(cc|h)$'], | 1991 ['exclude', '^browser/tracing/tracing_ui\\.(cc|h)$'], |
2039 ], | 1992 ], |
2040 'sources': [ | 1993 'sources': [ |
2041 '<@(android_browser_sources)', | 1994 '<@(android_browser_sources)', |
2042 ], | 1995 ], |
2043 'sources!': [ | 1996 'sources!': [ |
2044 'browser/browser_ipc_logging.cc', | 1997 'browser/browser_ipc_logging.cc', |
2045 'browser/geolocation/device_data_provider.cc', | |
2046 'browser/geolocation/empty_device_data_provider.cc', | |
2047 'browser/geolocation/wifi_data_provider_common.cc', | |
2048 'browser/media/session/media_session_delegate_default.cc', | 1998 'browser/media/session/media_session_delegate_default.cc', |
2049 'browser/power_usage_monitor_impl.cc', | 1999 'browser/power_usage_monitor_impl.cc', |
2050 'browser/power_usage_monitor_impl.h', | 2000 'browser/power_usage_monitor_impl.h', |
2051 'browser/renderer_host/native_web_keyboard_event.cc', | 2001 'browser/renderer_host/native_web_keyboard_event.cc', |
2052 ] | 2002 ] |
2053 }], | 2003 }], |
2054 ['OS=="mac"', { | 2004 ['OS=="mac"', { |
2055 'sources/': [ | 2005 'sources/': [ |
2056 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.
cc$'], | 2006 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.
cc$'], |
2057 ], | 2007 ], |
2058 'sources!': [ | |
2059 'browser/geolocation/empty_wifi_data_provider.cc', | |
2060 ], | |
2061 'dependencies': [ | 2008 'dependencies': [ |
2062 '../media/media.gyp:media', | 2009 '../media/media.gyp:media', |
2063 '../third_party/mozilla/mozilla.gyp:mozilla', | 2010 '../third_party/mozilla/mozilla.gyp:mozilla', |
2064 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot
ion_sensor', | 2011 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot
ion_sensor', |
2065 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac', | 2012 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac', |
2066 ], | 2013 ], |
2067 }], | 2014 }], |
2068 ['chromeos==1', { | 2015 ['chromeos==1', { |
2069 'dependencies': [ | 2016 'dependencies': [ |
2070 '../build/linux/system.gyp:dbus', | 2017 '../build/linux/system.gyp:dbus', |
2071 '../chromeos/chromeos.gyp:chromeos', | 2018 '../chromeos/chromeos.gyp:chromeos', |
2072 '../chromeos/chromeos.gyp:power_manager_proto', | 2019 '../chromeos/chromeos.gyp:power_manager_proto', |
2073 ], | 2020 ], |
2074 'sources!': [ | 2021 'sources!': [ |
2075 'browser/device_sensors/data_fetcher_shared_memory_default.cc', | 2022 'browser/device_sensors/data_fetcher_shared_memory_default.cc', |
2076 'browser/geolocation/wifi_data_provider_linux.cc', | |
2077 ], | 2023 ], |
2078 }], | 2024 }], |
2079 ['use_aura==1', { | 2025 ['use_aura==1', { |
2080 'dependencies': [ | 2026 'dependencies': [ |
2081 '../ui/aura/aura.gyp:aura', | 2027 '../ui/aura/aura.gyp:aura', |
2082 '../ui/aura_extra/aura_extra.gyp:aura_extra', | 2028 '../ui/aura_extra/aura_extra.gyp:aura_extra', |
2083 '../ui/strings/ui_strings.gyp:ui_strings', | 2029 '../ui/strings/ui_strings.gyp:ui_strings', |
2084 ], | 2030 ], |
2085 }, { | 2031 }, { |
2086 'sources/': [ | 2032 'sources/': [ |
(...skipping 23 matching lines...) Expand all Loading... |
2110 }], | 2056 }], |
2111 ['enable_web_speech==0 and OS=="android"', { | 2057 ['enable_web_speech==0 and OS=="android"', { |
2112 'sources/': [ | 2058 'sources/': [ |
2113 ['exclude', '^browser/speech/'], | 2059 ['exclude', '^browser/speech/'], |
2114 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], | 2060 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], |
2115 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, | 2061 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, |
2116 ['include', '^browser/speech/speech_recognizer\\.h$'], | 2062 ['include', '^browser/speech/speech_recognizer\\.h$'], |
2117 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], | 2063 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], |
2118 ], | 2064 ], |
2119 }], | 2065 }], |
2120 ['OS == "win"', { | |
2121 'sources!': [ | |
2122 'browser/geolocation/empty_wifi_data_provider.cc', | |
2123 ], | |
2124 }], | |
2125 ['OS == "linux" and use_dbus==1', { | 2066 ['OS == "linux" and use_dbus==1', { |
2126 'sources!': [ | |
2127 'browser/geolocation/empty_wifi_data_provider.cc', | |
2128 ], | |
2129 'dependencies': [ | 2067 'dependencies': [ |
2130 '../build/linux/system.gyp:dbus', | 2068 '../build/linux/system.gyp:dbus', |
2131 '../dbus/dbus.gyp:dbus', | 2069 '../dbus/dbus.gyp:dbus', |
2132 ], | 2070 ], |
2133 }, { # OS != "linux" or use_dbus==0 | |
2134 'sources!': [ | |
2135 'browser/geolocation/wifi_data_provider_linux.cc', | |
2136 ], | |
2137 }], | 2071 }], |
2138 ['enable_browser_cdms==1', { | 2072 ['enable_browser_cdms==1', { |
2139 'sources': [ | 2073 'sources': [ |
2140 'browser/media/cdm/browser_cdm_manager.cc', | 2074 'browser/media/cdm/browser_cdm_manager.cc', |
2141 'browser/media/cdm/browser_cdm_manager.h', | 2075 'browser/media/cdm/browser_cdm_manager.h', |
2142 ], | 2076 ], |
2143 }], | 2077 }], |
2144 ['OS == "linux"', { | 2078 ['OS == "linux"', { |
2145 'dependencies': [ | 2079 'dependencies': [ |
2146 '../third_party/boringssl/boringssl.gyp:boringssl', | 2080 '../third_party/boringssl/boringssl.gyp:boringssl', |
(...skipping 23 matching lines...) Expand all Loading... |
2170 ], | 2104 ], |
2171 }], | 2105 }], |
2172 ['OS != "mac" and OS != "android"', { | 2106 ['OS != "mac" and OS != "android"', { |
2173 'sources!': [ | 2107 'sources!': [ |
2174 'browser/gpu/gpu_surface_tracker.cc', | 2108 'browser/gpu/gpu_surface_tracker.cc', |
2175 'browser/gpu/gpu_surface_tracker.h', | 2109 'browser/gpu/gpu_surface_tracker.h', |
2176 ], | 2110 ], |
2177 }], | 2111 }], |
2178 ], | 2112 ], |
2179 } | 2113 } |
OLD | NEW |