repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)."
[chromium-blink-merge.git]
/
third_party
/
bsdiff
/
bsdiff.gyp
blob
0c74e78cc282cbcb0e35da3b013b042eabb5f993
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
{
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
],
23
}