diff options
author | ksakamoto@chromium.org <ksakamoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 05:38:28 +0000 |
---|---|---|
committer | ksakamoto@chromium.org <ksakamoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 05:38:28 +0000 |
commit | ef3b3b02f6ef2f3cd03c0a19f94d33f280cb1d99 (patch) | |
tree | 809042486ca30b23ff1a2477c2996683f842f2fd /third_party/brotli | |
parent | 8831c2f46cc27c5b701bfdddc200fa88e98ea58c (diff) | |
download | chromium_src-ef3b3b02f6ef2f3cd03c0a19f94d33f280cb1d99.zip chromium_src-ef3b3b02f6ef2f3cd03c0a19f94d33f280cb1d99.tar.gz chromium_src-ef3b3b02f6ef2f3cd03c0a19f94d33f280cb1d99.tar.bz2 |
Revert of https://codereview.chromium.org/43183002/
Reason for revert: broke android test
TBR=brettw@chromium.org,cpu@chromium.org,darin@chromium.org,open-source-third-party-reviews@google.com,security@chromium.org,szager@chromium.org,ilevy@chromium.org,vadimsh@chromium.org,cmp@chromium.org,ilevy@google.com,dannyb@google.com
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/108473006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/brotli')
-rw-r--r-- | third_party/brotli/OWNERS | 2 | ||||
-rw-r--r-- | third_party/brotli/README.chromium | 15 | ||||
-rw-r--r-- | third_party/brotli/brotli.gyp | 28 |
3 files changed, 0 insertions, 45 deletions
diff --git a/third_party/brotli/OWNERS b/third_party/brotli/OWNERS deleted file mode 100644 index 458697e..0000000 --- a/third_party/brotli/OWNERS +++ /dev/null @@ -1,2 +0,0 @@ -ksakamoto@chromium.org -bashi@chromium.org diff --git a/third_party/brotli/README.chromium b/third_party/brotli/README.chromium deleted file mode 100644 index c17c9c3..0000000 --- a/third_party/brotli/README.chromium +++ /dev/null @@ -1,15 +0,0 @@ -Name: Brotli -URL: https://code.google.com/p/font-compression-reference/ -Version: 0 -License: Apache 2.0 -License File: src/brotli/LICENSE -Security Critical: yes - -Description: -Brotli is a generic byte-level compression algorithm that is proposed to -be used at the byte-compression level in WOFF 2.0 font file format. - -This library is used by src/third_party/ots, to decode WOFF 2.0 fonts. - -The font-compression-reference repository includes WOFF 2.0 encoder and -tools, but Chrome/Chromium need only files under brotli/dec. diff --git a/third_party/brotli/brotli.gyp b/third_party/brotli/brotli.gyp deleted file mode 100644 index 44b7674..0000000 --- a/third_party/brotli/brotli.gyp +++ /dev/null @@ -1,28 +0,0 @@ -# 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': [ - 'src/brotli/dec', - ], - 'sources': [ - 'src/brotli/dec/bit_reader.c', - 'src/brotli/dec/bit_reader.h', - 'src/brotli/dec/context.h', - 'src/brotli/dec/decode.c', - 'src/brotli/dec/decode.h', - 'src/brotli/dec/huffman.c', - 'src/brotli/dec/huffman.h', - 'src/brotli/dec/prefix.h', - 'src/brotli/dec/safe_malloc.c', - 'src/brotli/dec/safe_malloc.h', - 'src/brotli/dec/types.h', - ], - }, - ], -} |