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

Unified Diff: media/media_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 | « gears/SConscript.browser ('k') | net/net_lib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_lib.scons
diff --git a/media/media_lib.scons b/media/media_lib.scons
index c6061ce9d9b89f7698bee1faec33d684176f8b1e..cb4969899eba7718663b9ffc06008790174dd261 100644
--- a/media/media_lib.scons
+++ b/media/media_lib.scons
@@ -45,7 +45,7 @@ if env.Bit('posix'):
input_files.extend([
])
-env.ChromeStaticLibrary('media', input_files)
+env.ChromeLibrary('media', input_files)
env.ChromeMSVSProject('$MEDIA_DIR/build/media.vcproj',
guid='{6AE76406-B03B-11DD-94B1-80B556D89593}')
« no previous file with comments | « gears/SConscript.browser ('k') | net/net_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698