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

Unified Diff: google_apis/gcm/gcm.gyp

Issue 246863004: WIP initial sketch for an Android GCMClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « chrome/browser/services/gcm/gcm_client_factory.cc ('k') | google_apis/gcm/gcm_client_impl_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/gcm.gyp
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
index 98437763d72ece3ac8607c981884394c45ee3a5e..caadac167f88d296ac9a7462550e7db91d174437 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -72,10 +72,20 @@
'gcm_client.h',
'gcm_client_impl.cc',
'gcm_client_impl.h',
+ 'gcm_client_impl_android.cc',
+ 'gcm_client_impl_android.h',
'protocol/android_checkin.proto',
'protocol/checkin.proto',
'protocol/mcs.proto',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'sources!': [
+ 'gcm_client_impl.cc',
+ 'gcm_client_impl.h',
+ ],
+ }],
+ ],
'includes': [
'../../build/protoc.gypi'
],
« no previous file with comments | « chrome/browser/services/gcm/gcm_client_factory.cc ('k') | google_apis/gcm/gcm_client_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698