Chromium Code Reviews| Index: google_apis/gcm/gcm.gyp |
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp |
| index f81c4ef449338fc76d8632c011dd1b965fb45bbe..721656a6d931b0e5ba6749876266a1f999e82da0 100644 |
| --- a/google_apis/gcm/gcm.gyp |
| +++ b/google_apis/gcm/gcm.gyp |
| @@ -52,10 +52,12 @@ |
| 'engine/connection_handler.cc', |
| 'engine/connection_handler_impl.h', |
| 'engine/connection_handler_impl.cc', |
| + 'engine/gcm_store.h', |
| + 'engine/gcm_store.cc', |
|
Nicolas Zea
2013/12/27 20:03:06
nit: technically the cc should be ordered before t
fgorski
2013/12/27 22:20:39
Done.
|
| + 'engine/gcm_store_impl.h', |
| + 'engine/gcm_store_impl.cc', |
| 'engine/mcs_client.h', |
| 'engine/mcs_client.cc', |
| - 'engine/rmq_store.h', |
| - 'engine/rmq_store.cc', |
| 'gcm_client.cc', |
| 'gcm_client.h', |
| 'gcm_client_impl.cc', |
| @@ -119,7 +121,7 @@ |
| 'engine/fake_connection_handler.h', |
| 'engine/fake_connection_handler.cc', |
| 'engine/mcs_client_unittest.cc', |
| - 'engine/rmq_store_unittest.cc', |
| + 'engine/gcm_store_impl_unittest.cc', |
| ] |
| }, |
| ], |