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

Unified Diff: skia/SConscript

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 | « sdch/SConscript ('k') | testing/SConscript.gtest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/SConscript
diff --git a/skia/SConscript b/skia/SConscript
index 789006f9af6c9ff3d5548c074a4fdadbfb7f8140..797652f874eac26581f9eebca0cd0a2e2a017542 100644
--- a/skia/SConscript
+++ b/skia/SConscript
@@ -457,7 +457,7 @@ if env.Bit('windows'):
env_p['PCH'] = pch
input_files.Replace('precompiled.cc', obj)
-env.ChromeStaticLibrary('skia', input_files)
+env.ChromeLibrary('skia', input_files)
p = env.ChromeMSVSProject('skia.vcproj',
guid='{CD9CA56E-4E94-444C-87D4-58CA1E6F300D}',
« no previous file with comments | « sdch/SConscript ('k') | testing/SConscript.gtest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698