# 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)