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

Unified Diff: chrome/views/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 | « chrome/third_party/hunspell/SConscript ('k') | gears/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/SConscript
diff --git a/chrome/views/SConscript b/chrome/views/SConscript
index d415f0f8aec6672044d75453ba5931455e1ac21a..1c9779af68b78c04e826015efea0b2576f39e15b 100644
--- a/chrome/views/SConscript
+++ b/chrome/views/SConscript
@@ -92,7 +92,7 @@ input_files = [
'window_delegate.cc',
]
-env.ChromeStaticLibrary('views', input_files)
+env.ChromeLibrary('views', input_files)
env.ChromeMSVSProject('$CHROME_DIR/views/views.vcproj',
dependencies = [
« no previous file with comments | « chrome/third_party/hunspell/SConscript ('k') | gears/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698