summaryrefslogtreecommitdiffstats
path: root/third_party/bsdiff/bsdiff.scons
blob: 9705f518b2ed39ce8f870f8522669a56d68159d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Import('env')

env = env.Clone()

env.ApplySConscript([
    '$BSPATCH_DIR/using_bspatch.scons',
    '$CHROME_SRC_DIR/build/external_code.scons',
    '$LZMA_SDK_DIR/using_lzma_sdk.scons',
])

input_files = [
    "mbsdiff.cc",
]

env.ChromeProgram('bsdiff', input_files)