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

Unified Diff: sync/sync_android.gypi

Issue 23643002: Enable invalidations for arbitrary objects on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 | « sync/android/javatests/src/org/chromium/sync/notifier/TestableInvalidationService.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_android.gypi
diff --git a/sync/sync_android.gypi b/sync/sync_android.gypi
index 1964fbd93ed09f2f1b967c2802dc69fe296cbc98..b951b07ba681b07df4664e938de83e650e09a7ca 100644
--- a/sync/sync_android.gypi
+++ b/sync/sync_android.gypi
@@ -21,6 +21,17 @@
],
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'sync_jni_headers',
+ 'type': 'none',
+ 'sources': [
+ 'android/java/src/org/chromium/sync/notifier/InvalidationController.java',
+ ],
+ 'variables': {
+ 'jni_gen_package': 'sync',
+ },
+ 'includes': [ '../build/jni_generator.gypi' ],
+ },
],
}],
],
« no previous file with comments | « sync/android/javatests/src/org/chromium/sync/notifier/TestableInvalidationService.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698