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

Unified Diff: breakpad/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 | « base/gfx/base_gfx.scons ('k') | build/SConscript.main » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/SConscript
diff --git a/breakpad/SConscript b/breakpad/SConscript
index c80614b0885cc40ed9e1dea8e83bbb30e0d8a740..fe2ca9fa3c075f79da33c0f6ddb52612b73e2a51 100644
--- a/breakpad/SConscript
+++ b/breakpad/SConscript
@@ -26,7 +26,7 @@ if env.Bit('windows'):
'src/common/windows/http_upload.cc',
]
- env.ChromeStaticLibrary('breakpad_sender', sender_input_files)
+ env.ChromeLibrary('breakpad_sender', sender_input_files)
env.ChromeMSVSProject('$BREAKPAD_DIR/breakpad_sender.vcproj',
guid='{9946A048-043B-4F8F-9E07-9297B204714C}')
@@ -48,7 +48,7 @@ elif env.Bit('linux'):
'src/client/linux/handler/linux_thread.cc',
]
-env.ChromeStaticLibrary('breakpad_handler', handler_input_files)
+env.ChromeLibrary('breakpad_handler', handler_input_files)
env.ChromeMSVSProject('$BREAKPAD_DIR/breakpad_handler.vcproj',
guid='{B55CA863-B374-4BAF-95AC-539E4FA4C90C}')
« no previous file with comments | « base/gfx/base_gfx.scons ('k') | build/SConscript.main » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698