Index: components/gcm_driver/crypto/BUILD.gn |
diff --git a/components/gcm_driver/crypto/BUILD.gn b/components/gcm_driver/crypto/BUILD.gn |
index 95dc4125543c91d19a91f102ae5e64368d865d19..d1b7f30c2fd166a657caff91962edc57e3e9ffdc 100644 |
--- a/components/gcm_driver/crypto/BUILD.gn |
+++ b/components/gcm_driver/crypto/BUILD.gn |
@@ -24,12 +24,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) { |