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

Unified Diff: webkit/SConscript.javascriptcore_pcre

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 | « third_party/zlib/zlib.scons ('k') | webkit/SConscript.port » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/SConscript.javascriptcore_pcre
diff --git a/webkit/SConscript.javascriptcore_pcre b/webkit/SConscript.javascriptcore_pcre
index 6694b679819bdcd944d0214cce91af85a9dfd0ae..d30e771aae1cfad7d9c4e60a409c92dc0d011737 100644
--- a/webkit/SConscript.javascriptcore_pcre
+++ b/webkit/SConscript.javascriptcore_pcre
@@ -49,7 +49,7 @@ input_files = [
'$PCRE_DIR/pcre_exec.cpp',
]
-env.ChromeStaticLibrary('JavaScriptCore_pcre', input_files)
+env.ChromeLibrary('JavaScriptCore_pcre', input_files)
env.ChromeMSVSProject('$WEBKIT_DIR/build/JavaScriptCore/JavaScriptCore_pcre.vcproj',
guid='{49909552-0B0C-4C14-8CF6-DB8A2ADE0934}')
« no previous file with comments | « third_party/zlib/zlib.scons ('k') | webkit/SConscript.port » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698