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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5612005: Client-based geolocation support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GeolocationDispatcherHost rename and inhert from BrowserMessageFilter. Created 10 years 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 'browser/geolocation/empty_device_data_provider.cc', 1245 'browser/geolocation/empty_device_data_provider.cc',
1246 'browser/geolocation/empty_device_data_provider.h', 1246 'browser/geolocation/empty_device_data_provider.h',
1247 'browser/geolocation/gateway_data_provider_common.cc', 1247 'browser/geolocation/gateway_data_provider_common.cc',
1248 'browser/geolocation/gateway_data_provider_common.h', 1248 'browser/geolocation/gateway_data_provider_common.h',
1249 'browser/geolocation/gateway_data_provider_linux.cc', 1249 'browser/geolocation/gateway_data_provider_linux.cc',
1250 'browser/geolocation/gateway_data_provider_linux.h', 1250 'browser/geolocation/gateway_data_provider_linux.h',
1251 'browser/geolocation/gateway_data_provider_win.cc', 1251 'browser/geolocation/gateway_data_provider_win.cc',
1252 'browser/geolocation/gateway_data_provider_win.h', 1252 'browser/geolocation/gateway_data_provider_win.h',
1253 'browser/geolocation/geolocation_content_settings_map.cc', 1253 'browser/geolocation/geolocation_content_settings_map.cc',
1254 'browser/geolocation/geolocation_content_settings_map.h', 1254 'browser/geolocation/geolocation_content_settings_map.h',
1255 'browser/geolocation/geolocation_dispatcher_host_old.cc', 1255 'browser/geolocation/geolocation_dispatcher_host.cc',
1256 'browser/geolocation/geolocation_dispatcher_host_old.h', 1256 'browser/geolocation/geolocation_dispatcher_host.h',
1257 'browser/geolocation/geolocation_exceptions_table_model.cc', 1257 'browser/geolocation/geolocation_exceptions_table_model.cc',
1258 'browser/geolocation/geolocation_exceptions_table_model.h', 1258 'browser/geolocation/geolocation_exceptions_table_model.h',
1259 'browser/geolocation/geolocation_observer.h', 1259 'browser/geolocation/geolocation_observer.h',
1260 'browser/geolocation/geolocation_permission_context.cc', 1260 'browser/geolocation/geolocation_permission_context.cc',
1261 'browser/geolocation/geolocation_permission_context.h', 1261 'browser/geolocation/geolocation_permission_context.h',
1262 'browser/geolocation/geolocation_prefs.cc', 1262 'browser/geolocation/geolocation_prefs.cc',
1263 'browser/geolocation/geolocation_prefs.h', 1263 'browser/geolocation/geolocation_prefs.h',
1264 'browser/geolocation/geolocation_provider.cc', 1264 'browser/geolocation/geolocation_provider.cc',
1265 'browser/geolocation/geolocation_provider.h', 1265 'browser/geolocation/geolocation_provider.h',
1266 'browser/geolocation/geolocation_settings_state.cc', 1266 'browser/geolocation/geolocation_settings_state.cc',
(...skipping 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 'browser/importer/ie_importer.cc', 4332 'browser/importer/ie_importer.cc',
4333 ], 4333 ],
4334 }], 4334 }],
4335 [ 'use_openssl==1', { 4335 [ 'use_openssl==1', {
4336 'sources!': [ 4336 'sources!': [
4337 'browser/importer/nss_decryptor.cc', 4337 'browser/importer/nss_decryptor.cc',
4338 'browser/importer/nss_decryptor_system_nss.cc', 4338 'browser/importer/nss_decryptor_system_nss.cc',
4339 'browser/importer/nss_decryptor_system_nss.h', 4339 'browser/importer/nss_decryptor_system_nss.h',
4340 ], 4340 ],
4341 }], 4341 }],
4342 # We are migrating to client-based geolocation. Once the migration
4343 # has finished, ENABLE_CLIENT_BASED_GEOLOCATION will disappear.
4344 # See bugs:
4345 # https://bugs.webkit.org/show_bug.cgi?id=45752 and
4346 # http://code.google.com/p/chromium/issues/detail?id=59907
4347 ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', {
4348 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ]
4349 }],
4342 ], 4350 ],
4343 }, 4351 },
4344 { 4352 {
4345 # Protobuf compiler / generate rule for feedback 4353 # Protobuf compiler / generate rule for feedback
4346 'target_name': 'userfeedback_proto', 4354 'target_name': 'userfeedback_proto',
4347 'type': 'none', 4355 'type': 'none',
4348 'sources': [ 4356 'sources': [
4349 'browser/userfeedback/proto/annotations.proto', 4357 'browser/userfeedback/proto/annotations.proto',
4350 'browser/userfeedback/proto/chrome.proto', 4358 'browser/userfeedback/proto/chrome.proto',
4351 'browser/userfeedback/proto/common.proto', 4359 'browser/userfeedback/proto/common.proto',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
4486 ], 4494 ],
4487 }, 4495 },
4488 ], 4496 ],
4489 } 4497 }
4490 4498
4491 # Local Variables: 4499 # Local Variables:
4492 # tab-width:2 4500 # tab-width:2
4493 # indent-tabs-mode:nil 4501 # indent-tabs-mode:nil
4494 # End: 4502 # End:
4495 # vim: set expandtab tabstop=2 shiftwidth=2: 4503 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698