| Index: components/gcm_driver.gypi
|
| diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
|
| index 4b5e01185a322b8c9e974db37524e84cd8417de7..b0c90b7836b1654f20bfa43b63ecb591ced7aef5 100644
|
| --- a/components/gcm_driver.gypi
|
| +++ b/components/gcm_driver.gypi
|
| @@ -167,6 +167,7 @@
|
| 'target_name': 'instance_id_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| + 'gcm_driver_test_support',
|
| 'instance_id',
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| @@ -175,8 +176,8 @@
|
| ],
|
| 'sources': [
|
| # Note: file list duplicated in GN build.
|
| - 'gcm_driver/instance_id/fake_instance_id_driver.cc',
|
| - 'gcm_driver/instance_id/fake_instance_id_driver.h',
|
| + 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.cc',
|
| + 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h',
|
| ],
|
| },
|
| ],
|
|
|