diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-03 21:21:20 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-03 21:21:20 +0000 |
commit | df2615ef196cd019e74187721e42360346f1d455 (patch) | |
tree | b115c11bedc8fd22cd21ce6c91827c08674deada /third_party/bspatch | |
parent | 4e2c5ff0e0221158e3574ea2536d6a42a3c1be64 (diff) | |
download | chromium_src-df2615ef196cd019e74187721e42360346f1d455.zip chromium_src-df2615ef196cd019e74187721e42360346f1d455.tar.gz chromium_src-df2615ef196cd019e74187721e42360346f1d455.tar.bz2 |
Convert third-party SConscript files to psuedo-builder calls.
TBR: evanm,bradnelson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/bspatch')
-rw-r--r-- | third_party/bspatch/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bspatch/SConscript b/third_party/bspatch/SConscript index 99fdfea..2858307 100644 --- a/third_party/bspatch/SConscript +++ b/third_party/bspatch/SConscript @@ -57,4 +57,4 @@ input_files = [ 'mbspatch.cc',
]
-env.StaticLibrary('bspatch', input_files)
+env.ChromeStaticLibrary('bspatch', input_files)
|