| Index: components/gcm_driver/crypto/BUILD.gn
|
| diff --git a/components/gcm_driver/crypto/BUILD.gn b/components/gcm_driver/crypto/BUILD.gn
|
| index 3752eb9b100ab75521d983ca32b5fe0225530e0f..ccf11e2137ffe30e99bd52d91aba866fb158f698 100644
|
| --- a/components/gcm_driver/crypto/BUILD.gn
|
| +++ b/components/gcm_driver/crypto/BUILD.gn
|
| @@ -32,7 +32,7 @@ source_set("crypto") {
|
| }
|
|
|
| # GYP version: components/gcm_driver.gypi:gcm_driver_crypto_test_support
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| "gcm_crypto_test_helpers.cc",
|
|
|