summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-03 21:21:33 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-03 21:21:33 +0000
commitf1db7a1f34514312bd704e1b966ff40d2666dee7 (patch)
tree17289f79a19fba8b28a9a1970fc29e050d16c778 /testing
parentdf2615ef196cd019e74187721e42360346f1d455 (diff)
downloadchromium_src-f1db7a1f34514312bd704e1b966ff40d2666dee7.zip
chromium_src-f1db7a1f34514312bd704e1b966ff40d2666dee7.tar.gz
chromium_src-f1db7a1f34514312bd704e1b966ff40d2666dee7.tar.bz2
Convert submodules SConscript files to psuedo-builder calls.
TBR: evanm,bradnelson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r--testing/SConscript.gtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/SConscript.gtest b/testing/SConscript.gtest
index c2810c1..01d1f46 100644
--- a/testing/SConscript.gtest
+++ b/testing/SConscript.gtest
@@ -55,4 +55,4 @@ input_files = [
'gtest/src/gtest.cc',
]
-env.StaticLibrary('gtest', input_files)
+env.ChromeStaticLibrary('gtest', input_files)