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

Unified Diff: net/net_lib.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 | « media/media_lib.scons ('k') | sandbox/src/sandbox_lib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_lib.scons
diff --git a/net/net_lib.scons b/net/net_lib.scons
index d9566a6bf320bc4a2f5e54ccc8cd8e7d02d3620d..70d36e9ce38d289679ff54777e2d2a12b27bbc41 100644
--- a/net/net_lib.scons
+++ b/net/net_lib.scons
@@ -169,7 +169,7 @@ if env.Bit('windows'):
env.Append(CCPCHFLAGS = ['/FIprecompiled_net.h'])
input_files += [obj]
-env.ChromeStaticLibrary('net', input_files)
+env.ChromeLibrary('net', input_files)
env.ChromeMSVSProject('$NET_DIR/build/net.vcproj',
dependencies = [
« no previous file with comments | « media/media_lib.scons ('k') | sandbox/src/sandbox_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698