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

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

Issue 276263003: Convert some third_party deps to GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comment, android build Created 6 years, 7 months 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 | Annotate | Revision Log
« no previous file with comments | « BUILD.gn ('k') | third_party/iccjpeg/BUILD.gn » ('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 "src/brotli/dec/bit_reader.c",
8 "src/brotli/dec/bit_reader.h",
9 "src/brotli/dec/context.h",
10 "src/brotli/dec/decode.c",
11 "src/brotli/dec/decode.h",
12 "src/brotli/dec/dictionary.h",
13 "src/brotli/dec/huffman.c",
14 "src/brotli/dec/huffman.h",
15 "src/brotli/dec/prefix.h",
16 "src/brotli/dec/safe_malloc.c",
17 "src/brotli/dec/safe_malloc.h",
18 "src/brotli/dec/streams.c",
19 "src/brotli/dec/streams.h",
20 "src/brotli/dec/transform.h",
21 "src/brotli/dec/types.h",
22 ]
23
24 configs -= [ "//build/config/compiler:chromium_code" ]
25 configs += [ "//build/config/compiler:no_chromium_code" ]
26
27 include_dirs = [ "src/brotli/dec" ]
28 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | third_party/iccjpeg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698