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

Unified Diff: build/linux/system.gyp

Issue 484003: Revert 34195 - Make sure the 'use_system_*' variables are actually visible in... (Closed) Base URL: svn://svn.chromium.org/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/install-build-deps.sh ('k') | third_party/bzip2/bzip2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
===================================================================
--- build/linux/system.gyp (revision 34212)
+++ build/linux/system.gyp (working copy)
@@ -13,19 +13,11 @@
'pkg-config': 'pkg-config'
},
}],
- [ 'OS=="linux"', {
- 'variables': {
- # We use our own copy of libssl, although we still need to link against
- # the rest of NSS.
- 'use_system_ssl%': 0,
- },
- }, { # OS!="linux"
- 'variables': {
- 'use_system_ssl%': 1,
- },
- }],
],
+ 'variables': {
+ 'use_system_ssl%': 1,
+ },
'targets': [
{
« no previous file with comments | « build/install-build-deps.sh ('k') | third_party/bzip2/bzip2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698