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

Unified Diff: components/gcm_driver.gypi

Issue 314293006: Implement GCMDriver.java using MultiplexingGcmListener (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix FindBugs Created 6 years, 6 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
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index f99d5d9bb001e9c3bab42ac5709a2cdf7f615603..d296f4a8dcc58306674fea658076180d9f1e6a51 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -107,6 +107,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base',
+ '../sync/sync.gyp:sync_java',
],
'variables': {
'java_in_dir': 'gcm_driver/android/java',

Powered by Google App Engine
This is Rietveld 408576698