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

Unified Diff: tools/imagediff/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 months 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: tools/imagediff/BUILD.gn
diff --git a/tools/imagediff/BUILD.gn b/tools/imagediff/BUILD.gn
index 887f4123f333eda2350f7b4158f050ce2ab5d00d..7b316720d03bcef637b503b8a08ebe200189f025 100644
--- a/tools/imagediff/BUILD.gn
+++ b/tools/imagediff/BUILD.gn
@@ -6,8 +6,8 @@ executable("imagediff") {
output_name = "image_diff" # Different than dir nam for historical reasons.
sources = [
"image_diff.cc",
- "image_diff_png.h",
"image_diff_png.cc",
+ "image_diff_png.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]

Powered by Google App Engine
This is Rietveld 408576698