Left: | ||
Right: |
OLD | NEW |
---|---|
1 # Copyright (c) 2010, Google Inc. | 1 # Copyright (c) 2010, Google Inc. |
2 # All rights reserved. | 2 # All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 27 matching lines...) Expand all Loading... | |
38 'sources': [ | 38 'sources': [ |
39 'abstract_class.cc', | 39 'abstract_class.cc', |
40 'abstract_class.h', | 40 'abstract_class.h', |
41 'crash_generation_app.cc', | 41 'crash_generation_app.cc', |
42 'crash_generation_app.h', | 42 'crash_generation_app.h', |
43 'crash_generation_app.ico', | 43 'crash_generation_app.ico', |
44 'crash_generation_app.rc', | 44 'crash_generation_app.rc', |
45 'resource.h', | 45 'resource.h', |
46 'small.ico', | 46 'small.ico', |
47 ], | 47 ], |
48 'libraries': [ | |
Mark Mentovai
2014/01/17 21:51:44
Why’s this so far to the right?
Cris Neckar
2014/01/17 21:57:22
whoops. had a tab in there.
DONE
| |
49 'user32.lib', | |
50 ], | |
48 'dependencies': [ | 51 'dependencies': [ |
49 '../../breakpad_client.gyp:common', | 52 '../../breakpad_client.gyp:common', |
50 '../../crash_generation/crash_generation.gyp:crash_generation_server', | 53 '../../crash_generation/crash_generation.gyp:crash_generation_server', |
51 '../../crash_generation/crash_generation.gyp:crash_generation_client', | 54 '../../crash_generation/crash_generation.gyp:crash_generation_client', |
52 '../../handler/exception_handler.gyp:exception_handler', | 55 '../../handler/exception_handler.gyp:exception_handler', |
53 ], | 56 ], |
54 'msvs_settings': { | 57 'msvs_settings': { |
55 'VCLinkerTool': { | 58 'VCLinkerTool': { |
56 'SubSystem': '2', # Windows Subsystem as opposed to a console app | 59 'SubSystem': '2', # Windows Subsystem as opposed to a console app |
57 }, | 60 }, |
58 }, | 61 }, |
59 } | 62 } |
60 ] | 63 ] |
61 } | 64 } |
OLD | NEW |