Index: google_apis/gcm/gcm.gyp |
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp |
index ccdee564befbb7cda3905c9f82f3faa0df93f080..4147dea7e1f905c97143a70f7e7aa28ff6eacba8 100644 |
--- a/google_apis/gcm/gcm.gyp |
+++ b/google_apis/gcm/gcm.gyp |
@@ -52,6 +52,8 @@ |
'engine/connection_handler.h', |
'engine/connection_handler_impl.cc', |
'engine/connection_handler_impl.h', |
+ 'engine/gcm_checkin_request.cc', |
+ 'engine/gcm_checkin_request.h', |
'engine/gcm_store.cc', |
'engine/gcm_store.h', |
'engine/gcm_store_impl.cc', |
@@ -62,6 +64,8 @@ |
'gcm_client.h', |
'gcm_client_impl.cc', |
'gcm_client_impl.h', |
+ 'protocol/android_checkin.proto', |
+ 'protocol/checkin.proto', |
'protocol/mcs.proto', |
], |
'includes': [ |
@@ -121,6 +125,7 @@ |
'engine/fake_connection_handler.cc', |
'engine/fake_connection_handler.h', |
'engine/mcs_client_unittest.cc', |
+ 'engine/gcm_checkin_request_unittest.cc', |
'engine/gcm_store_impl_unittest.cc', |
] |
}, |