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

Side by Side Diff: breakpad/breakpad_sender.gypi

Issue 501127: Rearrange build configurations - make it clearer and allow better support for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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') | build/common.gypi » ('j') | 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': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'breakpad_sender_target': 1, 52 'breakpad_sender_target': 1,
53 }, 53 },
54 # TODO(gregoryd): direct_dependent_settings should be shared with the 54 # TODO(gregoryd): direct_dependent_settings should be shared with the
55 # 32-bit target, but it doesn't work due to a bug in gyp 55 # 32-bit target, but it doesn't work due to a bug in gyp
56 'direct_dependent_settings': { 56 'direct_dependent_settings': {
57 'include_dirs': [ 57 'include_dirs': [
58 'src', 58 'src',
59 ], 59 ],
60 }, 60 },
61 'configurations': { 61 'configurations': {
62 'Common': { 62 'Common_Base': {
63 'msvs_target_platform': 'x64', 63 'msvs_target_platform': 'x64',
64 }, 64 },
65 }, 65 },
66 }, 66 },
67 ], 67 ],
68 }], 68 }],
69 ], 69 ],
70 } 70 }
OLDNEW
« no previous file with comments | « breakpad/breakpad_handler.gypi ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698