Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 543174: Update Gears wifi data providers to Chrome style & APIs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 'browser/first_run.cc', 826 'browser/first_run.cc',
827 'browser/first_run.h', 827 'browser/first_run.h',
828 'browser/first_run_mac.mm', 828 'browser/first_run_mac.mm',
829 'browser/first_run_win.cc', 829 'browser/first_run_win.cc',
830 'browser/first_run_gtk.cc', 830 'browser/first_run_gtk.cc',
831 'browser/fonts_languages_window.h', 831 'browser/fonts_languages_window.h',
832 'browser/form_field_history_manager.cc', 832 'browser/form_field_history_manager.cc',
833 'browser/form_field_history_manager.h', 833 'browser/form_field_history_manager.h',
834 'browser/gears_integration.cc', 834 'browser/gears_integration.cc',
835 'browser/gears_integration.h', 835 'browser/gears_integration.h',
836 'browser/geolocation/device_data_provider.h',
837 'browser/geolocation/empty_device_data_provider.cc',
838 'browser/geolocation/empty_device_data_provider.h',
839 'browser/geolocation/wifi_data_provider_common.cc',
840 'browser/geolocation/wifi_data_provider_common.h',
841 'browser/geolocation/wifi_data_provider_common_win.cc',
842 'browser/geolocation/wifi_data_provider_common_win.h',
843 'browser/geolocation/wifi_data_provider_linux.cc',
844 'browser/geolocation/wifi_data_provider_linux.h',
845 'browser/geolocation/wifi_data_provider_mac.cc',
846 'browser/geolocation/wifi_data_provider_mac.h',
847 'browser/geolocation/wifi_data_provider_win.cc',
848 'browser/geolocation/wifi_data_provider_win.h',
836 'browser/google_service_auth_error.h', 849 'browser/google_service_auth_error.h',
837 'browser/google_update.cc', 850 'browser/google_update.cc',
838 'browser/google_update.h', 851 'browser/google_update.h',
839 'browser/google_update_settings_posix.cc', 852 'browser/google_update_settings_posix.cc',
840 'browser/google_update_settings_mac.mm', 853 'browser/google_update_settings_mac.mm',
841 'browser/google_url_tracker.cc', 854 'browser/google_url_tracker.cc',
842 'browser/google_url_tracker.h', 855 'browser/google_url_tracker.h',
843 'browser/google_util.cc', 856 'browser/google_util.cc',
844 'browser/google_util.h', 857 'browser/google_util.h',
845 'browser/gpu_process_host.cc', 858 'browser/gpu_process_host.cc',
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2574 ], 2587 ],
2575 }, 2588 },
2576 ], 2589 ],
2577 } 2590 }
2578 2591
2579 # Local Variables: 2592 # Local Variables:
2580 # tab-width:2 2593 # tab-width:2
2581 # indent-tabs-mode:nil 2594 # indent-tabs-mode:nil
2582 # End: 2595 # End:
2583 # vim: set expandtab tabstop=2 shiftwidth=2: 2596 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/wifi_data_provider_windows_common.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698