| 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 894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 905 'browser/first_run.cc', | 905 'browser/first_run.cc', |
| 906 'browser/first_run.h', | 906 'browser/first_run.h', |
| 907 'browser/first_run_mac.mm', | 907 'browser/first_run_mac.mm', |
| 908 'browser/first_run_win.cc', | 908 'browser/first_run_win.cc', |
| 909 'browser/first_run_gtk.cc', | 909 'browser/first_run_gtk.cc', |
| 910 'browser/fonts_languages_window.h', | 910 'browser/fonts_languages_window.h', |
| 911 'browser/form_field_history_manager.cc', | 911 'browser/form_field_history_manager.cc', |
| 912 'browser/form_field_history_manager.h', | 912 'browser/form_field_history_manager.h', |
| 913 'browser/gears_integration.cc', | 913 'browser/gears_integration.cc', |
| 914 'browser/gears_integration.h', | 914 'browser/gears_integration.h', |
| 915 'browser/geolocation/access_token_store.cc', |
| 916 'browser/geolocation/access_token_store.h', |
| 915 'browser/geolocation/device_data_provider.h', | 917 'browser/geolocation/device_data_provider.h', |
| 916 'browser/geolocation/empty_device_data_provider.cc', | 918 'browser/geolocation/empty_device_data_provider.cc', |
| 917 'browser/geolocation/empty_device_data_provider.h', | 919 'browser/geolocation/empty_device_data_provider.h', |
| 918 'browser/geolocation/geoposition.cc', | 920 'browser/geolocation/geoposition.cc', |
| 919 'browser/geolocation/geoposition.h', | 921 'browser/geolocation/geoposition.h', |
| 922 'browser/geolocation/location_arbitrator.cc', |
| 923 'browser/geolocation/location_arbitrator.h', |
| 920 'browser/geolocation/location_provider.cc', | 924 'browser/geolocation/location_provider.cc', |
| 921 'browser/geolocation/location_provider.h', | 925 'browser/geolocation/location_provider.h', |
| 922 'browser/geolocation/location_provider_pool.cc', | 926 'browser/geolocation/location_provider_pool.cc', |
| 923 'browser/geolocation/location_provider_pool.h', | 927 'browser/geolocation/location_provider_pool.h', |
| 924 'browser/geolocation/network_location_provider.cc', | 928 'browser/geolocation/network_location_provider.cc', |
| 925 'browser/geolocation/network_location_provider.h', | 929 'browser/geolocation/network_location_provider.h', |
| 926 'browser/geolocation/network_location_request.cc', | 930 'browser/geolocation/network_location_request.cc', |
| 927 'browser/geolocation/network_location_request.h', | 931 'browser/geolocation/network_location_request.h', |
| 928 'browser/geolocation/wifi_data_provider_common.cc', | 932 'browser/geolocation/wifi_data_provider_common.cc', |
| 929 'browser/geolocation/wifi_data_provider_common.h', | 933 'browser/geolocation/wifi_data_provider_common.h', |
| (...skipping 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2798 ], | 2802 ], |
| 2799 }, | 2803 }, |
| 2800 ], | 2804 ], |
| 2801 } | 2805 } |
| 2802 | 2806 |
| 2803 # Local Variables: | 2807 # Local Variables: |
| 2804 # tab-width:2 | 2808 # tab-width:2 |
| 2805 # indent-tabs-mode:nil | 2809 # indent-tabs-mode:nil |
| 2806 # End: | 2810 # End: |
| 2807 # vim: set expandtab tabstop=2 shiftwidth=2: | 2811 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |