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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 4980003: Linux: fix build of setuid sandbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops, previous try didn't work. Created 10 years, 1 month 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 | « chrome/chrome_browser.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 ['branding=="Chrome"', { 390 ['branding=="Chrome"', {
391 'dependencies': [ 391 'dependencies': [
392 'linux_installer_configs', 392 'linux_installer_configs',
393 ], 393 ],
394 }], 394 }],
395 ['selinux==0', { 395 ['selinux==0', {
396 'dependencies': [ 396 'dependencies': [
397 '../sandbox/sandbox.gyp:sandbox', 397 '../sandbox/sandbox.gyp:sandbox',
398 ], 398 ],
399 }], 399 }],
400 ['linux_sandbox_path != ""', {
401 'defines': [
402 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
403 ],
404 }],
405 ], 400 ],
406 }], 401 }],
407 ['OS != "mac"', { 402 ['OS != "mac"', {
408 'conditions': [ 403 'conditions': [
409 ['branding=="Chrome"', { 404 ['branding=="Chrome"', {
410 'product_name': 'chrome' 405 'product_name': 'chrome'
411 }, { # else: Branding!="Chrome" 406 }, { # else: Branding!="Chrome"
412 # TODO: change to: 407 # TODO: change to:
413 # 'product_name': 'chromium' 408 # 'product_name': 'chromium'
414 # whenever we convert the rest of the infrastructure 409 # whenever we convert the rest of the infrastructure
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'configurations': { 509 'configurations': {
515 'Common_Base': { 510 'Common_Base': {
516 'msvs_target_platform': 'x64', 511 'msvs_target_platform': 'x64',
517 }, 512 },
518 }, 513 },
519 }, 514 },
520 ], 515 ],
521 }], 516 }],
522 ], 517 ],
523 } 518 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698