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

Side by Side Diff: net/net.gyp

Issue 1557643002: Fix net_unittests build errors when enable_bidirectional_stream is set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | net/spdy/bidirectional_stream_spdy_job.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 ], 282 ],
283 'sources!': [ 283 'sources!': [
284 'url_request/url_request_ftp_job_unittest.cc', 284 'url_request/url_request_ftp_job_unittest.cc',
285 ], 285 ],
286 }, 286 },
287 ], 287 ],
288 [ 'enable_bidirectional_stream!=1', { 288 [ 'enable_bidirectional_stream!=1', {
289 'sources!': [ 289 'sources!': [
290 'http/bidirectional_stream_unittest.cc', 290 'http/bidirectional_stream_unittest.cc',
291 ], 291 ],
292 }, 292 }, { # else
293 'defines': [
294 'ENABLE_BIDIRECTIONAL_STREAM',
295 ],
296 }
293 ], 297 ],
294 [ 'enable_built_in_dns!=1', { 298 [ 'enable_built_in_dns!=1', {
295 'sources!': [ 299 'sources!': [
296 'dns/address_sorter_posix_unittest.cc', 300 'dns/address_sorter_posix_unittest.cc',
297 'dns/address_sorter_unittest.cc', 301 'dns/address_sorter_unittest.cc',
298 ], 302 ],
299 }, 303 },
300 ], 304 ],
301 [ 'use_v8_in_net==1', { 305 [ 'use_v8_in_net==1', {
302 'dependencies': [ 306 'dependencies': [
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1702 '../build/isolate.gypi', 1706 '../build/isolate.gypi',
1703 ], 1707 ],
1704 'sources': [ 1708 'sources': [
1705 'net_unittests.isolate', 1709 'net_unittests.isolate',
1706 ], 1710 ],
1707 }, 1711 },
1708 ], 1712 ],
1709 }], 1713 }],
1710 ], 1714 ],
1711 } 1715 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/bidirectional_stream_spdy_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698