| Index: components/gcm_driver/crypto/BUILD.gn
|
| diff --git a/components/gcm_driver/crypto/BUILD.gn b/components/gcm_driver/crypto/BUILD.gn
|
| index 26fe643b0812bf56de99316c421bf1ff6ff60088..a0952898957436c4de5586494a02b076ac8b3c7b 100644
|
| --- a/components/gcm_driver/crypto/BUILD.gn
|
| +++ b/components/gcm_driver/crypto/BUILD.gn
|
| @@ -20,12 +20,12 @@ source_set("crypto") {
|
| ]
|
|
|
| deps = [
|
| - "proto",
|
| "//base",
|
| + "//components/leveldb_proto",
|
| "//crypto",
|
| "//crypto:platform",
|
| - "//components/leveldb_proto",
|
| "//third_party/protobuf:protobuf_lite",
|
| + "proto",
|
| ]
|
|
|
| if (use_openssl) {
|
|
|