Clean up ManagePasswordsBubbleView and ManagePasswordItemView.
[chromium-blink-merge.git] / third_party / bspatch / bspatch.gyp
blobea0e2b87bd174f11ca86b4298c1e90beaf9011ed
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   'targets': [
7     {
8       'target_name': 'bspatch',
9       'type': 'static_library',
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   ],