diff options
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/breakpad/SConscript b/breakpad/SConscript index 6fc4849..c80614b 100644 --- a/breakpad/SConscript +++ b/breakpad/SConscript @@ -28,6 +28,8 @@ if env.Bit('windows'): env.ChromeStaticLibrary('breakpad_sender', sender_input_files) +env.ChromeMSVSProject('$BREAKPAD_DIR/breakpad_sender.vcproj', + guid='{9946A048-043B-4F8F-9E07-9297B204714C}') if env.Bit('windows'): handler_input_files = [ @@ -48,3 +50,6 @@ elif env.Bit('linux'): env.ChromeStaticLibrary('breakpad_handler', handler_input_files) +env.ChromeMSVSProject('$BREAKPAD_DIR/breakpad_handler.vcproj', + guid='{B55CA863-B374-4BAF-95AC-539E4FA4C90C}') + |