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

Unified Diff: third_party/lzma_sdk/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: third_party/lzma_sdk/BUILD.gn
diff --git a/third_party/lzma_sdk/BUILD.gn b/third_party/lzma_sdk/BUILD.gn
index 32333afba475173a1252169068779363223c6259..ac31fc1c2dc5e6cd4bf173987a6c60e25e70578c 100644
--- a/third_party/lzma_sdk/BUILD.gn
+++ b/third_party/lzma_sdk/BUILD.gn
@@ -35,10 +35,10 @@ static_library("lzma_sdk") {
"LzHash.h",
"Lzma2Dec.c",
"Lzma2Dec.h",
- "LzmaEnc.c",
- "LzmaEnc.h",
"LzmaDec.c",
"LzmaDec.h",
+ "LzmaEnc.c",
+ "LzmaEnc.h",
"LzmaLib.c",
"LzmaLib.h",
"Types.h",

Powered by Google App Engine
This is Rietveld 408576698