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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3092015: Add CoreLocation support to Chrome (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Final rearrangements and merge with trunk Created 10 years, 3 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
« no previous file with comments | « chrome/browser/geolocation/location_provider.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 'browser/first_run/first_run.cc', 1525 'browser/first_run/first_run.cc',
1526 'browser/first_run/first_run.h', 1526 'browser/first_run/first_run.h',
1527 'browser/first_run/first_run_mac.mm', 1527 'browser/first_run/first_run_mac.mm',
1528 'browser/first_run/first_run_win.cc', 1528 'browser/first_run/first_run_win.cc',
1529 'browser/first_run/first_run_gtk.cc', 1529 'browser/first_run/first_run_gtk.cc',
1530 'browser/fonts_languages_window.h', 1530 'browser/fonts_languages_window.h',
1531 'browser/gears_integration.cc', 1531 'browser/gears_integration.cc',
1532 'browser/gears_integration.h', 1532 'browser/gears_integration.h',
1533 'browser/geolocation/access_token_store.cc', 1533 'browser/geolocation/access_token_store.cc',
1534 'browser/geolocation/access_token_store.h', 1534 'browser/geolocation/access_token_store.h',
1535 'browser/geolocation/core_location_data_provider_mac.h',
1536 'browser/geolocation/core_location_data_provider_mac.mm',
1537 'browser/geolocation/core_location_provider_mac.h',
1538 'browser/geolocation/core_location_provider_mac.mm',
1535 'browser/geolocation/device_data_provider.h', 1539 'browser/geolocation/device_data_provider.h',
1536 'browser/geolocation/empty_device_data_provider.cc', 1540 'browser/geolocation/empty_device_data_provider.cc',
1537 'browser/geolocation/empty_device_data_provider.h', 1541 'browser/geolocation/empty_device_data_provider.h',
1538 'browser/geolocation/gateway_data_provider_common.cc', 1542 'browser/geolocation/gateway_data_provider_common.cc',
1539 'browser/geolocation/gateway_data_provider_common.h', 1543 'browser/geolocation/gateway_data_provider_common.h',
1540 'browser/geolocation/geolocation_dispatcher_host.cc', 1544 'browser/geolocation/geolocation_dispatcher_host.cc',
1541 'browser/geolocation/geolocation_dispatcher_host.h', 1545 'browser/geolocation/geolocation_dispatcher_host.h',
1542 'browser/geolocation/geolocation_permission_context.cc', 1546 'browser/geolocation/geolocation_permission_context.cc',
1543 'browser/geolocation/geolocation_permission_context.h', 1547 'browser/geolocation/geolocation_permission_context.h',
1544 'browser/geolocation/geolocation_prefs.cc', 1548 'browser/geolocation/geolocation_prefs.cc',
(...skipping 2419 matching lines...) Expand 10 before | Expand all | Expand 10 after
3964 ], 3968 ],
3965 }, 3969 },
3966 ], 3970 ],
3967 } 3971 }
3968 3972
3969 # Local Variables: 3973 # Local Variables:
3970 # tab-width:2 3974 # tab-width:2
3971 # indent-tabs-mode:nil 3975 # indent-tabs-mode:nil
3972 # End: 3976 # End:
3973 # vim: set expandtab tabstop=2 shiftwidth=2: 3977 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/location_provider.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698