[email protected] | 2eebb1a4 | 2009-05-28 18:46:27 | [diff] [blame] | 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. |
| 4 | |
| 5 | { |
[email protected] | 2eebb1a4 | 2009-05-28 18:46:27 | [diff] [blame] | 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'bspatch', |
[email protected] | 5a54733 | 2011-05-19 23:18:53 | [diff] [blame] | 9 | 'type': 'static_library', |
[email protected] | 2eebb1a4 | 2009-05-28 18:46:27 | [diff] [blame] | 10 | '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 | } |