blob: ea0e2b87bd174f11ca86b4298c1e90beaf9011ed [file] [log] [blame]
[email protected]2eebb1a42009-05-28 18:46:271# 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{
[email protected]2eebb1a42009-05-28 18:46:276 'targets': [
7 {
8 'target_name': 'bspatch',
[email protected]5a547332011-05-19 23:18:539 'type': 'static_library',
[email protected]2eebb1a42009-05-28 18:46:2710 'dependencies': [
11 '../lzma_sdk/lzma_sdk.gyp:lzma_sdk',
12 ],
13 'include_dirs': [
14 '.',
15 ],
16 'direct_dependent_settings': {
17 'include_dirs': [
18 '.',
19 ],
20 },
21 'sources': [
22 'mbspatch.cc',
23 'mbspatch.h',
24 ],
25 },
26 ],
27}