| 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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 'browser/geolocation/location_provider.h', | 999 'browser/geolocation/location_provider.h', |
| 1000 'browser/geolocation/location_provider_pool.cc', | 1000 'browser/geolocation/location_provider_pool.cc', |
| 1001 'browser/geolocation/location_provider_pool.h', | 1001 'browser/geolocation/location_provider_pool.h', |
| 1002 'browser/geolocation/network_location_provider.cc', | 1002 'browser/geolocation/network_location_provider.cc', |
| 1003 'browser/geolocation/network_location_provider.h', | 1003 'browser/geolocation/network_location_provider.h', |
| 1004 'browser/geolocation/network_location_request.cc', | 1004 'browser/geolocation/network_location_request.cc', |
| 1005 'browser/geolocation/network_location_request.h', | 1005 'browser/geolocation/network_location_request.h', |
| 1006 'browser/geolocation/osx_wifi.h', | 1006 'browser/geolocation/osx_wifi.h', |
| 1007 'browser/geolocation/wifi_data_provider_common.cc', | 1007 'browser/geolocation/wifi_data_provider_common.cc', |
| 1008 'browser/geolocation/wifi_data_provider_common.h', | 1008 'browser/geolocation/wifi_data_provider_common.h', |
| 1009 'browser/geolocation/wifi_data_provider_corewlan_mac.mm', |
| 1009 'browser/geolocation/wifi_data_provider_common_win.cc', | 1010 'browser/geolocation/wifi_data_provider_common_win.cc', |
| 1010 'browser/geolocation/wifi_data_provider_common_win.h', | 1011 'browser/geolocation/wifi_data_provider_common_win.h', |
| 1011 'browser/geolocation/wifi_data_provider_linux.cc', | 1012 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1012 'browser/geolocation/wifi_data_provider_linux.h', | 1013 'browser/geolocation/wifi_data_provider_linux.h', |
| 1013 'browser/geolocation/wifi_data_provider_mac.cc', | 1014 'browser/geolocation/wifi_data_provider_mac.cc', |
| 1014 'browser/geolocation/wifi_data_provider_mac.h', | 1015 'browser/geolocation/wifi_data_provider_mac.h', |
| 1015 'browser/geolocation/wifi_data_provider_win.cc', | 1016 'browser/geolocation/wifi_data_provider_win.cc', |
| 1016 'browser/geolocation/wifi_data_provider_win.h', | 1017 'browser/geolocation/wifi_data_provider_win.h', |
| 1017 'browser/google_service_auth_error.h', | 1018 'browser/google_service_auth_error.h', |
| 1018 'browser/google_update.cc', | 1019 'browser/google_update.cc', |
| (...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2878 ], | 2879 ], |
| 2879 }, | 2880 }, |
| 2880 ], | 2881 ], |
| 2881 } | 2882 } |
| 2882 | 2883 |
| 2883 # Local Variables: | 2884 # Local Variables: |
| 2884 # tab-width:2 | 2885 # tab-width:2 |
| 2885 # indent-tabs-mode:nil | 2886 # indent-tabs-mode:nil |
| 2886 # End: | 2887 # End: |
| 2887 # vim: set expandtab tabstop=2 shiftwidth=2: | 2888 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |