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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 7011032: Make the gyp files more cross-platform across the Unices (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updated to trunk and added spaces, collapsed one check Created 9 years, 7 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chrome_exe_target': 0, 8 'chrome_exe_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'target_name': 'chrome', 143 'target_name': 'chrome',
144 'type': 'executable', 144 'type': 'executable',
145 'mac_bundle': 1, 145 'mac_bundle': 1,
146 'msvs_guid': '7B219FAA-E360-43C8-B341-804A94EEFFAC', 146 'msvs_guid': '7B219FAA-E360-43C8-B341-804A94EEFFAC',
147 'variables': { 147 'variables': {
148 'chrome_exe_target': 1, 148 'chrome_exe_target': 1,
149 'use_system_xdg_utils%': 0, 149 'use_system_xdg_utils%': 0,
150 'disable_pie%': 0, 150 'disable_pie%': 0,
151 }, 151 },
152 'conditions': [ 152 'conditions': [
153 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 153 ['os_posix == 1 and OS != "mac"', {
154 'actions': [ 154 'actions': [
155 { 155 {
156 'action_name': 'manpage', 156 'action_name': 'manpage',
157 'conditions': [ 157 'conditions': [
158 [ 'branding == "Chrome"', { 158 [ 'branding == "Chrome"', {
159 'variables': { 159 'variables': {
160 'name': 'Google Chrome', 160 'name': 'Google Chrome',
161 'filename': 'google-chrome', 161 'filename': 'google-chrome',
162 'confdir': 'google-chrome', 162 'confdir': 'google-chrome',
163 }, 163 },
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'configurations': { 530 'configurations': {
531 'Common_Base': { 531 'Common_Base': {
532 'msvs_target_platform': 'x64', 532 'msvs_target_platform': 'x64',
533 }, 533 },
534 }, 534 },
535 }, 535 },
536 ], 536 ],
537 }], 537 }],
538 ], 538 ],
539 } 539 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | chrome/chrome_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698