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

Side by Side Diff: content/content_browser.gypi

Issue 22674006: Delete the Windows 7 Geolocation provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 4 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 | « content/browser/geolocation/win7_location_provider_win.cc ('k') | content/content_tests.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'browser/geolocation/wifi_data_provider_common.h', 562 'browser/geolocation/wifi_data_provider_common.h',
563 'browser/geolocation/wifi_data_provider_common_win.cc', 563 'browser/geolocation/wifi_data_provider_common_win.cc',
564 'browser/geolocation/wifi_data_provider_common_win.h', 564 'browser/geolocation/wifi_data_provider_common_win.h',
565 'browser/geolocation/wifi_data_provider_corewlan_mac.mm', 565 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
566 'browser/geolocation/wifi_data_provider_linux.cc', 566 'browser/geolocation/wifi_data_provider_linux.cc',
567 'browser/geolocation/wifi_data_provider_linux.h', 567 'browser/geolocation/wifi_data_provider_linux.h',
568 'browser/geolocation/wifi_data_provider_mac.cc', 568 'browser/geolocation/wifi_data_provider_mac.cc',
569 'browser/geolocation/wifi_data_provider_mac.h', 569 'browser/geolocation/wifi_data_provider_mac.h',
570 'browser/geolocation/wifi_data_provider_win.cc', 570 'browser/geolocation/wifi_data_provider_win.cc',
571 'browser/geolocation/wifi_data_provider_win.h', 571 'browser/geolocation/wifi_data_provider_win.h',
572 'browser/geolocation/win7_location_api_win.cc',
573 'browser/geolocation/win7_location_api_win.h',
574 'browser/geolocation/win7_location_provider_win.cc',
575 'browser/geolocation/win7_location_provider_win.h',
576 'browser/gpu/browser_gpu_channel_host_factory.cc', 572 'browser/gpu/browser_gpu_channel_host_factory.cc',
577 'browser/gpu/browser_gpu_channel_host_factory.h', 573 'browser/gpu/browser_gpu_channel_host_factory.h',
578 'browser/gpu/compositor_util.cc', 574 'browser/gpu/compositor_util.cc',
579 'browser/gpu/gpu_data_manager_impl.cc', 575 'browser/gpu/gpu_data_manager_impl.cc',
580 'browser/gpu/gpu_data_manager_impl.h', 576 'browser/gpu/gpu_data_manager_impl.h',
581 'browser/gpu/gpu_data_manager_impl_private.cc', 577 'browser/gpu/gpu_data_manager_impl_private.cc',
582 'browser/gpu/gpu_data_manager_impl_private.h', 578 'browser/gpu/gpu_data_manager_impl_private.h',
583 'browser/gpu/gpu_internals_ui.cc', 579 'browser/gpu/gpu_internals_ui.cc',
584 'browser/gpu/gpu_internals_ui.h', 580 'browser/gpu/gpu_internals_ui.h',
585 'browser/gpu/gpu_process_host.cc', 581 'browser/gpu/gpu_process_host.cc',
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 # This prevents the inclusion of atlhost.h which paired 1309 # This prevents the inclusion of atlhost.h which paired
1314 # with the windows 8 sdk it does the wrong thing. 1310 # with the windows 8 sdk it does the wrong thing.
1315 '__ATLHOST_H__', 1311 '__ATLHOST_H__',
1316 ], 1312 ],
1317 'link_settings': { 1313 'link_settings': {
1318 'libraries': [ 1314 'libraries': [
1319 '-lcomctl32.lib', 1315 '-lcomctl32.lib',
1320 '-ldinput8.lib', 1316 '-ldinput8.lib',
1321 '-ldwmapi.lib', 1317 '-ldwmapi.lib',
1322 '-ldxguid.lib', 1318 '-ldxguid.lib',
1323 '-llocationapi.lib',
1324 '-lsensorsapi.lib', 1319 '-lsensorsapi.lib',
1325 '-lportabledeviceguids.lib', 1320 '-lportabledeviceguids.lib',
1326 ], 1321 ],
1327 'msvs_settings': { 1322 'msvs_settings': {
1328 'VCLinkerTool': { 1323 'VCLinkerTool': {
1329 'DelayLoadDLLs': [ 1324 'DelayLoadDLLs': [
1330 'dinput8.dll', 1325 'dinput8.dll',
1331 'user32.dll', 1326 'user32.dll',
1332 'dwmapi.dll', 1327 'dwmapi.dll',
1333 ], 1328 ],
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 '../third_party/speex/speex.gyp:libspeex', 1508 '../third_party/speex/speex.gyp:libspeex',
1514 ], 1509 ],
1515 }], 1510 }],
1516 ['linux_use_libgps==1', { 1511 ['linux_use_libgps==1', {
1517 'dependencies': [ 1512 'dependencies': [
1518 '../build/linux/system.gyp:libgps', 1513 '../build/linux/system.gyp:libgps',
1519 ], 1514 ],
1520 }], 1515 }],
1521 ], 1516 ],
1522 } 1517 }
OLDNEW
« no previous file with comments | « content/browser/geolocation/win7_location_provider_win.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698