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