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

Unified Diff: third_party/cld_2/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/cld_2/BUILD.gn
diff --git a/third_party/cld_2/BUILD.gn b/third_party/cld_2/BUILD.gn
index 8098eba59cca1d871a0c744fe2ce6f7b98f0c745..485f4acebc05b7cfc0f59904ff923728dc0acbb6 100644
--- a/third_party/cld_2/BUILD.gn
+++ b/third_party/cld_2/BUILD.gn
@@ -111,8 +111,8 @@ static_library("cld2_dynamic") {
if (!is_win) {
executable("cld_2_dynamic_data_tool") {
sources = [
- "src/internal/cld2_dynamic_data_extractor.h",
"src/internal/cld2_dynamic_data_extractor.cc",
+ "src/internal/cld2_dynamic_data_extractor.h",
"src/internal/cld2_dynamic_data_tool.cc",
]

Powered by Google App Engine
This is Rietveld 408576698