| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': 'content_browser', | 8 'target_name': 'content_browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'browser/device_orientation/provider.cc', | 65 'browser/device_orientation/provider.cc', |
| 66 'browser/device_orientation/provider.h', | 66 'browser/device_orientation/provider.h', |
| 67 'browser/device_orientation/provider_impl.cc', | 67 'browser/device_orientation/provider_impl.cc', |
| 68 'browser/device_orientation/provider_impl.h', | 68 'browser/device_orientation/provider_impl.h', |
| 69 'browser/disposition_utils.cc', | 69 'browser/disposition_utils.cc', |
| 70 'browser/disposition_utils.h', | 70 'browser/disposition_utils.h', |
| 71 'browser/file_system/browser_file_system_helper.cc', | 71 'browser/file_system/browser_file_system_helper.cc', |
| 72 'browser/file_system/browser_file_system_helper.h', | 72 'browser/file_system/browser_file_system_helper.h', |
| 73 'browser/file_system/file_system_dispatcher_host.cc', | 73 'browser/file_system/file_system_dispatcher_host.cc', |
| 74 'browser/file_system/file_system_dispatcher_host.h', | 74 'browser/file_system/file_system_dispatcher_host.h', |
| 75 'browser/geolocation/access_token_store.h', |
| 76 'browser/geolocation/arbitrator_dependency_factory.cc', |
| 77 'browser/geolocation/arbitrator_dependency_factory.h', |
| 78 'browser/geolocation/core_location_data_provider_mac.h', |
| 79 'browser/geolocation/core_location_data_provider_mac.mm', |
| 80 'browser/geolocation/core_location_provider_mac.h', |
| 81 'browser/geolocation/core_location_provider_mac.mm', |
| 82 'browser/geolocation/device_data_provider.cc', |
| 83 'browser/geolocation/device_data_provider.h', |
| 84 'browser/geolocation/empty_device_data_provider.cc', |
| 85 'browser/geolocation/empty_device_data_provider.h', |
| 86 'browser/geolocation/gateway_data_provider_common.cc', |
| 87 'browser/geolocation/gateway_data_provider_common.h', |
| 88 'browser/geolocation/gateway_data_provider_linux.cc', |
| 89 'browser/geolocation/gateway_data_provider_linux.h', |
| 90 'browser/geolocation/gateway_data_provider_win.cc', |
| 91 'browser/geolocation/gateway_data_provider_win.h', |
| 92 'browser/geolocation/geolocation_dispatcher_host.cc', |
| 93 'browser/geolocation/geolocation_dispatcher_host.h', |
| 94 'browser/geolocation/geolocation_observer.h', |
| 95 'browser/geolocation/geolocation_permission_context.h', |
| 96 'browser/geolocation/geolocation_provider.cc', |
| 97 'browser/geolocation/geolocation_provider.h', |
| 98 'browser/geolocation/gps_location_provider_linux.cc', |
| 99 'browser/geolocation/gps_location_provider_linux.h', |
| 100 'browser/geolocation/libgps_2_38_wrapper_linux.cc', |
| 101 'browser/geolocation/libgps_2_94_wrapper_linux.cc', |
| 102 'browser/geolocation/libgps_wrapper_linux.cc', |
| 103 'browser/geolocation/libgps_wrapper_linux.h', |
| 104 'browser/geolocation/location_arbitrator.cc', |
| 105 'browser/geolocation/location_arbitrator.h', |
| 106 'browser/geolocation/location_provider.cc', |
| 107 'browser/geolocation/location_provider.h', |
| 108 'browser/geolocation/network_location_provider.cc', |
| 109 'browser/geolocation/network_location_provider.h', |
| 110 'browser/geolocation/network_location_request.cc', |
| 111 'browser/geolocation/network_location_request.h', |
| 112 'browser/geolocation/osx_wifi.h', |
| 113 'browser/geolocation/wifi_data_provider_chromeos.cc', |
| 114 'browser/geolocation/wifi_data_provider_chromeos.h', |
| 115 'browser/geolocation/wifi_data_provider_common.cc', |
| 116 'browser/geolocation/wifi_data_provider_common.h', |
| 117 'browser/geolocation/wifi_data_provider_common_win.cc', |
| 118 'browser/geolocation/wifi_data_provider_common_win.h', |
| 119 'browser/geolocation/wifi_data_provider_corewlan_mac.mm', |
| 120 'browser/geolocation/wifi_data_provider_linux.cc', |
| 121 'browser/geolocation/wifi_data_provider_linux.h', |
| 122 'browser/geolocation/wifi_data_provider_mac.cc', |
| 123 'browser/geolocation/wifi_data_provider_mac.h', |
| 124 'browser/geolocation/wifi_data_provider_win.cc', |
| 125 'browser/geolocation/wifi_data_provider_win.h', |
| 126 'browser/geolocation/win7_location_api_win.cc', |
| 127 'browser/geolocation/win7_location_api_win.h', |
| 128 'browser/geolocation/win7_location_provider_win.cc', |
| 129 'browser/geolocation/win7_location_provider_win.h', |
| 75 'browser/gpu_blacklist.cc', | 130 'browser/gpu_blacklist.cc', |
| 76 'browser/gpu_blacklist.h', | 131 'browser/gpu_blacklist.h', |
| 77 'browser/gpu_process_host.cc', | 132 'browser/gpu_process_host.cc', |
| 78 'browser/gpu_process_host.h', | 133 'browser/gpu_process_host.h', |
| 79 'browser/host_zoom_map.cc', | 134 'browser/host_zoom_map.cc', |
| 80 'browser/host_zoom_map.h', | 135 'browser/host_zoom_map.h', |
| 81 'browser/in_process_webkit/browser_webkitclient_impl.cc', | 136 'browser/in_process_webkit/browser_webkitclient_impl.cc', |
| 82 'browser/in_process_webkit/browser_webkitclient_impl.h', | 137 'browser/in_process_webkit/browser_webkitclient_impl.h', |
| 83 'browser/in_process_webkit/dom_storage_area.cc', | 138 'browser/in_process_webkit/dom_storage_area.cc', |
| 84 'browser/in_process_webkit/dom_storage_area.h', | 139 'browser/in_process_webkit/dom_storage_area.h', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'browser/webui/web_ui_util.cc', | 300 'browser/webui/web_ui_util.cc', |
| 246 'browser/webui/web_ui_util.h', | 301 'browser/webui/web_ui_util.h', |
| 247 'browser/zygote_host_linux.cc', | 302 'browser/zygote_host_linux.cc', |
| 248 'browser/zygote_host_linux.h', | 303 'browser/zygote_host_linux.h', |
| 249 'browser/zygote_main_linux.cc', | 304 'browser/zygote_main_linux.cc', |
| 250 ], | 305 ], |
| 251 'conditions': [ | 306 'conditions': [ |
| 252 ['OS=="win"', { | 307 ['OS=="win"', { |
| 253 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', | 308 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', |
| 254 }], | 309 }], |
| 255 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { | 310 ['OS=="linux"', { |
| 256 'dependencies': [ | 311 'dependencies': [ |
| 312 '../build/linux/system.gyp:dbus-glib', |
| 257 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 313 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
| 258 '../build/linux/system.gyp:fontconfig', | 314 '../build/linux/system.gyp:fontconfig', |
| 259 '../build/linux/system.gyp:gtk', | 315 '../build/linux/system.gyp:gtk', |
| 260 # For XShm* in backing_store_x.cc | 316 # For XShm* in backing_store_x.cc |
| 261 '../build/linux/system.gyp:x11', | 317 '../build/linux/system.gyp:x11', |
| 262 ], | 318 ], |
| 263 }], | 319 }, { # OS != "linux" |
| 264 ['OS!="linux"', { | |
| 265 'sources!': [ | 320 'sources!': [ |
| 266 # TODO(mattm): Cert manager stuff is really !USE_NSS. | 321 # TODO(mattm): Cert manager stuff is really !USE_NSS. |
| 267 'browser/certificate_manager_model.cc', | 322 'browser/certificate_manager_model.cc', |
| 268 'browser/certificate_manager_model.h', | 323 'browser/certificate_manager_model.h', |
| 269 ], | 324 ], |
| 270 }], | 325 }], |
| 271 ['OS=="mac"', { | 326 ['OS=="mac"', { |
| 272 'link_settings': { | 327 'link_settings': { |
| 273 'mac_bundle_resources': [ | 328 'mac_bundle_resources': [ |
| 274 'browser/gpu.sb', | 329 'browser/gpu.sb', |
| 275 'browser/worker.sb', | 330 'browser/worker.sb', |
| 276 ], | 331 ], |
| 277 }, | 332 }, |
| 278 }], | 333 }], |
| 279 ], | 334 ], |
| 280 }, | 335 }, |
| 281 ], | 336 ], |
| 282 } | 337 } |
| OLD | NEW |