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

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: Fix license year (->2012) Created 8 years, 7 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/content.gyp ('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/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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'browser/geolocation/geolocation.cc', 330 'browser/geolocation/geolocation.cc',
331 'browser/geolocation/geolocation_dispatcher_host.cc', 331 'browser/geolocation/geolocation_dispatcher_host.cc',
332 'browser/geolocation/geolocation_dispatcher_host.h', 332 'browser/geolocation/geolocation_dispatcher_host.h',
333 'browser/geolocation/geolocation_observer.h', 333 'browser/geolocation/geolocation_observer.h',
334 'browser/geolocation/geolocation_provider.cc', 334 'browser/geolocation/geolocation_provider.cc',
335 'browser/geolocation/geolocation_provider.h', 335 'browser/geolocation/geolocation_provider.h',
336 'browser/geolocation/gps_location_provider_linux.cc', 336 'browser/geolocation/gps_location_provider_linux.cc',
337 'browser/geolocation/gps_location_provider_linux.h', 337 'browser/geolocation/gps_location_provider_linux.h',
338 'browser/geolocation/libgps_wrapper_linux.cc', 338 'browser/geolocation/libgps_wrapper_linux.cc',
339 'browser/geolocation/libgps_wrapper_linux.h', 339 'browser/geolocation/libgps_wrapper_linux.h',
340 'browser/geolocation/location_api_adapter_android.cc',
341 'browser/geolocation/location_api_adapter_android.h',
340 'browser/geolocation/location_arbitrator.cc', 342 'browser/geolocation/location_arbitrator.cc',
341 'browser/geolocation/location_arbitrator.h', 343 'browser/geolocation/location_arbitrator.h',
342 'browser/geolocation/location_provider.cc', 344 'browser/geolocation/location_provider.cc',
343 'browser/geolocation/location_provider.h', 345 'browser/geolocation/location_provider.h',
346 'browser/geolocation/location_provider_android.cc',
347 'browser/geolocation/location_provider_android.h',
344 'browser/geolocation/network_location_provider.cc', 348 'browser/geolocation/network_location_provider.cc',
345 'browser/geolocation/network_location_provider.h', 349 'browser/geolocation/network_location_provider.h',
346 'browser/geolocation/network_location_request.cc', 350 'browser/geolocation/network_location_request.cc',
347 'browser/geolocation/network_location_request.h', 351 'browser/geolocation/network_location_request.h',
348 'browser/geolocation/osx_wifi.h', 352 'browser/geolocation/osx_wifi.h',
349 'browser/geolocation/wifi_data_provider_common.cc', 353 'browser/geolocation/wifi_data_provider_common.cc',
350 'browser/geolocation/wifi_data_provider_common.h', 354 'browser/geolocation/wifi_data_provider_common.h',
351 'browser/geolocation/wifi_data_provider_common_win.cc', 355 'browser/geolocation/wifi_data_provider_common_win.cc',
352 'browser/geolocation/wifi_data_provider_common_win.h', 356 'browser/geolocation/wifi_data_provider_common_win.h',
353 'browser/geolocation/wifi_data_provider_corewlan_mac.mm', 357 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 '../build/linux/system.gyp:x11', 811 '../build/linux/system.gyp:x11',
808 '../dbus/dbus.gyp:dbus', 812 '../dbus/dbus.gyp:dbus',
809 ], 813 ],
810 }], 814 }],
811 ['OS=="android"', { 815 ['OS=="android"', {
812 'dependencies!': [ 816 'dependencies!': [
813 '../third_party/flac/flac.gyp:libflac', 817 '../third_party/flac/flac.gyp:libflac',
814 ], 818 ],
815 'dependencies': [ 819 'dependencies': [
816 '../media/media.gyp:media', 820 '../media/media.gyp:media',
821 'content.gyp:content_jni_headers',
822 'content.gyp:content_java',
823 ],
824 'sources!': [
825 'browser/geolocation/network_location_provider.cc',
826 'browser/geolocation/network_location_provider.h',
827 'browser/geolocation/network_location_request.cc',
828 'browser/geolocation/network_location_request.h',
829 ],
830 'include_dirs': [
831 '<(SHARED_INTERMEDIATE_DIR)/content',
817 ], 832 ],
818 }], 833 }],
819 ['OS=="mac"', { 834 ['OS=="mac"', {
820 'sources': [ 835 'sources': [
821 # Build necessary Mozilla sources 836 # Build necessary Mozilla sources
822 '../third_party/mozilla/ComplexTextInputPanel.h', 837 '../third_party/mozilla/ComplexTextInputPanel.h',
823 '../third_party/mozilla/ComplexTextInputPanel.mm', 838 '../third_party/mozilla/ComplexTextInputPanel.mm',
824 '../third_party/mozilla/NSPasteboard+Utils.h', 839 '../third_party/mozilla/NSPasteboard+Utils.h',
825 '../third_party/mozilla/NSPasteboard+Utils.mm', 840 '../third_party/mozilla/NSPasteboard+Utils.mm',
826 '../third_party/mozilla/NSString+Utils.h', 841 '../third_party/mozilla/NSString+Utils.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 ], 932 ],
918 }], 933 }],
919 ['input_speech==0', { 934 ['input_speech==0', {
920 'sources/': [ 935 'sources/': [
921 ['exclude', '^browser/speech/'], 936 ['exclude', '^browser/speech/'],
922 ], 937 ],
923 }], 938 }],
924 ], 939 ],
925 } 940 }
926 941
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698