| 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 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1250 'websockets/websocket_inflater.cc', | 1250 'websockets/websocket_inflater.cc', |
| 1251 'websockets/websocket_inflater.h', | 1251 'websockets/websocket_inflater.h', |
| 1252 'websockets/websocket_mux.h', | 1252 'websockets/websocket_mux.h', |
| 1253 'websockets/websocket_stream.cc', | 1253 'websockets/websocket_stream.cc', |
| 1254 'websockets/websocket_stream.h', | 1254 'websockets/websocket_stream.h', |
| 1255 ], | 1255 ], |
| 1256 'net_extras_sources': [ | 1256 'net_extras_sources': [ |
| 1257 'extras/sqlite/cookie_crypto_delegate.h', | 1257 'extras/sqlite/cookie_crypto_delegate.h', |
| 1258 'extras/sqlite/sqlite_channel_id_store.cc', | 1258 'extras/sqlite/sqlite_channel_id_store.cc', |
| 1259 'extras/sqlite/sqlite_channel_id_store.h', | 1259 'extras/sqlite/sqlite_channel_id_store.h', |
| 1260 'extras/sqlite/sqlite_persistent_cookie_store.cc', |
| 1261 'extras/sqlite/sqlite_persistent_cookie_store.h', |
| 1260 ], | 1262 ], |
| 1261 'net_test_sources': [ | 1263 'net_test_sources': [ |
| 1262 'android/keystore_unittest.cc', | 1264 'android/keystore_unittest.cc', |
| 1263 'android/network_change_notifier_android_unittest.cc', | 1265 'android/network_change_notifier_android_unittest.cc', |
| 1264 'base/address_list_unittest.cc', | 1266 'base/address_list_unittest.cc', |
| 1265 'base/address_tracker_linux_unittest.cc', | 1267 'base/address_tracker_linux_unittest.cc', |
| 1266 'base/backoff_entry_unittest.cc', | 1268 'base/backoff_entry_unittest.cc', |
| 1267 'base/chunked_upload_data_stream_unittest.cc', | 1269 'base/chunked_upload_data_stream_unittest.cc', |
| 1268 'base/data_url_unittest.cc', | 1270 'base/data_url_unittest.cc', |
| 1269 'base/directory_lister_unittest.cc', | 1271 'base/directory_lister_unittest.cc', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1362 'dns/host_resolver_mojo_unittest.cc', | 1364 'dns/host_resolver_mojo_unittest.cc', |
| 1363 'dns/mapped_host_resolver_unittest.cc', | 1365 'dns/mapped_host_resolver_unittest.cc', |
| 1364 'dns/mdns_cache_unittest.cc', | 1366 'dns/mdns_cache_unittest.cc', |
| 1365 'dns/mdns_client_unittest.cc', | 1367 'dns/mdns_client_unittest.cc', |
| 1366 'dns/mojo_host_resolver_impl_unittest.cc', | 1368 'dns/mojo_host_resolver_impl_unittest.cc', |
| 1367 'dns/record_parsed_unittest.cc', | 1369 'dns/record_parsed_unittest.cc', |
| 1368 'dns/record_rdata_unittest.cc', | 1370 'dns/record_rdata_unittest.cc', |
| 1369 'dns/serial_worker_unittest.cc', | 1371 'dns/serial_worker_unittest.cc', |
| 1370 'dns/single_request_host_resolver_unittest.cc', | 1372 'dns/single_request_host_resolver_unittest.cc', |
| 1371 'extras/sqlite/sqlite_channel_id_store_unittest.cc', | 1373 'extras/sqlite/sqlite_channel_id_store_unittest.cc', |
| 1374 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc', |
| 1372 'filter/filter_unittest.cc', | 1375 'filter/filter_unittest.cc', |
| 1373 'filter/gzip_filter_unittest.cc', | 1376 'filter/gzip_filter_unittest.cc', |
| 1374 'filter/mock_filter_context.cc', | 1377 'filter/mock_filter_context.cc', |
| 1375 'filter/mock_filter_context.h', | 1378 'filter/mock_filter_context.h', |
| 1376 'filter/sdch_filter_unittest.cc', | 1379 'filter/sdch_filter_unittest.cc', |
| 1377 'ftp/ftp_auth_cache_unittest.cc', | 1380 'ftp/ftp_auth_cache_unittest.cc', |
| 1378 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 1381 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
| 1379 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1382 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
| 1380 'ftp/ftp_directory_listing_parser_netware_unittest.cc', | 1383 'ftp/ftp_directory_listing_parser_netware_unittest.cc', |
| 1381 'ftp/ftp_directory_listing_parser_os2_unittest.cc', | 1384 'ftp/ftp_directory_listing_parser_os2_unittest.cc', |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1782 'base/mac/url_conversions_unittest.mm', | 1785 'base/mac/url_conversions_unittest.mm', |
| 1783 ], | 1786 ], |
| 1784 'net_docs_script': 'tools/net_docs/net_docs.py', | 1787 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1785 'net_docs_sources': [ | 1788 'net_docs_sources': [ |
| 1786 'README.md', | 1789 'README.md', |
| 1787 'sdch/README.md', | 1790 'sdch/README.md', |
| 1788 ], | 1791 ], |
| 1789 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1792 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1790 } | 1793 } |
| 1791 } | 1794 } |
| OLD | NEW |