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