diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-03 21:21:54 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-03 21:21:54 +0000 |
commit | b56791c36d461ea0902ede1f0d2fd3044e9ed595 (patch) | |
tree | 85b761aa2449b985051d376f8074f43633947f5e /chrome/test/chrome_plugin | |
parent | f7df58905b11fa7df6fa01d2523e2136d6d774d0 (diff) | |
download | chromium_src-b56791c36d461ea0902ede1f0d2fd3044e9ed595.zip chromium_src-b56791c36d461ea0902ede1f0d2fd3044e9ed595.tar.gz chromium_src-b56791c36d461ea0902ede1f0d2fd3044e9ed595.tar.bz2 |
Convert chrome SConscript files to psuedo-builder calls.
TBR: evanm,bradnelson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/chrome_plugin')
-rw-r--r-- | chrome/test/chrome_plugin/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chrome_plugin/SConscript b/chrome/test/chrome_plugin/SConscript index 134c868..d95bf07 100644 --- a/chrome/test/chrome_plugin/SConscript +++ b/chrome/test/chrome_plugin/SConscript @@ -89,7 +89,7 @@ libs = [ '$BASE_DIR/base.lib',
]
-dll = env.SharedLibrary('test_chrome_plugin', input_files + libs)
+dll = env.ChromeSharedLibrary('test_chrome_plugin', input_files + libs)
i = env.Install('$TARGET_ROOT', dll)
env.Alias('chrome', i)
|