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 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1265 'websockets/websocket_inflater.cc', | 1265 'websockets/websocket_inflater.cc', |
1266 'websockets/websocket_inflater.h', | 1266 'websockets/websocket_inflater.h', |
1267 'websockets/websocket_mux.h', | 1267 'websockets/websocket_mux.h', |
1268 'websockets/websocket_stream.cc', | 1268 'websockets/websocket_stream.cc', |
1269 'websockets/websocket_stream.h', | 1269 'websockets/websocket_stream.h', |
1270 ], | 1270 ], |
1271 'net_extras_sources': [ | 1271 'net_extras_sources': [ |
1272 'extras/sqlite/cookie_crypto_delegate.h', | 1272 'extras/sqlite/cookie_crypto_delegate.h', |
1273 'extras/sqlite/sqlite_channel_id_store.cc', | 1273 'extras/sqlite/sqlite_channel_id_store.cc', |
1274 'extras/sqlite/sqlite_channel_id_store.h', | 1274 'extras/sqlite/sqlite_channel_id_store.h', |
| 1275 'extras/sqlite/sqlite_persistent_cookie_store.cc', |
| 1276 'extras/sqlite/sqlite_persistent_cookie_store.h', |
1275 ], | 1277 ], |
1276 'net_test_sources': [ | 1278 'net_test_sources': [ |
1277 'android/keystore_unittest.cc', | 1279 'android/keystore_unittest.cc', |
1278 'android/network_change_notifier_android_unittest.cc', | 1280 'android/network_change_notifier_android_unittest.cc', |
1279 'base/address_list_unittest.cc', | 1281 'base/address_list_unittest.cc', |
1280 'base/address_tracker_linux_unittest.cc', | 1282 'base/address_tracker_linux_unittest.cc', |
1281 'base/backoff_entry_serializer_unittest.cc', | 1283 'base/backoff_entry_serializer_unittest.cc', |
1282 'base/backoff_entry_unittest.cc', | 1284 'base/backoff_entry_unittest.cc', |
1283 'base/chunked_upload_data_stream_unittest.cc', | 1285 'base/chunked_upload_data_stream_unittest.cc', |
1284 'base/data_url_unittest.cc', | 1286 'base/data_url_unittest.cc', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1381 'dns/host_resolver_mojo_unittest.cc', | 1383 'dns/host_resolver_mojo_unittest.cc', |
1382 'dns/mapped_host_resolver_unittest.cc', | 1384 'dns/mapped_host_resolver_unittest.cc', |
1383 'dns/mdns_cache_unittest.cc', | 1385 'dns/mdns_cache_unittest.cc', |
1384 'dns/mdns_client_unittest.cc', | 1386 'dns/mdns_client_unittest.cc', |
1385 'dns/mojo_host_resolver_impl_unittest.cc', | 1387 'dns/mojo_host_resolver_impl_unittest.cc', |
1386 'dns/record_parsed_unittest.cc', | 1388 'dns/record_parsed_unittest.cc', |
1387 'dns/record_rdata_unittest.cc', | 1389 'dns/record_rdata_unittest.cc', |
1388 'dns/serial_worker_unittest.cc', | 1390 'dns/serial_worker_unittest.cc', |
1389 'dns/single_request_host_resolver_unittest.cc', | 1391 'dns/single_request_host_resolver_unittest.cc', |
1390 'extras/sqlite/sqlite_channel_id_store_unittest.cc', | 1392 'extras/sqlite/sqlite_channel_id_store_unittest.cc', |
| 1393 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc', |
1391 'filter/filter_unittest.cc', | 1394 'filter/filter_unittest.cc', |
1392 'filter/gzip_filter_unittest.cc', | 1395 'filter/gzip_filter_unittest.cc', |
1393 'filter/mock_filter_context.cc', | 1396 'filter/mock_filter_context.cc', |
1394 'filter/mock_filter_context.h', | 1397 'filter/mock_filter_context.h', |
1395 'filter/sdch_filter_unittest.cc', | 1398 'filter/sdch_filter_unittest.cc', |
1396 'ftp/ftp_auth_cache_unittest.cc', | 1399 'ftp/ftp_auth_cache_unittest.cc', |
1397 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 1400 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
1398 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1401 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
1399 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 1402 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
1400 'ftp/ftp_directory_listing_parser_os2_unittest.cc', | 1403 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1809 'base/mac/url_conversions_unittest.mm', | 1812 'base/mac/url_conversions_unittest.mm', |
1810 ], | 1813 ], |
1811 'net_docs_script': 'tools/net_docs/net_docs.py', | 1814 'net_docs_script': 'tools/net_docs/net_docs.py', |
1812 'net_docs_sources': [ | 1815 'net_docs_sources': [ |
1813 'README.md', | 1816 'README.md', |
1814 'sdch/README.md', | 1817 'sdch/README.md', |
1815 ], | 1818 ], |
1816 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1819 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1817 } | 1820 } |
1818 } | 1821 } |
OLD | NEW |