summaryrefslogtreecommitdiffstats
path: root/third_party/brotli/brotli.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/brotli/brotli.gyp')
-rw-r--r--third_party/brotli/brotli.gyp22
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/brotli/brotli.gyp b/third_party/brotli/brotli.gyp
index 8e54f03..e074658 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',
+ ],
+ },
],
}