Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Unified Diff: testing/SConscript.gtest

Issue 16477: Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the (Closed)
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/SConscript ('k') | third_party/bspatch/bspatch.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/SConscript.gtest
diff --git a/testing/SConscript.gtest b/testing/SConscript.gtest
index 8df8d65da5d5a54deca6c0199d764843091383b5..870bf51c2af77e02b113e8110c38880147ea014c 100644
--- a/testing/SConscript.gtest
+++ b/testing/SConscript.gtest
@@ -43,7 +43,7 @@ input_files = ChromeFileList([
'multiprocess_func_list.cc',
])
-env.ChromeStaticLibrary('gtest', input_files)
+env.ChromeLibrary('gtest', input_files)
p = env.ChromeMSVSProject('gtest.vcproj',
guid='{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}',
« no previous file with comments | « skia/SConscript ('k') | third_party/bspatch/bspatch.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698