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

Unified Diff: content/content_browser.gypi

Issue 10209003: Upstream Android Geolocation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Java -> content/public/android, ThreadUtils -> base 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 99d6548f598f23b94f91272302e7da1ceb683268..af846c2cd5812e6d077fe106c52cd183b039be1e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -331,10 +331,14 @@
'browser/geolocation/gps_location_provider_linux.h',
'browser/geolocation/libgps_wrapper_linux.cc',
'browser/geolocation/libgps_wrapper_linux.h',
+ 'browser/geolocation/location_api_adapter_android.cc',
+ 'browser/geolocation/location_api_adapter_android.h',
'browser/geolocation/location_arbitrator.cc',
'browser/geolocation/location_arbitrator.h',
'browser/geolocation/location_provider.cc',
'browser/geolocation/location_provider.h',
+ 'browser/geolocation/location_provider_android.cc',
+ 'browser/geolocation/location_provider_android.h',
'browser/geolocation/network_location_provider.cc',
'browser/geolocation/network_location_provider.h',
'browser/geolocation/network_location_request.cc',
@@ -808,6 +812,20 @@
],
'dependencies': [
'../media/media.gyp:media',
+ 'content.gyp:content_jni_headers',
+ 'content.gyp:content_java',
+ ],
+ 'sources!': [
+ # A main loop would be handled in Java.
Yaron 2012/04/27 17:29:27 I don't think you want this comment or the first t
John Knottenbelt 2012/04/30 10:51:23 Done.
+ 'browser/browser_main_loop.cc',
+ 'browser/browser_main_loop.h',
+ 'browser/geolocation/network_location_provider.cc',
+ 'browser/geolocation/network_location_provider.h',
+ 'browser/geolocation/network_location_request.cc',
+ 'browser/geolocation/network_location_request.h',
+ ],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/content',
],
}],
['OS=="mac"', {
« 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