| 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 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1049 'browser/geolocation/access_token_store.h', | 1049 'browser/geolocation/access_token_store.h', |
| 1050 'browser/geolocation/device_data_provider.h', | 1050 'browser/geolocation/device_data_provider.h', |
| 1051 'browser/geolocation/empty_device_data_provider.cc', | 1051 'browser/geolocation/empty_device_data_provider.cc', |
| 1052 'browser/geolocation/empty_device_data_provider.h', | 1052 'browser/geolocation/empty_device_data_provider.h', |
| 1053 'browser/geolocation/geolocation_dispatcher_host.cc', | 1053 'browser/geolocation/geolocation_dispatcher_host.cc', |
| 1054 'browser/geolocation/geolocation_dispatcher_host.h', | 1054 'browser/geolocation/geolocation_dispatcher_host.h', |
| 1055 'browser/geolocation/geolocation_permission_context.cc', | 1055 'browser/geolocation/geolocation_permission_context.cc', |
| 1056 'browser/geolocation/geolocation_permission_context.h', | 1056 'browser/geolocation/geolocation_permission_context.h', |
| 1057 'browser/geolocation/geolocation_prefs.cc', | 1057 'browser/geolocation/geolocation_prefs.cc', |
| 1058 'browser/geolocation/geolocation_prefs.h', | 1058 'browser/geolocation/geolocation_prefs.h', |
| 1059 'browser/geolocation/geolocation_content_settings_map.cc', |
| 1060 'browser/geolocation/geolocation_content_settings_map.h', |
| 1059 'browser/geolocation/location_arbitrator.cc', | 1061 'browser/geolocation/location_arbitrator.cc', |
| 1060 'browser/geolocation/location_arbitrator.h', | 1062 'browser/geolocation/location_arbitrator.h', |
| 1061 'browser/geolocation/location_provider.cc', | 1063 'browser/geolocation/location_provider.cc', |
| 1062 'browser/geolocation/location_provider.h', | 1064 'browser/geolocation/location_provider.h', |
| 1063 'browser/geolocation/location_provider_pool.cc', | 1065 'browser/geolocation/location_provider_pool.cc', |
| 1064 'browser/geolocation/location_provider_pool.h', | 1066 'browser/geolocation/location_provider_pool.h', |
| 1065 'browser/geolocation/network_location_provider.cc', | 1067 'browser/geolocation/network_location_provider.cc', |
| 1066 'browser/geolocation/network_location_provider.h', | 1068 'browser/geolocation/network_location_provider.h', |
| 1067 'browser/geolocation/network_location_request.cc', | 1069 'browser/geolocation/network_location_request.cc', |
| 1068 'browser/geolocation/network_location_request.h', | 1070 'browser/geolocation/network_location_request.h', |
| (...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3090 ] | 3092 ] |
| 3091 }, | 3093 }, |
| 3092 ], | 3094 ], |
| 3093 } | 3095 } |
| 3094 | 3096 |
| 3095 # Local Variables: | 3097 # Local Variables: |
| 3096 # tab-width:2 | 3098 # tab-width:2 |
| 3097 # indent-tabs-mode:nil | 3099 # indent-tabs-mode:nil |
| 3098 # End: | 3100 # End: |
| 3099 # vim: set expandtab tabstop=2 shiftwidth=2: | 3101 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |