blob: 0108a099e7799264acc273f46fdb9942fe5c6d1f [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',
15 'type': '<(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': [
bashi@chromium.org54651a62011-02-18 09:05:42 +000020 '<@(ots_include_dirs)',
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000021 ],
22 'direct_dependent_settings': {
23 'include_dirs': [
bashi@chromium.org54651a62011-02-18 09:05:42 +000024 '<@(ots_include_dirs)',
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000025 ],
26 },
agl@chromium.orgd2831bf2010-04-28 21:44:05 +000027 'dependencies': [
28 '../zlib/zlib.gyp:zlib',
29 ],
yusukes@chromium.orgfb22cb12009-11-05 00:07:54 +000030 },
31 ],
32}