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

Side by Side Diff: breakpad/breakpad_sender.gypi

Issue 2718014: Windows: Remove invalid gyp settings.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « breakpad/breakpad_handler.gypi ('k') | 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) 2009 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'breakpad_sender_target': 0, 8 'breakpad_sender_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
11 ['breakpad_sender_target==1', { 11 ['breakpad_sender_target==1', {
12 'sources': [ 12 'sources': [
13 'src/client/windows/sender/crash_report_sender.cc', 13 'src/client/windows/sender/crash_report_sender.cc',
14 'src/common/windows/http_upload.cc', 14 'src/common/windows/http_upload.cc',
15 'src/client/windows/sender/crash_report_sender.h', 15 'src/client/windows/sender/crash_report_sender.h',
16 'src/common/windows/http_upload.h', 16 'src/common/windows/http_upload.h',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 'src', 19 'src',
20 ], 20 ],
21 'link_settings': {
22 'libraries': [
23 '-lurlmon.lib',
24 ],
25 },
26 }], 21 }],
27 ], 22 ],
28 }, 23 },
29 'conditions': [ 24 'conditions': [
30 [ 'OS=="win"', { 25 [ 'OS=="win"', {
31 'targets': [ 26 'targets': [
32 { 27 {
33 'target_name': 'breakpad_sender', 28 'target_name': 'breakpad_sender',
34 'type': '<(library)', 29 'type': '<(library)',
35 'msvs_guid': '9946A048-043B-4F8F-9E07-9297B204714C', 30 'msvs_guid': '9946A048-043B-4F8F-9E07-9297B204714C',
(...skipping 25 matching lines...) Expand all
61 'configurations': { 56 'configurations': {
62 'Common_Base': { 57 'Common_Base': {
63 'msvs_target_platform': 'x64', 58 'msvs_target_platform': 'x64',
64 }, 59 },
65 }, 60 },
66 }, 61 },
67 ], 62 ],
68 }], 63 }],
69 ], 64 ],
70 } 65 }
OLDNEW
« no previous file with comments | « breakpad/breakpad_handler.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698