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

Side by Side Diff: net/third_party/nss/nss.gyp

Issue 518065: Disable Nagle on Linux and TLS cut through support (Closed)
Patch Set: ... Created 10 years, 10 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
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 'conditions': [ 6 'conditions': [
7 [ 'OS == "linux"', { 7 [ 'OS == "linux"', {
8 'conditions': [ 8 'conditions': [
9 ['sysroot!=""', { 9 ['sysroot!=""', {
10 'variables': { 10 'variables': {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '../../../third_party/zlib/zlib.gyp:zlib', 119 '../../../third_party/zlib/zlib.gyp:zlib',
120 '../../../third_party/nss/nss.gyp:nss', 120 '../../../third_party/nss/nss.gyp:nss',
121 ], 121 ],
122 'direct_dependent_settings': { 122 'direct_dependent_settings': {
123 'include_dirs': [ 123 'include_dirs': [
124 'ssl', 124 'ssl',
125 ], 125 ],
126 }, 126 },
127 }], 127 }],
128 ], 128 ],
129 'configurations': {
130 'Debug_Base': {
131 'defines': [
132 'DEBUG',
133 ],
134 },
135 },
129 }, 136 },
130 ], 137 ],
131 } 138 }
132 139
133 # Local Variables: 140 # Local Variables:
134 # tab-width:2 141 # tab-width:2
135 # indent-tabs-mode:nil 142 # indent-tabs-mode:nil
136 # End: 143 # End:
137 # vim: set expandtab tabstop=2 shiftwidth=2: 144 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698