| Index: components/gcm_driver/BUILD.gn
|
| diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
|
| index 918029d3042a8be0b2b17aa8888701b261be098a..30a30ac261c84d3329ab7103d3f0717b8bcb3bed 100644
|
| --- a/components/gcm_driver/BUILD.gn
|
| +++ b/components/gcm_driver/BUILD.gn
|
| @@ -107,7 +107,7 @@ static_library("gcm_driver") {
|
| }
|
|
|
| # GYP version: components/gcm_driver.gypi:gcm_driver_test_support
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| "fake_gcm_app_handler.cc",
|
|
|