| Index: google_apis/gcm/gcm.gyp
|
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
|
| index bff7c49673ffa4da364c05a09fdd730803b27332..b3c0de9a4c731776f8b30e8fb7de54d17c92c426 100644
|
| --- a/google_apis/gcm/gcm.gyp
|
| +++ b/google_apis/gcm/gcm.gyp
|
| @@ -62,6 +62,8 @@
|
| 'engine/heartbeat_manager.h',
|
| 'engine/mcs_client.cc',
|
| 'engine/mcs_client.h',
|
| + 'engine/user_list.cc',
|
| + 'engine/user_list.h',
|
| 'gcm_client.cc',
|
| 'gcm_client.h',
|
| 'gcm_client_impl.cc',
|
| @@ -130,6 +132,7 @@
|
| 'engine/gcm_store_impl_unittest.cc',
|
| 'engine/heartbeat_manager_unittest.cc',
|
| 'engine/mcs_client_unittest.cc',
|
| + 'engine/user_list_unittest.cc',
|
| ]
|
| },
|
| ],
|
|
|