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

Unified Diff: tools/relocation_packer/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/relocation_packer/BUILD.gn
diff --git a/tools/relocation_packer/BUILD.gn b/tools/relocation_packer/BUILD.gn
index e95dbcf0ea41b8fbe50debc609e4616726102d67..563a64d62cee91c8cf56f6d08afd82981d67a904 100644
--- a/tools/relocation_packer/BUILD.gn
+++ b/tools/relocation_packer/BUILD.gn
@@ -28,8 +28,8 @@ if (current_toolchain == host_toolchain) {
"src/elf_file.cc",
"src/leb128.cc",
"src/packer.cc",
- "src/sleb128.cc",
"src/run_length_encoder.cc",
+ "src/sleb128.cc",
]
}
@@ -53,9 +53,9 @@ if (current_toolchain == host_toolchain) {
"src/elf_file_unittest.cc",
"src/leb128_unittest.cc",
"src/packer_unittest.cc",
- "src/sleb128_unittest.cc",
- "src/run_length_encoder_unittest.cc",
"src/run_all_unittests.cc",
+ "src/run_length_encoder_unittest.cc",
+ "src/sleb128_unittest.cc",
]
rebased_test_data = rebase_path("test_data", root_build_dir)
data = [

Powered by Google App Engine
This is Rietveld 408576698