| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
| 7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'ssl/ssl_info.cc', | 180 'ssl/ssl_info.cc', |
| 181 'ssl/ssl_info.h', | 181 'ssl/ssl_info.h', |
| 182 ], | 182 ], |
| 183 'net_non_nacl_sources': [ | 183 'net_non_nacl_sources': [ |
| 184 'android/android_private_key.cc', | 184 'android/android_private_key.cc', |
| 185 'android/android_private_key.h', | 185 'android/android_private_key.h', |
| 186 'android/cert_verify_result_android.cc', | 186 'android/cert_verify_result_android.cc', |
| 187 'android/cert_verify_result_android.h', | 187 'android/cert_verify_result_android.h', |
| 188 'android/gurl_utils.cc', | 188 'android/gurl_utils.cc', |
| 189 'android/gurl_utils.h', | 189 'android/gurl_utils.h', |
| 190 'android/http_auth_negotiate_android.cc', |
| 191 'android/http_auth_negotiate_android.h', |
| 190 'android/keystore.cc', | 192 'android/keystore.cc', |
| 191 'android/keystore.h', | 193 'android/keystore.h', |
| 192 'android/keystore_openssl.cc', | 194 'android/keystore_openssl.cc', |
| 193 'android/keystore_openssl.h', | 195 'android/keystore_openssl.h', |
| 194 'android/legacy_openssl.h', | 196 'android/legacy_openssl.h', |
| 195 'android/net_jni_registrar.cc', | 197 'android/net_jni_registrar.cc', |
| 196 'android/net_jni_registrar.h', | 198 'android/net_jni_registrar.h', |
| 197 'android/network_change_notifier_android.cc', | 199 'android/network_change_notifier_android.cc', |
| 198 'android/network_change_notifier_android.h', | 200 'android/network_change_notifier_android.h', |
| 199 'android/network_change_notifier_delegate_android.cc', | 201 'android/network_change_notifier_delegate_android.cc', |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 'http/http_auth_handler.cc', | 651 'http/http_auth_handler.cc', |
| 650 'http/http_auth_handler.h', | 652 'http/http_auth_handler.h', |
| 651 'http/http_auth_handler_basic.cc', | 653 'http/http_auth_handler_basic.cc', |
| 652 'http/http_auth_handler_basic.h', | 654 'http/http_auth_handler_basic.h', |
| 653 'http/http_auth_handler_digest.cc', | 655 'http/http_auth_handler_digest.cc', |
| 654 'http/http_auth_handler_digest.h', | 656 'http/http_auth_handler_digest.h', |
| 655 'http/http_auth_handler_factory.cc', | 657 'http/http_auth_handler_factory.cc', |
| 656 'http/http_auth_handler_factory.h', | 658 'http/http_auth_handler_factory.h', |
| 657 'http/http_auth_handler_negotiate.cc', | 659 'http/http_auth_handler_negotiate.cc', |
| 658 'http/http_auth_handler_negotiate.h', | 660 'http/http_auth_handler_negotiate.h', |
| 661 'http/http_auth_handler_negotiate_parse.cc', |
| 662 'http/http_auth_handler_negotiate_parse.h', |
| 659 'http/http_auth_handler_ntlm.cc', | 663 'http/http_auth_handler_ntlm.cc', |
| 660 'http/http_auth_handler_ntlm.h', | 664 'http/http_auth_handler_ntlm.h', |
| 661 'http/http_auth_handler_ntlm_portable.cc', | 665 'http/http_auth_handler_ntlm_portable.cc', |
| 662 'http/http_auth_handler_ntlm_win.cc', | 666 'http/http_auth_handler_ntlm_win.cc', |
| 663 'http/http_auth_sspi_win.cc', | 667 'http/http_auth_sspi_win.cc', |
| 664 'http/http_auth_sspi_win.h', | 668 'http/http_auth_sspi_win.h', |
| 665 'http/http_basic_state.cc', | 669 'http/http_basic_state.cc', |
| 666 'http/http_basic_state.h', | 670 'http/http_basic_state.h', |
| 667 'http/http_basic_stream.cc', | 671 'http/http_basic_stream.cc', |
| 668 'http/http_basic_stream.h', | 672 'http/http_basic_stream.h', |
| (...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1279 'websockets/websocket_stream.h', | 1283 'websockets/websocket_stream.h', |
| 1280 ], | 1284 ], |
| 1281 'net_extras_sources': [ | 1285 'net_extras_sources': [ |
| 1282 'extras/sqlite/cookie_crypto_delegate.h', | 1286 'extras/sqlite/cookie_crypto_delegate.h', |
| 1283 'extras/sqlite/sqlite_channel_id_store.cc', | 1287 'extras/sqlite/sqlite_channel_id_store.cc', |
| 1284 'extras/sqlite/sqlite_channel_id_store.h', | 1288 'extras/sqlite/sqlite_channel_id_store.h', |
| 1285 'extras/sqlite/sqlite_persistent_cookie_store.cc', | 1289 'extras/sqlite/sqlite_persistent_cookie_store.cc', |
| 1286 'extras/sqlite/sqlite_persistent_cookie_store.h', | 1290 'extras/sqlite/sqlite_persistent_cookie_store.h', |
| 1287 ], | 1291 ], |
| 1288 'net_test_sources': [ | 1292 'net_test_sources': [ |
| 1293 'android/dummy_spnego_authenticator.cc', |
| 1294 'android/dummy_spnego_authenticator.h', |
| 1295 'android/http_auth_negotiate_android_unittest.cc', |
| 1289 'android/keystore_unittest.cc', | 1296 'android/keystore_unittest.cc', |
| 1290 'android/network_change_notifier_android_unittest.cc', | 1297 'android/network_change_notifier_android_unittest.cc', |
| 1291 'base/address_list_unittest.cc', | 1298 'base/address_list_unittest.cc', |
| 1292 'base/address_tracker_linux_unittest.cc', | 1299 'base/address_tracker_linux_unittest.cc', |
| 1293 'base/backoff_entry_serializer_unittest.cc', | 1300 'base/backoff_entry_serializer_unittest.cc', |
| 1294 'base/backoff_entry_unittest.cc', | 1301 'base/backoff_entry_unittest.cc', |
| 1295 'base/chunked_upload_data_stream_unittest.cc', | 1302 'base/chunked_upload_data_stream_unittest.cc', |
| 1296 'base/data_url_unittest.cc', | 1303 'base/data_url_unittest.cc', |
| 1297 'base/directory_lister_unittest.cc', | 1304 'base/directory_lister_unittest.cc', |
| 1298 'base/dns_util_unittest.cc', | 1305 'base/dns_util_unittest.cc', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1428 'http/http_auth_challenge_tokenizer_unittest.cc', | 1435 'http/http_auth_challenge_tokenizer_unittest.cc', |
| 1429 'http/http_auth_controller_unittest.cc', | 1436 'http/http_auth_controller_unittest.cc', |
| 1430 'http/http_auth_filter_unittest.cc', | 1437 'http/http_auth_filter_unittest.cc', |
| 1431 'http/http_auth_gssapi_posix_unittest.cc', | 1438 'http/http_auth_gssapi_posix_unittest.cc', |
| 1432 'http/http_auth_handler_basic_unittest.cc', | 1439 'http/http_auth_handler_basic_unittest.cc', |
| 1433 'http/http_auth_handler_digest_unittest.cc', | 1440 'http/http_auth_handler_digest_unittest.cc', |
| 1434 'http/http_auth_handler_factory_unittest.cc', | 1441 'http/http_auth_handler_factory_unittest.cc', |
| 1435 'http/http_auth_handler_mock.cc', | 1442 'http/http_auth_handler_mock.cc', |
| 1436 'http/http_auth_handler_mock.h', | 1443 'http/http_auth_handler_mock.h', |
| 1437 'http/http_auth_handler_negotiate_unittest.cc', | 1444 'http/http_auth_handler_negotiate_unittest.cc', |
| 1445 'http/http_auth_handler_negotiate_parse_unittest.cc', |
| 1438 'http/http_auth_handler_unittest.cc', | 1446 'http/http_auth_handler_unittest.cc', |
| 1439 'http/http_auth_sspi_win_unittest.cc', | 1447 'http/http_auth_sspi_win_unittest.cc', |
| 1440 'http/http_auth_unittest.cc', | 1448 'http/http_auth_unittest.cc', |
| 1441 'http/http_basic_state_unittest.cc', | 1449 'http/http_basic_state_unittest.cc', |
| 1442 'http/http_byte_range_unittest.cc', | 1450 'http/http_byte_range_unittest.cc', |
| 1443 'http/http_cache_unittest.cc', | 1451 'http/http_cache_unittest.cc', |
| 1444 'http/http_chunked_decoder_unittest.cc', | 1452 'http/http_chunked_decoder_unittest.cc', |
| 1445 'http/http_content_disposition_unittest.cc', | 1453 'http/http_content_disposition_unittest.cc', |
| 1446 'http/http_log_util_unittest.cc', | 1454 'http/http_log_util_unittest.cc', |
| 1447 'http/http_network_layer_unittest.cc', | 1455 'http/http_network_layer_unittest.cc', |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1831 'base/mac/url_conversions_unittest.mm', | 1839 'base/mac/url_conversions_unittest.mm', |
| 1832 ], | 1840 ], |
| 1833 'net_docs_script': 'tools/net_docs/net_docs.py', | 1841 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1834 'net_docs_sources': [ | 1842 'net_docs_sources': [ |
| 1835 'README.md', | 1843 'README.md', |
| 1836 'sdch/README.md', | 1844 'sdch/README.md', |
| 1837 ], | 1845 ], |
| 1838 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1846 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1839 } | 1847 } |
| 1840 } | 1848 } |
| OLD | NEW |