OLD | NEW |
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 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1251 'browser/geolocation/empty_device_data_provider.cc', | 1251 'browser/geolocation/empty_device_data_provider.cc', |
1252 'browser/geolocation/empty_device_data_provider.h', | 1252 'browser/geolocation/empty_device_data_provider.h', |
1253 'browser/geolocation/gateway_data_provider_common.cc', | 1253 'browser/geolocation/gateway_data_provider_common.cc', |
1254 'browser/geolocation/gateway_data_provider_common.h', | 1254 'browser/geolocation/gateway_data_provider_common.h', |
1255 'browser/geolocation/gateway_data_provider_linux.cc', | 1255 'browser/geolocation/gateway_data_provider_linux.cc', |
1256 'browser/geolocation/gateway_data_provider_linux.h', | 1256 'browser/geolocation/gateway_data_provider_linux.h', |
1257 'browser/geolocation/gateway_data_provider_win.cc', | 1257 'browser/geolocation/gateway_data_provider_win.cc', |
1258 'browser/geolocation/gateway_data_provider_win.h', | 1258 'browser/geolocation/gateway_data_provider_win.h', |
1259 'browser/geolocation/geolocation_content_settings_map.cc', | 1259 'browser/geolocation/geolocation_content_settings_map.cc', |
1260 'browser/geolocation/geolocation_content_settings_map.h', | 1260 'browser/geolocation/geolocation_content_settings_map.h', |
1261 'browser/geolocation/geolocation_dispatcher_host_old.cc', | 1261 'browser/geolocation/geolocation_dispatcher_host.cc', |
1262 'browser/geolocation/geolocation_dispatcher_host_old.h', | 1262 'browser/geolocation/geolocation_dispatcher_host.h', |
1263 'browser/geolocation/geolocation_exceptions_table_model.cc', | 1263 'browser/geolocation/geolocation_exceptions_table_model.cc', |
1264 'browser/geolocation/geolocation_exceptions_table_model.h', | 1264 'browser/geolocation/geolocation_exceptions_table_model.h', |
1265 'browser/geolocation/geolocation_observer.h', | 1265 'browser/geolocation/geolocation_observer.h', |
1266 'browser/geolocation/geolocation_permission_context.cc', | 1266 'browser/geolocation/geolocation_permission_context.cc', |
1267 'browser/geolocation/geolocation_permission_context.h', | 1267 'browser/geolocation/geolocation_permission_context.h', |
1268 'browser/geolocation/geolocation_prefs.cc', | 1268 'browser/geolocation/geolocation_prefs.cc', |
1269 'browser/geolocation/geolocation_prefs.h', | 1269 'browser/geolocation/geolocation_prefs.h', |
1270 'browser/geolocation/geolocation_provider.cc', | 1270 'browser/geolocation/geolocation_provider.cc', |
1271 'browser/geolocation/geolocation_provider.h', | 1271 'browser/geolocation/geolocation_provider.h', |
1272 'browser/geolocation/geolocation_settings_state.cc', | 1272 'browser/geolocation/geolocation_settings_state.cc', |
(...skipping 3063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4336 'browser/importer/ie_importer.cc', | 4336 'browser/importer/ie_importer.cc', |
4337 ], | 4337 ], |
4338 }], | 4338 }], |
4339 [ 'use_openssl==1', { | 4339 [ 'use_openssl==1', { |
4340 'sources!': [ | 4340 'sources!': [ |
4341 'browser/importer/nss_decryptor.cc', | 4341 'browser/importer/nss_decryptor.cc', |
4342 'browser/importer/nss_decryptor_system_nss.cc', | 4342 'browser/importer/nss_decryptor_system_nss.cc', |
4343 'browser/importer/nss_decryptor_system_nss.h', | 4343 'browser/importer/nss_decryptor_system_nss.h', |
4344 ], | 4344 ], |
4345 }], | 4345 }], |
| 4346 # We are migrating to client-based geolocation. Once the migration |
| 4347 # has finished, ENABLE_CLIENT_BASED_GEOLOCATION will disappear. |
| 4348 # See bugs: |
| 4349 # https://bugs.webkit.org/show_bug.cgi?id=45752 and |
| 4350 # http://code.google.com/p/chromium/issues/detail?id=59907 |
| 4351 ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', { |
| 4352 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ] |
| 4353 }], |
4346 ], | 4354 ], |
4347 }, | 4355 }, |
4348 { | 4356 { |
4349 # Protobuf compiler / generate rule for feedback | 4357 # Protobuf compiler / generate rule for feedback |
4350 'target_name': 'userfeedback_proto', | 4358 'target_name': 'userfeedback_proto', |
4351 'type': 'none', | 4359 'type': 'none', |
4352 'sources': [ | 4360 'sources': [ |
4353 'browser/userfeedback/proto/annotations.proto', | 4361 'browser/userfeedback/proto/annotations.proto', |
4354 'browser/userfeedback/proto/chrome.proto', | 4362 'browser/userfeedback/proto/chrome.proto', |
4355 'browser/userfeedback/proto/common.proto', | 4363 'browser/userfeedback/proto/common.proto', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4490 ], | 4498 ], |
4491 }, | 4499 }, |
4492 ], | 4500 ], |
4493 } | 4501 } |
4494 | 4502 |
4495 # Local Variables: | 4503 # Local Variables: |
4496 # tab-width:2 | 4504 # tab-width:2 |
4497 # indent-tabs-mode:nil | 4505 # indent-tabs-mode:nil |
4498 # End: | 4506 # End: |
4499 # vim: set expandtab tabstop=2 shiftwidth=2: | 4507 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |