| Index: third_party/ots/BUILD.gn
|
| diff --git a/third_party/ots/BUILD.gn b/third_party/ots/BUILD.gn
|
| index c7c9b939e7639f388ecef0e65e33490c65dbf4d7..109897eb29019cd562f9ada67e1b31f7483744d0 100644
|
| --- a/third_party/ots/BUILD.gn
|
| +++ b/third_party/ots/BUILD.gn
|
| @@ -70,14 +70,13 @@ source_set("ots") {
|
| "src/vmtx.h",
|
| "src/vorg.cc",
|
| "src/vorg.h",
|
| - "src/woff2.cc",
|
| - "src/woff2.h",
|
| ]
|
|
|
| public_configs = [ ":ots_config" ]
|
|
|
| deps = [
|
| "//third_party/brotli",
|
| + "//third_party/woff2:woff2_dec",
|
| "//third_party/zlib",
|
| ]
|
|
|
|
|