Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: components/gcm_driver/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index 46c35ebf279d5b94668cdcebda8d1ae9993c82b9..65ea0e4864014dee60919a3247d730e179495c92 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -58,7 +58,6 @@ static_library("gcm_driver") {
]
deps = [
- "crypto",
"//base",
"//components/gcm_driver/common",
"//components/os_crypt",
@@ -67,6 +66,7 @@ static_library("gcm_driver") {
"//net",
"//sync/protocol",
"//url:url",
+ "crypto",
]
if (is_chromeos) {

Powered by Google App Engine
This is Rietveld 408576698