summaryrefslogtreecommitdiffstats
path: root/third_party/ots
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-02-27 18:23:09 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-28 02:24:07 +0000
commit7c7296f4dcb7e32fa4440b333a40a37699f517b1 (patch)
tree279df2952a81b93354570bb78e92c3c4c5a24fa9 /third_party/ots
parente4f56cef9af4457ba0074e963748284d5da35165 (diff)
downloadchromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.zip
chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.gz
chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.bz2
Apply gn format with 'sources' sorting to src/
Application of https://codereview.chromium.org/962003002/. TBR=keybuk@chromium.org R=brettw@chromium.org BUG=456014 Review URL: https://codereview.chromium.org/960413003 Cr-Commit-Position: refs/heads/master@{#318574}
Diffstat (limited to 'third_party/ots')
-rw-r--r--third_party/ots/BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/ots/BUILD.gn b/third_party/ots/BUILD.gn
index 513dce6..c9d339a 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",