| 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",
|
|
|