Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)."
[chromium-blink-merge.git] / third_party / bsdiff / bsdiff.gyp
blob0c74e78cc282cbcb0e35da3b013b042eabb5f993
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': 'bsdiff',
9       'type': 'executable',
10       'dependencies': [
11         '../bspatch/bspatch.gyp:bspatch',
12       ],
13       'link_settings': {
14         'libraries': [
15           '-lWs2_32.lib',
16         ],
17       },
18       'sources': [
19         'mbsdiff.cc',
20       ],
21     },
22   ],