Chromium Code Reviews| Index: components/gcm_driver/BUILD.gn |
| diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn |
| index 9e4f3d7e1747e48185920089b2249fc85af423bc..b66d7eb3b0a6d2f3df375c56b807d21dd832186f 100644 |
| --- a/components/gcm_driver/BUILD.gn |
| +++ b/components/gcm_driver/BUILD.gn |
| @@ -11,6 +11,8 @@ static_library("gcm_driver") { |
| "default_gcm_app_handler.h", |
| "gcm_activity.cc", |
| "gcm_activity.h", |
| + "gcm_account_mapper.cc", |
|
jianli
2014/09/24 21:21:31
should these 2 files be excluded from Android targ
fgorski
2014/09/24 22:25:40
No GMS Core handles that on Android, and we don't
|
| + "gcm_account_mapper.h", |
| "gcm_app_handler.cc", |
| "gcm_app_handler.h", |
| "gcm_backoff_policy.cc", |