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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1237 'websockets/websocket_job.cc', | 1237 'websockets/websocket_job.cc', |
1238 'websockets/websocket_job.h', | 1238 'websockets/websocket_job.h', |
1239 'websockets/websocket_mux.h', | 1239 'websockets/websocket_mux.h', |
1240 'websockets/websocket_net_log_params.cc', | 1240 'websockets/websocket_net_log_params.cc', |
1241 'websockets/websocket_net_log_params.h', | 1241 'websockets/websocket_net_log_params.h', |
1242 'websockets/websocket_stream.cc', | 1242 'websockets/websocket_stream.cc', |
1243 'websockets/websocket_stream.h', | 1243 'websockets/websocket_stream.h', |
1244 'websockets/websocket_throttle.cc', | 1244 'websockets/websocket_throttle.cc', |
1245 'websockets/websocket_throttle.h', | 1245 'websockets/websocket_throttle.h', |
1246 ], | 1246 ], |
| 1247 'net_extras_sources': [ |
| 1248 'extras/sqlite/sqlite_channel_id_store.cc', |
| 1249 'extras/sqlite/sqlite_channel_id_store.h', |
| 1250 ], |
1247 'net_test_sources': [ | 1251 'net_test_sources': [ |
1248 'android/keystore_unittest.cc', | 1252 'android/keystore_unittest.cc', |
1249 'android/network_change_notifier_android_unittest.cc', | 1253 'android/network_change_notifier_android_unittest.cc', |
1250 'base/address_list_unittest.cc', | 1254 'base/address_list_unittest.cc', |
1251 'base/address_tracker_linux_unittest.cc', | 1255 'base/address_tracker_linux_unittest.cc', |
1252 'base/backoff_entry_unittest.cc', | 1256 'base/backoff_entry_unittest.cc', |
1253 'base/data_url_unittest.cc', | 1257 'base/data_url_unittest.cc', |
1254 'base/directory_lister_unittest.cc', | 1258 'base/directory_lister_unittest.cc', |
1255 'base/dns_util_unittest.cc', | 1259 'base/dns_util_unittest.cc', |
1256 'base/escape_unittest.cc', | 1260 'base/escape_unittest.cc', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1336 'dns/dns_transaction_unittest.cc', | 1340 'dns/dns_transaction_unittest.cc', |
1337 'dns/host_cache_unittest.cc', | 1341 'dns/host_cache_unittest.cc', |
1338 'dns/host_resolver_impl_unittest.cc', | 1342 'dns/host_resolver_impl_unittest.cc', |
1339 'dns/mapped_host_resolver_unittest.cc', | 1343 'dns/mapped_host_resolver_unittest.cc', |
1340 'dns/mdns_cache_unittest.cc', | 1344 'dns/mdns_cache_unittest.cc', |
1341 'dns/mdns_client_unittest.cc', | 1345 'dns/mdns_client_unittest.cc', |
1342 'dns/record_parsed_unittest.cc', | 1346 'dns/record_parsed_unittest.cc', |
1343 'dns/record_rdata_unittest.cc', | 1347 'dns/record_rdata_unittest.cc', |
1344 'dns/serial_worker_unittest.cc', | 1348 'dns/serial_worker_unittest.cc', |
1345 'dns/single_request_host_resolver_unittest.cc', | 1349 'dns/single_request_host_resolver_unittest.cc', |
| 1350 'extras/sqlite/sqlite_channel_id_store_unittest.cc', |
1346 'filter/filter_unittest.cc', | 1351 'filter/filter_unittest.cc', |
1347 'filter/gzip_filter_unittest.cc', | 1352 'filter/gzip_filter_unittest.cc', |
1348 'filter/mock_filter_context.cc', | 1353 'filter/mock_filter_context.cc', |
1349 'filter/mock_filter_context.h', | 1354 'filter/mock_filter_context.h', |
1350 'filter/sdch_filter_unittest.cc', | 1355 'filter/sdch_filter_unittest.cc', |
1351 'ftp/ftp_auth_cache_unittest.cc', | 1356 'ftp/ftp_auth_cache_unittest.cc', |
1352 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 1357 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
1353 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1358 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
1354 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 1359 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
1355 'ftp/ftp_directory_listing_parser_os2_unittest.cc', | 1360 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1733 'tools/quic/test_tools/quic_test_client.h', | 1738 'tools/quic/test_tools/quic_test_client.h', |
1734 'tools/quic/test_tools/quic_test_utils.cc', | 1739 'tools/quic/test_tools/quic_test_utils.cc', |
1735 'tools/quic/test_tools/quic_test_utils.h', | 1740 'tools/quic/test_tools/quic_test_utils.h', |
1736 'tools/quic/test_tools/server_thread.h', | 1741 'tools/quic/test_tools/server_thread.h', |
1737 'tools/quic/test_tools/server_thread.cc', | 1742 'tools/quic/test_tools/server_thread.cc', |
1738 'tools/quic/test_tools/simple_client.h', | 1743 'tools/quic/test_tools/simple_client.h', |
1739 'tools/quic/test_tools/simple_client.cc', | 1744 'tools/quic/test_tools/simple_client.cc', |
1740 ], | 1745 ], |
1741 } | 1746 } |
1742 } | 1747 } |
OLD | NEW |