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

Side by Side Diff: content/content_browser.gypi

Issue 10209003: Upstream Android Geolocation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add OWNERS Created 8 years, 8 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/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'browser/gamepad/gamepad_standard_mappings.h', 301 'browser/gamepad/gamepad_standard_mappings.h',
302 'browser/gamepad/gamepad_standard_mappings_linux.cc', 302 'browser/gamepad/gamepad_standard_mappings_linux.cc',
303 'browser/gamepad/gamepad_standard_mappings_mac.mm', 303 'browser/gamepad/gamepad_standard_mappings_mac.mm',
304 'browser/gamepad/platform_data_fetcher.h', 304 'browser/gamepad/platform_data_fetcher.h',
305 'browser/gamepad/platform_data_fetcher_linux.cc', 305 'browser/gamepad/platform_data_fetcher_linux.cc',
306 'browser/gamepad/platform_data_fetcher_linux.h', 306 'browser/gamepad/platform_data_fetcher_linux.h',
307 'browser/gamepad/platform_data_fetcher_mac.h', 307 'browser/gamepad/platform_data_fetcher_mac.h',
308 'browser/gamepad/platform_data_fetcher_mac.mm', 308 'browser/gamepad/platform_data_fetcher_mac.mm',
309 'browser/gamepad/platform_data_fetcher_win.cc', 309 'browser/gamepad/platform_data_fetcher_win.cc',
310 'browser/gamepad/platform_data_fetcher_win.h', 310 'browser/gamepad/platform_data_fetcher_win.h',
311 'browser/geolocation/android_location_api_adapter.cc',
312 'browser/geolocation/android_location_api_adapter.h',
311 'browser/geolocation/arbitrator_dependency_factory.cc', 313 'browser/geolocation/arbitrator_dependency_factory.cc',
312 'browser/geolocation/arbitrator_dependency_factory.h', 314 'browser/geolocation/arbitrator_dependency_factory.h',
313 'browser/geolocation/core_location_data_provider_mac.h', 315 'browser/geolocation/core_location_data_provider_mac.h',
314 'browser/geolocation/core_location_data_provider_mac.mm', 316 'browser/geolocation/core_location_data_provider_mac.mm',
315 'browser/geolocation/core_location_provider_mac.h', 317 'browser/geolocation/core_location_provider_mac.h',
316 'browser/geolocation/core_location_provider_mac.mm', 318 'browser/geolocation/core_location_provider_mac.mm',
317 'browser/geolocation/device_data_provider.cc', 319 'browser/geolocation/device_data_provider.cc',
318 'browser/geolocation/device_data_provider.h', 320 'browser/geolocation/device_data_provider.h',
319 'browser/geolocation/empty_device_data_provider.cc', 321 'browser/geolocation/empty_device_data_provider.cc',
320 'browser/geolocation/empty_device_data_provider.h', 322 'browser/geolocation/empty_device_data_provider.h',
321 'browser/geolocation/geolocation_dispatcher_host.cc', 323 'browser/geolocation/geolocation_dispatcher_host.cc',
322 'browser/geolocation/geolocation_dispatcher_host.h', 324 'browser/geolocation/geolocation_dispatcher_host.h',
323 'browser/geolocation/geolocation_observer.h', 325 'browser/geolocation/geolocation_observer.h',
324 'browser/geolocation/geolocation_provider.cc', 326 'browser/geolocation/geolocation_provider.cc',
325 'browser/geolocation/geolocation_provider.h', 327 'browser/geolocation/geolocation_provider.h',
326 'browser/geolocation/gps_location_provider_linux.cc', 328 'browser/geolocation/gps_location_provider_linux.cc',
327 'browser/geolocation/gps_location_provider_linux.h', 329 'browser/geolocation/gps_location_provider_linux.h',
328 'browser/geolocation/libgps_wrapper_linux.cc', 330 'browser/geolocation/libgps_wrapper_linux.cc',
329 'browser/geolocation/libgps_wrapper_linux.h', 331 'browser/geolocation/libgps_wrapper_linux.h',
330 'browser/geolocation/location_arbitrator.cc', 332 'browser/geolocation/location_arbitrator.cc',
331 'browser/geolocation/location_arbitrator.h', 333 'browser/geolocation/location_arbitrator.h',
332 'browser/geolocation/location_provider.cc', 334 'browser/geolocation/location_provider.cc',
333 'browser/geolocation/location_provider.h', 335 'browser/geolocation/location_provider.h',
336 'browser/geolocation/location_provider_android.cc',
337 'browser/geolocation/location_provider_android.h',
334 'browser/geolocation/network_location_provider.cc', 338 'browser/geolocation/network_location_provider.cc',
335 'browser/geolocation/network_location_provider.h', 339 'browser/geolocation/network_location_provider.h',
336 'browser/geolocation/network_location_request.cc', 340 'browser/geolocation/network_location_request.cc',
337 'browser/geolocation/network_location_request.h', 341 'browser/geolocation/network_location_request.h',
338 'browser/geolocation/osx_wifi.h', 342 'browser/geolocation/osx_wifi.h',
339 'browser/geolocation/wifi_data_provider_common.cc', 343 'browser/geolocation/wifi_data_provider_common.cc',
340 'browser/geolocation/wifi_data_provider_common.h', 344 'browser/geolocation/wifi_data_provider_common.h',
341 'browser/geolocation/wifi_data_provider_common_win.cc', 345 'browser/geolocation/wifi_data_provider_common_win.cc',
342 'browser/geolocation/wifi_data_provider_common_win.h', 346 'browser/geolocation/wifi_data_provider_common_win.h',
343 'browser/geolocation/wifi_data_provider_corewlan_mac.mm', 347 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 '../build/linux/system.gyp:fontconfig', 798 '../build/linux/system.gyp:fontconfig',
795 '../build/linux/system.gyp:x11', 799 '../build/linux/system.gyp:x11',
796 '../dbus/dbus.gyp:dbus', 800 '../dbus/dbus.gyp:dbus',
797 ], 801 ],
798 }], 802 }],
799 ['OS=="android"', { 803 ['OS=="android"', {
800 'sources!': [ 804 'sources!': [
801 # A main loop would be handled in Java. 805 # A main loop would be handled in Java.
802 'browser/browser_main_loop.cc', 806 'browser/browser_main_loop.cc',
803 'browser/browser_main_loop.h', 807 'browser/browser_main_loop.h',
808 'browser/geolocation/network_location_provider.cc',
809 'browser/geolocation/network_location_provider.h',
810 'browser/geolocation/network_location_request.cc',
811 'browser/geolocation/network_location_request.h',
812 ],
813 'dependencies': [
814 'content.gyp:content_jni_headers',
815 'content.gyp:content_java',
816 ],
817 'include_dirs': [
818 '<(SHARED_INTERMEDIATE_DIR)/content',
804 ], 819 ],
805 'dependencies!': [ 820 'dependencies!': [
806 '../third_party/flac/flac.gyp:libflac', 821 '../third_party/flac/flac.gyp:libflac',
807 ]}], 822 ],
823 }, { # OS!="android"
824 'sources!': [
825 'browser/geolocation/android_location_api_adapter.cc',
826 'browser/geolocation/android_location_api_adapter.h',
827 ],
828 }],
808 ['OS=="mac"', { 829 ['OS=="mac"', {
809 'sources': [ 830 'sources': [
810 # Build necessary Mozilla sources 831 # Build necessary Mozilla sources
811 '../third_party/mozilla/ComplexTextInputPanel.h', 832 '../third_party/mozilla/ComplexTextInputPanel.h',
812 '../third_party/mozilla/ComplexTextInputPanel.mm', 833 '../third_party/mozilla/ComplexTextInputPanel.mm',
813 '../third_party/mozilla/NSPasteboard+Utils.h', 834 '../third_party/mozilla/NSPasteboard+Utils.h',
814 '../third_party/mozilla/NSPasteboard+Utils.mm', 835 '../third_party/mozilla/NSPasteboard+Utils.mm',
815 '../third_party/mozilla/NSString+Utils.h', 836 '../third_party/mozilla/NSString+Utils.h',
816 '../third_party/mozilla/NSString+Utils.mm', 837 '../third_party/mozilla/NSString+Utils.mm',
817 '../third_party/mozilla/NSURL+Utils.h', 838 '../third_party/mozilla/NSURL+Utils.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 ], 927 ],
907 }], 928 }],
908 ['input_speech==0', { 929 ['input_speech==0', {
909 'sources/': [ 930 'sources/': [
910 ['exclude', '^browser/speech/'], 931 ['exclude', '^browser/speech/'],
911 ], 932 ],
912 }], 933 }],
913 ], 934 ],
914 } 935 }
915 936
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698