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

Unified Diff: base/gfx/base_gfx.scons

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 | « base/base_lib.scons ('k') | breakpad/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/gfx/base_gfx.scons
diff --git a/base/gfx/base_gfx.scons b/base/gfx/base_gfx.scons
index bcffedcc646e1c58ac695176ed7d2797ebec3913..5eb47dba17bd2d675ae53ae6c5753105a1da8224 100644
--- a/base/gfx/base_gfx.scons
+++ b/base/gfx/base_gfx.scons
@@ -56,7 +56,7 @@ elif env.Bit('linux'):
input_files.Extend([
])
-env.ChromeStaticLibrary('base_gfx', input_files)
+env.ChromeLibrary('base_gfx', input_files)
p = env.ChromeMSVSProject('../build/base_gfx.vcproj',
guid='{A508ADD3-CECE-4E0F-8448-2F5E454DF551}',
« no previous file with comments | « base/base_lib.scons ('k') | breakpad/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698