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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'base/upload_data.h', | 154 'base/upload_data.h', |
155 'base/upload_data_stream.cc', | 155 'base/upload_data_stream.cc', |
156 'base/upload_data_stream.h', | 156 'base/upload_data_stream.h', |
157 'base/winsock_init.cc', | 157 'base/winsock_init.cc', |
158 'base/winsock_init.h', | 158 'base/winsock_init.h', |
159 'base/x509_certificate.cc', | 159 'base/x509_certificate.cc', |
160 'base/x509_certificate.h', | 160 'base/x509_certificate.h', |
161 'base/x509_certificate_mac.cc', | 161 'base/x509_certificate_mac.cc', |
162 'base/x509_certificate_nss.cc', | 162 'base/x509_certificate_nss.cc', |
163 'base/x509_certificate_win.cc', | 163 'base/x509_certificate_win.cc', |
164 'base/x509_cert_types.cc', | |
165 'base/x509_cert_types.h', | |
166 'base/x509_cert_types_mac.cc', | |
167 ], | 164 ], |
168 'export_dependent_settings': [ | 165 'export_dependent_settings': [ |
169 '../base/base.gyp:base', | 166 '../base/base.gyp:base', |
170 ], | 167 ], |
171 'conditions': [ | 168 'conditions': [ |
172 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { | 169 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
173 'dependencies': [ | 170 'dependencies': [ |
174 '../build/linux/system.gyp:gconf', | 171 '../build/linux/system.gyp:gconf', |
175 '../build/linux/system.gyp:gdk', | 172 '../build/linux/system.gyp:gdk', |
176 '../build/linux/system.gyp:nss', | 173 '../build/linux/system.gyp:nss', |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 'base/ssl_client_auth_cache_unittest.cc', | 626 'base/ssl_client_auth_cache_unittest.cc', |
630 'base/ssl_config_service_mac_unittest.cc', | 627 'base/ssl_config_service_mac_unittest.cc', |
631 'base/ssl_config_service_win_unittest.cc', | 628 'base/ssl_config_service_win_unittest.cc', |
632 'base/static_cookie_policy_unittest.cc', | 629 'base/static_cookie_policy_unittest.cc', |
633 'base/transport_security_state_unittest.cc', | 630 'base/transport_security_state_unittest.cc', |
634 'base/telnet_server_unittest.cc', | 631 'base/telnet_server_unittest.cc', |
635 'base/test_certificate_data.h', | 632 'base/test_certificate_data.h', |
636 'base/test_completion_callback_unittest.cc', | 633 'base/test_completion_callback_unittest.cc', |
637 'base/upload_data_stream_unittest.cc', | 634 'base/upload_data_stream_unittest.cc', |
638 'base/x509_certificate_unittest.cc', | 635 'base/x509_certificate_unittest.cc', |
639 'base/x509_cert_types_unittest.cc', | |
640 'disk_cache/addr_unittest.cc', | 636 'disk_cache/addr_unittest.cc', |
641 'disk_cache/backend_unittest.cc', | 637 'disk_cache/backend_unittest.cc', |
642 'disk_cache/bitmap_unittest.cc', | 638 'disk_cache/bitmap_unittest.cc', |
643 'disk_cache/block_files_unittest.cc', | 639 'disk_cache/block_files_unittest.cc', |
644 'disk_cache/disk_cache_test_base.cc', | 640 'disk_cache/disk_cache_test_base.cc', |
645 'disk_cache/disk_cache_test_base.h', | 641 'disk_cache/disk_cache_test_base.h', |
646 'disk_cache/entry_unittest.cc', | 642 'disk_cache/entry_unittest.cc', |
647 'disk_cache/mapped_file_unittest.cc', | 643 'disk_cache/mapped_file_unittest.cc', |
648 'disk_cache/storage_block_unittest.cc', | 644 'disk_cache/storage_block_unittest.cc', |
649 'ftp/ftp_auth_cache_unittest.cc', | 645 'ftp/ftp_auth_cache_unittest.cc', |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 ], | 956 ], |
961 }], | 957 }], |
962 ], | 958 ], |
963 } | 959 } |
964 | 960 |
965 # Local Variables: | 961 # Local Variables: |
966 # tab-width:2 | 962 # tab-width:2 |
967 # indent-tabs-mode:nil | 963 # indent-tabs-mode:nil |
968 # End: | 964 # End: |
969 # vim: set expandtab tabstop=2 shiftwidth=2: | 965 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |