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

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: 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
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 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 '../third_party/speex/speex.gyp:libspeex', 1517 '../third_party/speex/speex.gyp:libspeex',
1522 ], 1518 ],
1523 }], 1519 }],
1524 ['linux_use_libgps==1', { 1520 ['linux_use_libgps==1', {
1525 'dependencies': [ 1521 'dependencies': [
1526 '../build/linux/system.gyp:libgps', 1522 '../build/linux/system.gyp:libgps',
1527 ], 1523 ],
1528 }], 1524 }],
1529 ], 1525 ],
1530 } 1526 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698