| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |