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

Unified Diff: third_party/ots/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/ots/BUILD.gn
diff --git a/third_party/ots/BUILD.gn b/third_party/ots/BUILD.gn
index 513dce647253d03df0baea12587e43a9226e5387..c9d339a2ba08ad7a563b828716e0d052dc6f6335 100644
--- a/third_party/ots/BUILD.gn
+++ b/third_party/ots/BUILD.gn
@@ -8,8 +8,8 @@ config("ots_config") {
source_set("ots") {
sources = [
- "include/ots-memory-stream.h",
"include/opentype-sanitiser.h",
+ "include/ots-memory-stream.h",
"src/cff.cc",
"src/cff.h",
"src/cff_type2_charstring.cc",
@@ -46,10 +46,10 @@ source_set("ots") {
"src/loca.h",
"src/ltsh.cc",
"src/ltsh.h",
- "src/maxp.cc",
- "src/maxp.h",
"src/math.cc",
"src/math_.h",
+ "src/maxp.cc",
+ "src/maxp.h",
"src/metrics.cc",
"src/metrics.h",
"src/name.cc",

Powered by Google App Engine
This is Rietveld 408576698