| Index: components/gcm_driver/instance_id/android/BUILD.gn
|
| diff --git a/components/gcm_driver/instance_id/android/BUILD.gn b/components/gcm_driver/instance_id/android/BUILD.gn
|
| index a6815e23dac44d7c469088aea7d21741b4c9b77d..5af91af38c4b86a90b4718d7d64b6a2bb9b1f27e 100644
|
| --- a/components/gcm_driver/instance_id/android/BUILD.gn
|
| +++ b/components/gcm_driver/instance_id/android/BUILD.gn
|
| @@ -19,5 +19,8 @@ android_library("instance_id_driver_java") {
|
| google_play_services_library,
|
| ]
|
|
|
| - java_files = [ "java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDWithSubtype.java" ]
|
| + java_files = [
|
| + "java/src/org/chromium/components/gcm_driver/instance_id/FakeInstanceIDWithSubtype.java",
|
| + "java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDWithSubtype.java",
|
| + ]
|
| }
|
|
|