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

Unified Diff: chrome/installer/gcapi/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: chrome/installer/gcapi/BUILD.gn
diff --git a/chrome/installer/gcapi/BUILD.gn b/chrome/installer/gcapi/BUILD.gn
index 611ba992393dcc527f1b8fab161f0b0ab3bc4aa2..40791d654320afb54f99fd9fc947bf2672e70f95 100644
--- a/chrome/installer/gcapi/BUILD.gn
+++ b/chrome/installer/gcapi/BUILD.gn
@@ -32,8 +32,8 @@ source_set("lib") {
deps = [
"//base",
- "//chrome/installer/util",
"//chrome/installer/launcher_support",
+ "//chrome/installer/util",
"//components/variations",
"//google_update",
]

Powered by Google App Engine
This is Rietveld 408576698