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

Side by Side Diff: build/temp_gyp/breakpad.gyp

Issue 62076: Switching breakpad to gyp generated project. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months 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 unified diff | Download patch
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome.sln » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../common.gypi',
8 ],
9 'conditions': [
10 [ 'OS=="win"', {
11 'targets': [
12 {
13 'target_name': 'breakpad_handler',
14 'type': 'static_library',
15 'msvs_guid': 'B55CA863-B374-4BAF-95AC-539E4FA4C90C',
16 'sources': [
17 '../../breakpad/src/client/windows/crash_generation/client_info.cc',
18 '../../breakpad/src/client/windows/crash_generation/client_info.h',
19 '../../breakpad/src/client/windows/crash_generation/crash_generation _client.cc',
20 '../../breakpad/src/client/windows/crash_generation/crash_generation _client.h',
21 '../../breakpad/src/client/windows/crash_generation/crash_generation _server.cc',
22 '../../breakpad/src/client/windows/crash_generation/crash_generation _server.h',
23 '../../breakpad/src/client/windows/handler/exception_handler.cc',
24 '../../breakpad/src/client/windows/handler/exception_handler.h',
25 '../../breakpad/src/common/windows/guid_string.cc',
26 '../../breakpad/src/common/windows/guid_string.h',
27 '../../breakpad/src/google_breakpad/common/minidump_format.h',
28 '../../breakpad/src/client/windows/crash_generation/minidump_generat or.cc',
29 '../../breakpad/src/client/windows/crash_generation/minidump_generat or.h',
30 '../../breakpad/src/common/windows/string_utils-inl.h',
31 ],
32 'include_dirs': [
33 '../../breakpad/src',
34 ],
35 'direct_dependent_settings': {
36 'include_dirs': [
37 '../../breakpad/src',
38 ],
39 },
40 },
41 {
42 'target_name': 'breakpad_sender',
43 'type': 'static_library',
44 'msvs_guid': '9946A048-043B-4F8F-9E07-9297B204714C',
45 'sources': [
46 '../../breakpad/src/client/windows/sender/crash_report_sender.cc',
47 '../../breakpad/src/common/windows/http_upload.cc',
48 '../../breakpad/src/client/windows/sender/crash_report_sender.h',
49 '../../breakpad/src/common/windows/http_upload.h',
50 ],
51 'include_dirs': [
52 '../../breakpad/src',
53 ],
54 'direct_dependent_settings': {
55 'include_dirs': [
56 '../../breakpad/src',
57 ],
58 },
59 },
60 ],
61 }],
62 ],
63 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698