blob: 288e41c45d76fa3b4d84e43015a334b6c3de1444 [file] [log] [blame]
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +00001# 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.
4
5{
bashi@google.com754a52c2011-01-20 23:54:48 +00006 'variables': {
7 'chromium_code': 1,
8 },
bashi@chromium.org54651a62011-02-18 09:05:42 +00009 'includes': [
10 'ots-common.gypi',
11 ],
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000012 'targets': [
13 {
14 'target_name': 'ots',
yusukes@chromium.orgba2fecf2013-01-19 04:40:57 +000015 'type': 'static_library',
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000016 'sources': [
bashi@chromium.org54651a62011-02-18 09:05:42 +000017 '<@(ots_sources)',
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000018 ],
19 'include_dirs': [
ksakamoto@chromium.org74343ba2013-05-08 01:20:29 +000020 '../..',
bashi@chromium.org54651a62011-02-18 09:05:42 +000021 '<@(ots_include_dirs)',
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000022 ],
23 'direct_dependent_settings': {
24 'include_dirs': [
bashi@chromium.org54651a62011-02-18 09:05:42 +000025 '<@(ots_include_dirs)',
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000026 ],
27 },
agl@chromium.orgd2831bf2010-04-28 21:44:05 +000028 'dependencies': [
ksakamoto@chromium.orgb613a302013-12-13 00:33:46 +000029 '../brotli/brotli.gyp:brotli',
agl@chromium.orgd2831bf2010-04-28 21:44:05 +000030 '../zlib/zlib.gyp:zlib',
31 ],
jshin@chromium.org0984f832013-01-15 23:23:29 +000032 # TODO(jschuh): http://crbug.com/167187
33 'msvs_disabled_warnings': [
34 4267,
35 4334,
36 ],
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000037 },
38 ],
39}