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

Side by Side Diff: net/net.gyp

Issue 1562073003: net: exclude directory_listing_unittest.cc from the build when the file support is disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for gyp too 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 | « net/BUILD.gn ('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 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 ['exclude', '^websockets/'], 265 ['exclude', '^websockets/'],
266 ['exclude', '^server/'], 266 ['exclude', '^server/'],
267 ], 267 ],
268 'dependencies!': [ 268 'dependencies!': [
269 'http_server', 269 'http_server',
270 ], 270 ],
271 }], 271 }],
272 ['disable_file_support==1', { 272 ['disable_file_support==1', {
273 'sources!': [ 273 'sources!': [
274 'base/directory_lister_unittest.cc', 274 'base/directory_lister_unittest.cc',
275 'base/directory_listing_unittest.cc',
275 'url_request/url_request_file_job_unittest.cc', 276 'url_request/url_request_file_job_unittest.cc',
276 ], 277 ],
277 }], 278 }],
278 [ 'disable_ftp_support==1', { 279 [ 'disable_ftp_support==1', {
279 'sources/': [ 280 'sources/': [
280 ['exclude', '^ftp/'], 281 ['exclude', '^ftp/'],
281 ], 282 ],
282 'sources!': [ 283 'sources!': [
283 'url_request/url_request_ftp_job_unittest.cc', 284 'url_request/url_request_ftp_job_unittest.cc',
284 ], 285 ],
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 '../build/isolate.gypi', 1708 '../build/isolate.gypi',
1708 ], 1709 ],
1709 'sources': [ 1710 'sources': [
1710 'net_unittests.isolate', 1711 'net_unittests.isolate',
1711 ], 1712 ],
1712 }, 1713 },
1713 ], 1714 ],
1714 }], 1715 }],
1715 ], 1716 ],
1716 } 1717 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698