| Index: google_apis/gcm/gcm.gyp
|
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
|
| index ad4989ab1c8eb4bced059ee9d47745f347b8d433..f1727e00c9a2e07ca5a3f2d3c4234a86714cb350 100644
|
| --- a/google_apis/gcm/gcm.gyp
|
| +++ b/google_apis/gcm/gcm.gyp
|
| @@ -64,6 +64,8 @@
|
| 'engine/mcs_client.h',
|
| 'engine/registration_request.cc',
|
| 'engine/registration_request.h',
|
| + 'engine/user_list.cc',
|
| + 'engine/user_list.h',
|
| 'gcm_client.cc',
|
| 'gcm_client.h',
|
| 'gcm_client_impl.cc',
|
| @@ -133,6 +135,7 @@
|
| 'engine/heartbeat_manager_unittest.cc',
|
| 'engine/mcs_client_unittest.cc',
|
| 'engine/registration_request_unittest.cc',
|
| + 'engine/user_list_unittest.cc',
|
| ]
|
| },
|
| ],
|
|
|