| Index: components/gcm_driver/instance_id/BUILD.gn
|
| diff --git a/components/gcm_driver/instance_id/BUILD.gn b/components/gcm_driver/instance_id/BUILD.gn
|
| index b36c16ccbfc0b8d96ada48b93ef655ea531f5f56..15ce0ea4459d79c7b0217af1dd8043dacb10d72a 100644
|
| --- a/components/gcm_driver/instance_id/BUILD.gn
|
| +++ b/components/gcm_driver/instance_id/BUILD.gn
|
| @@ -10,8 +10,11 @@ static_library("instance_id") {
|
| "instance_id.h",
|
| "instance_id_driver.cc",
|
| "instance_id_driver.h",
|
| + "instance_id_factory.h",
|
| "instance_id_impl.cc",
|
| "instance_id_impl.h",
|
| + "instance_id_impl_factory.cc",
|
| + "instance_id_impl_factory.h",
|
| ]
|
|
|
| deps = [
|
| @@ -23,10 +26,14 @@ static_library("instance_id") {
|
| sources -= [
|
| "instance_id_impl.cc",
|
| "instance_id_impl.h",
|
| + "instance_id_impl_factory.cc",
|
| + "instance_id_impl_factory.h",
|
| ]
|
| sources += [
|
| "instance_id_android.cc",
|
| "instance_id_android.h",
|
| + "instance_id_android_factory.cc",
|
| + "instance_id_android_factory.h",
|
| ]
|
| deps += [ "android:jni_headers" ]
|
| }
|
|
|