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

Unified Diff: components/version_info/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/version_info/BUILD.gn
diff --git a/components/version_info/BUILD.gn b/components/version_info/BUILD.gn
index 1f08c3f26d0fefd5aa3b45dff2ea631ba8d98775..7f51c0a4376fa2bec869930c383ce43917a5f9d5 100644
--- a/components/version_info/BUILD.gn
+++ b/components/version_info/BUILD.gn
@@ -22,9 +22,9 @@ source_set("version_info") {
]
deps = [
+ ":generate_version_info",
"//base",
"//components/strings",
- ":generate_version_info",
]
if (use_unofficial_version_number) {

Powered by Google App Engine
This is Rietveld 408576698