| 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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 'browser/first_run_win.cc', | 845 'browser/first_run_win.cc', |
| 846 'browser/first_run_gtk.cc', | 846 'browser/first_run_gtk.cc', |
| 847 'browser/fonts_languages_window.h', | 847 'browser/fonts_languages_window.h', |
| 848 'browser/form_field_history_manager.cc', | 848 'browser/form_field_history_manager.cc', |
| 849 'browser/form_field_history_manager.h', | 849 'browser/form_field_history_manager.h', |
| 850 'browser/gears_integration.cc', | 850 'browser/gears_integration.cc', |
| 851 'browser/gears_integration.h', | 851 'browser/gears_integration.h', |
| 852 'browser/geolocation/device_data_provider.h', | 852 'browser/geolocation/device_data_provider.h', |
| 853 'browser/geolocation/empty_device_data_provider.cc', | 853 'browser/geolocation/empty_device_data_provider.cc', |
| 854 'browser/geolocation/empty_device_data_provider.h', | 854 'browser/geolocation/empty_device_data_provider.h', |
| 855 'browser/geolocation/geoposition.cc', |
| 856 'browser/geolocation/geoposition.h', |
| 857 'browser/geolocation/location_provider.cc', |
| 858 'browser/geolocation/location_provider.h', |
| 859 'browser/geolocation/location_provider_pool.cc', |
| 860 'browser/geolocation/location_provider_pool.h', |
| 861 'browser/geolocation/network_location_provider.cc', |
| 862 'browser/geolocation/network_location_provider.h', |
| 863 'browser/geolocation/network_location_request.cc', |
| 864 'browser/geolocation/network_location_request.h', |
| 855 'browser/geolocation/wifi_data_provider_common.cc', | 865 'browser/geolocation/wifi_data_provider_common.cc', |
| 856 'browser/geolocation/wifi_data_provider_common.h', | 866 'browser/geolocation/wifi_data_provider_common.h', |
| 857 'browser/geolocation/wifi_data_provider_common_win.cc', | 867 'browser/geolocation/wifi_data_provider_common_win.cc', |
| 858 'browser/geolocation/wifi_data_provider_common_win.h', | 868 'browser/geolocation/wifi_data_provider_common_win.h', |
| 859 'browser/geolocation/wifi_data_provider_linux.cc', | 869 'browser/geolocation/wifi_data_provider_linux.cc', |
| 860 'browser/geolocation/wifi_data_provider_linux.h', | 870 'browser/geolocation/wifi_data_provider_linux.h', |
| 861 'browser/geolocation/wifi_data_provider_mac.cc', | 871 'browser/geolocation/wifi_data_provider_mac.cc', |
| 862 'browser/geolocation/wifi_data_provider_mac.h', | 872 'browser/geolocation/wifi_data_provider_mac.h', |
| 863 'browser/geolocation/wifi_data_provider_win.cc', | 873 'browser/geolocation/wifi_data_provider_win.cc', |
| 864 'browser/geolocation/wifi_data_provider_win.h', | 874 'browser/geolocation/wifi_data_provider_win.h', |
| (...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2645 ], | 2655 ], |
| 2646 }, | 2656 }, |
| 2647 ], | 2657 ], |
| 2648 } | 2658 } |
| 2649 | 2659 |
| 2650 # Local Variables: | 2660 # Local Variables: |
| 2651 # tab-width:2 | 2661 # tab-width:2 |
| 2652 # indent-tabs-mode:nil | 2662 # indent-tabs-mode:nil |
| 2653 # End: | 2663 # End: |
| 2654 # vim: set expandtab tabstop=2 shiftwidth=2: | 2664 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |