Tweak more bug ids, triaging layout test failures.
[chromium-blink-merge.git] / sdch / sdch.gyp
blob42d1f814326a7a4e103263f33348f3b801fe7e4a
1 # Copyright (c) 2009 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.
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       'target_name': 'sdch',
12       'type': '<(library)',
13       'msvs_guid': 'F54ABC59-5C00-414A-A9BA-BAF26D1699F0',
14       'sources': [
15         'open-vcdiff/src/addrcache.cc',
16         'open-vcdiff/src/adler32.c',
17         'open-vcdiff/src/blockhash.cc',
18         'open-vcdiff/src/blockhash.h',
19         'open-vcdiff/src/checksum.h',
20         'open-vcdiff/src/codetable.cc',
21         'open-vcdiff/src/codetable.h',
22         'open-vcdiff/src/compile_assert.h',
23         'open-vcdiff/src/decodetable.cc',
24         'open-vcdiff/src/decodetable.h',
25         'open-vcdiff/src/encodetable.cc',
26         'open-vcdiff/src/encodetable.h',
27         'open-vcdiff/src/google/output_string.h',
28         'open-vcdiff/src/google/vcdecoder.h',
29         'open-vcdiff/src/headerparser.cc',
30         'open-vcdiff/src/headerparser.h',
31         'open-vcdiff/src/instruction_map.cc',
32         'open-vcdiff/src/instruction_map.h',
33         'open-vcdiff/src/logging.cc',
34         'open-vcdiff/src/logging.h',
35         'open-vcdiff/src/rolling_hash.h',
36         'open-vcdiff/src/testing.h',
37         'open-vcdiff/src/varint_bigendian.cc',
38         'open-vcdiff/src/varint_bigendian.h',
39         'open-vcdiff/src/vcdecoder.cc',
40         'open-vcdiff/src/vcdiff_defs.h',
41         'open-vcdiff/src/vcdiffengine.cc',
42         'open-vcdiff/src/vcdiffengine.h',
43         'open-vcdiff/src/zconf.h',
44         'open-vcdiff/src/zlib.h',
45         'open-vcdiff/vsprojects/config.h',
46         'open-vcdiff/vsprojects/stdint.h',
47       ],
48       'include_dirs': [
49         'open-vcdiff/src',
50       ],
51       'direct_dependent_settings': {
52         'include_dirs': [
53           'open-vcdiff/src',
54         ],
55       },
56       'conditions': [
57         [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ],
58         [ 'OS == "freebsd" or OS == "openbsd"', { 'include_dirs': [ 'bsd' ] } ],
59         [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
60         [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],
61       ],
62     },
63   ],
66 # Local Variables:
67 # tab-width:2
68 # indent-tabs-mode:nil
69 # End:
70 # vim: set expandtab tabstop=2 shiftwidth=2: