Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2445)

Side by Side Diff: client/windows/tests/crash_generation_app/crash_generation_app.gyp

Issue 1084002: Fix VS project generation for the crash generation app. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/
Patch Set: Created 11 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted