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