| Index: third_party/brotli/brotli.gyp
|
| diff --git a/third_party/brotli/brotli.gyp b/third_party/brotli/brotli.gyp
|
| index 8e54f0345adb2ae2527ad62222ec3f99c707ba05..e074658194767e721ae1e422b505ef434422d159 100644
|
| --- a/third_party/brotli/brotli.gyp
|
| +++ b/third_party/brotli/brotli.gyp
|
| @@ -1,6 +1,7 @@
|
| # Copyright 2013 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| +# TODO(bashi): Rename this directory to font-compression-reference
|
|
|
| {
|
| 'targets': [
|
| @@ -28,5 +29,26 @@
|
| 'src/brotli/dec/types.h',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'woff2_dec',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + 'src/brotli/dec',
|
| + 'src/woff2',
|
| + ],
|
| + 'dependencies': [
|
| + 'brotli',
|
| + ],
|
| + 'sources': [
|
| + 'src/woff2/buffer.h',
|
| + 'src/woff2/round.h',
|
| + 'src/woff2/store_bytes.h',
|
| + 'src/woff2/table_tags.cc',
|
| + 'src/woff2/table_tags.h',
|
| + 'src/woff2/woff2_common.h',
|
| + 'src/woff2/woff2_dec.cc',
|
| + 'src/woff2/woff2_dec.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|