| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 ], | 715 ], |
| 716 }], | 716 }], |
| 717 ['chromeos==1', { | 717 ['chromeos==1', { |
| 718 'sources!': [ | 718 'sources!': [ |
| 719 'proxy/proxy_config_service_linux.cc', | 719 'proxy/proxy_config_service_linux.cc', |
| 720 'proxy/proxy_config_service_linux.h', | 720 'proxy/proxy_config_service_linux.h', |
| 721 ], | 721 ], |
| 722 }], | 722 }], |
| 723 ['use_openssl==1', { | 723 ['use_openssl==1', { |
| 724 'sources!': [ | 724 'sources!': [ |
| 725 'ocsp/nss_ocsp.cc', |
| 726 'ocsp/nss_ocsp.h', |
| 725 'socket/dns_cert_provenance_check.cc', | 727 'socket/dns_cert_provenance_check.cc', |
| 726 'socket/dns_cert_provenance_check.h', | 728 'socket/dns_cert_provenance_check.h', |
| 727 'socket/ssl_client_socket_nss.cc', | 729 'socket/ssl_client_socket_nss.cc', |
| 728 'socket/ssl_client_socket_nss.h', | 730 'socket/ssl_client_socket_nss.h', |
| 729 'socket/ssl_client_socket_nss_factory.cc', | 731 'socket/ssl_client_socket_nss_factory.cc', |
| 730 'socket/ssl_client_socket_nss_factory.h', | 732 'socket/ssl_client_socket_nss_factory.h', |
| 731 ], | 733 ], |
| 732 }, | 734 }, |
| 733 { # else !use_openssl: remove the unneeded files | 735 { # else !use_openssl: remove the unneeded files |
| 734 'sources!': [ | 736 'sources!': [ |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1406 ], | 1408 ], |
| 1407 }], | 1409 }], |
| 1408 ], | 1410 ], |
| 1409 } | 1411 } |
| 1410 | 1412 |
| 1411 # Local Variables: | 1413 # Local Variables: |
| 1412 # tab-width:2 | 1414 # tab-width:2 |
| 1413 # indent-tabs-mode:nil | 1415 # indent-tabs-mode:nil |
| 1414 # End: | 1416 # End: |
| 1415 # vim: set expandtab tabstop=2 shiftwidth=2: | 1417 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |