Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Side by Side Diff: content/content_browser.gypi

Issue 6597044: Revert 76228 - Move core pieces of geolocation from chrome to content.This is... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/geolocation/win7_location_provider_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
130 'browser/gpu_blacklist.cc', 75 'browser/gpu_blacklist.cc',
131 'browser/gpu_blacklist.h', 76 'browser/gpu_blacklist.h',
132 'browser/gpu_process_host.cc', 77 'browser/gpu_process_host.cc',
133 'browser/gpu_process_host.h', 78 'browser/gpu_process_host.h',
134 'browser/host_zoom_map.cc', 79 'browser/host_zoom_map.cc',
135 'browser/host_zoom_map.h', 80 'browser/host_zoom_map.h',
136 'browser/in_process_webkit/browser_webkitclient_impl.cc', 81 'browser/in_process_webkit/browser_webkitclient_impl.cc',
137 'browser/in_process_webkit/browser_webkitclient_impl.h', 82 'browser/in_process_webkit/browser_webkitclient_impl.h',
138 'browser/in_process_webkit/dom_storage_area.cc', 83 'browser/in_process_webkit/dom_storage_area.cc',
139 'browser/in_process_webkit/dom_storage_area.h', 84 'browser/in_process_webkit/dom_storage_area.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'browser/webui/web_ui_util.cc', 245 'browser/webui/web_ui_util.cc',
301 'browser/webui/web_ui_util.h', 246 'browser/webui/web_ui_util.h',
302 'browser/zygote_host_linux.cc', 247 'browser/zygote_host_linux.cc',
303 'browser/zygote_host_linux.h', 248 'browser/zygote_host_linux.h',
304 'browser/zygote_main_linux.cc', 249 'browser/zygote_main_linux.cc',
305 ], 250 ],
306 'conditions': [ 251 'conditions': [
307 ['OS=="win"', { 252 ['OS=="win"', {
308 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', 253 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442',
309 }], 254 }],
310 ['OS=="linux"', { 255 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
311 'dependencies': [ 256 'dependencies': [
312 '../build/linux/system.gyp:dbus-glib',
313 # For FcLangSetAdd call in render_sandbox_host_linux.cc 257 # For FcLangSetAdd call in render_sandbox_host_linux.cc
314 '../build/linux/system.gyp:fontconfig', 258 '../build/linux/system.gyp:fontconfig',
315 '../build/linux/system.gyp:gtk', 259 '../build/linux/system.gyp:gtk',
316 # For XShm* in backing_store_x.cc 260 # For XShm* in backing_store_x.cc
317 '../build/linux/system.gyp:x11', 261 '../build/linux/system.gyp:x11',
318 ], 262 ],
319 }, { # OS != "linux" 263 }],
264 ['OS!="linux"', {
320 'sources!': [ 265 'sources!': [
321 # TODO(mattm): Cert manager stuff is really !USE_NSS. 266 # TODO(mattm): Cert manager stuff is really !USE_NSS.
322 'browser/certificate_manager_model.cc', 267 'browser/certificate_manager_model.cc',
323 'browser/certificate_manager_model.h', 268 'browser/certificate_manager_model.h',
324 ], 269 ],
325 }], 270 }],
326 ['OS=="mac"', { 271 ['OS=="mac"', {
327 'link_settings': { 272 'link_settings': {
328 'mac_bundle_resources': [ 273 'mac_bundle_resources': [
329 'browser/gpu.sb', 274 'browser/gpu.sb',
330 'browser/worker.sb', 275 'browser/worker.sb',
331 ], 276 ],
332 }, 277 },
333 }], 278 }],
334 ], 279 ],
335 }, 280 },
336 ], 281 ],
337 } 282 }
OLDNEW
« no previous file with comments | « content/browser/geolocation/win7_location_provider_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698