| 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 430de17ae8d2fe5b886c42c6f0167f7a38ae9ddb..179828f9f61024afe3ddeefc811abc928749b28a 100644
|
| --- a/components/gcm_driver/instance_id/BUILD.gn
|
| +++ b/components/gcm_driver/instance_id/BUILD.gn
|
| @@ -34,12 +34,13 @@ source_set("instance_id") {
|
| source_set("test_support") {
|
| testonly = true
|
| sources = [
|
| - "fake_instance_id_driver.cc",
|
| - "fake_instance_id_driver.h",
|
| + "fake_gcm_driver_for_instance_id.cc",
|
| + "fake_gcm_driver_for_instance_id.h",
|
| ]
|
|
|
| deps = [
|
| ":instance_id",
|
| + "//components/gcm_driver:test_support",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|