Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: third_party/ots/third_party/brotli.gyp

Issue 775893002: Updating OTS repo from https://github.com/khaledhosny/ots.git (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating with 4800 warning fix Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/ots/test/validator-checker.cc ('k') | third_party/ots/tools/ttf-checksum.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ots/third_party/brotli.gyp
diff --git a/third_party/ots/third_party/brotli.gyp b/third_party/ots/third_party/brotli.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..99031101dabfddd4ea6b8d0836485078630647bc
--- /dev/null
+++ b/third_party/ots/third_party/brotli.gyp
@@ -0,0 +1,32 @@
+# 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'brotli',
+ 'type': 'static_library',
+ 'include_dirs': [
+ 'brotli/dec',
+ ],
+ 'sources': [
+ 'brotli/dec/bit_reader.c',
+ 'brotli/dec/bit_reader.h',
+ 'brotli/dec/context.h',
+ 'brotli/dec/decode.c',
+ 'brotli/dec/decode.h',
+ 'brotli/dec/dictionary.h',
+ 'brotli/dec/huffman.c',
+ 'brotli/dec/huffman.h',
+ 'brotli/dec/prefix.h',
+ 'brotli/dec/safe_malloc.c',
+ 'brotli/dec/safe_malloc.h',
+ 'brotli/dec/streams.c',
+ 'brotli/dec/streams.h',
+ 'brotli/dec/transform.h',
+ 'brotli/dec/types.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « third_party/ots/test/validator-checker.cc ('k') | third_party/ots/tools/ttf-checksum.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698