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

Unified Diff: third_party/libevent/libevent.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 | « third_party/bzip2/bzip2.scons ('k') | third_party/libjpeg/libjpeg.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libevent/libevent.scons
diff --git a/third_party/libevent/libevent.scons b/third_party/libevent/libevent.scons
index 124f825b1680030489c4b2ef22f23a17720c82fa..f8fc4bf1d86998a0183679e3ee364ad282385c48 100644
--- a/third_party/libevent/libevent.scons
+++ b/third_party/libevent/libevent.scons
@@ -73,4 +73,4 @@ if env.Bit('mac'):
])
-env.ChromeStaticLibrary('event', input_files)
+env.ChromeLibrary('event', input_files)
« no previous file with comments | « third_party/bzip2/bzip2.scons ('k') | third_party/libjpeg/libjpeg.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698