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

Side by Side Diff: third_party/brotli/BUILD.gn

Issue 1433383003: Remove //third_party/brotli and //third_party/ots. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « third_party/brotli/.gitignore ('k') | third_party/brotli/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("brotli") {
6 sources = [
7 "dec/bit_reader.c",
8 "dec/bit_reader.h",
9 "dec/context.h",
10 "dec/decode.c",
11 "dec/decode.h",
12 "dec/dictionary.h",
13 "dec/huffman.c",
14 "dec/huffman.h",
15 "dec/prefix.h",
16 "dec/safe_malloc.c",
17 "dec/safe_malloc.h",
18 "dec/streams.c",
19 "dec/streams.h",
20 "dec/transform.h",
21 "dec/types.h",
22 ]
23
24 configs -= [ "//build/config/compiler:chromium_code" ]
25 configs += [ "//build/config/compiler:no_chromium_code" ]
26
27 include_dirs = [ "dec" ]
28 }
OLDNEW
« no previous file with comments | « third_party/brotli/.gitignore ('k') | third_party/brotli/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698