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/security_tests | |
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/security_tests')
-rw-r--r-- | chrome/test/security_tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/security_tests/SConscript b/chrome/test/security_tests/SConscript index d903295..653858c 100644 --- a/chrome/test/security_tests/SConscript +++ b/chrome/test/security_tests/SConscript @@ -82,7 +82,7 @@ input_files = [ '$SANDBOX_DIR/tests/validation_tests/commands${OBJSUFFIX}',
]
-dll = env.SharedLibrary('security_tests', input_files)
+dll = env.ChromeSharedLibrary('security_tests', input_files)
i = env.Install('$TARGET_ROOT', dll)
env.Alias('chrome', i)
|