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

Unified Diff: components/user_prefs/tracked/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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/user_prefs/tracked/BUILD.gn
diff --git a/components/user_prefs/tracked/BUILD.gn b/components/user_prefs/tracked/BUILD.gn
index e749217357d13d76a6b368cdfeb741c79af3eb51..8c32ec7bb24d5a6a770c6d0994b3770ff4380805 100644
--- a/components/user_prefs/tracked/BUILD.gn
+++ b/components/user_prefs/tracked/BUILD.gn
@@ -53,8 +53,8 @@ static_library("user_prefs_tracked") {
deps = [
"//base:base",
"//base:prefs",
- "//crypto:crypto",
"//components/pref_registry",
+ "//crypto:crypto",
]
}

Powered by Google App Engine
This is Rietveld 408576698