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

Unified Diff: content/content.gyp

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/geolocation/location_provider_android.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 6632f6d5af4b23d0cfa139864f06e19673ac44f7..b05a6e789df44be4772f57bc2d3285c51e5ea38b 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -200,12 +200,28 @@
['OS == "android"', {
'targets': [
{
+ 'target_name': 'content_jni_headers',
+ 'type': 'none',
+ 'variables': {
+ 'java_sources': [
+ '../content/public/android/java/org/chromium/content/browser/LocationProvider.java',
+ ],
+ 'jni_headers': [
+ '<(SHARED_INTERMEDIATE_DIR)/content/jni/location_provider_jni.h',
+ ],
+ },
+ 'includes': [ '../build/jni_generator.gypi' ],
+ },
+ {
'target_name': 'content_java',
'type': 'none',
'variables': {
'package_name': 'content',
'java_in_dir': '../content/public/android/java',
},
+ 'dependencies': [
+ '../base/base.gyp:base_java',
+ ],
'includes': [ '../build/java.gypi' ],
},
],
« no previous file with comments | « content/browser/geolocation/location_provider_android.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698