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

Side by Side Diff: base/base.gypi

Issue 5625012: Switch linux OpenSSL build to use custom openssl version (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the system openssl build rule altogether, depend on third party directly Created 10 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 | « DEPS ('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) 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 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 ], 439 ],
440 'direct_dependent_settings': { 440 'direct_dependent_settings': {
441 'defines': [ 441 'defines': [
442 'NO_TCMALLOC', 442 'NO_TCMALLOC',
443 ], 443 ],
444 }, 444 },
445 }, 445 },
446 ], 446 ],
447 [ 'use_openssl==1', { 447 [ 'use_openssl==1', {
448 'dependencies': [ 448 'dependencies': [
449 '../build/linux/system.gyp:openssl', 449 '../third_party/openssl/openssl.gyp:openssl',
450 ], 450 ],
451 }, { # use_openssl==0 451 }, { # use_openssl==0
452 'dependencies': [ 452 'dependencies': [
453 '../build/linux/system.gyp:nss', 453 '../build/linux/system.gyp:nss',
454 ], 454 ],
455 } 455 }
456 ], 456 ],
457 ], 457 ],
458 'dependencies': [ 458 'dependencies': [
459 'symbolize', 459 'symbolize',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'third_party/xdg_mime/xdgmimemagic.c', 753 'third_party/xdg_mime/xdgmimemagic.c',
754 'third_party/xdg_mime/xdgmimemagic.h', 754 'third_party/xdg_mime/xdgmimemagic.h',
755 'third_party/xdg_mime/xdgmimeparent.c', 755 'third_party/xdg_mime/xdgmimeparent.c',
756 'third_party/xdg_mime/xdgmimeparent.h', 756 'third_party/xdg_mime/xdgmimeparent.h',
757 ], 757 ],
758 }, 758 },
759 ], 759 ],
760 }], 760 }],
761 ], 761 ],
762 } 762 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698