| 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 16 matching lines...) Expand all Loading... |
| 27 'base/host_port_pair.cc', | 27 'base/host_port_pair.cc', |
| 28 'base/host_port_pair.h', | 28 'base/host_port_pair.h', |
| 29 'base/io_buffer.cc', | 29 'base/io_buffer.cc', |
| 30 'base/io_buffer.h', | 30 'base/io_buffer.h', |
| 31 'base/ip_address_number.cc', | 31 'base/ip_address_number.cc', |
| 32 'base/ip_address_number.h', | 32 'base/ip_address_number.h', |
| 33 'base/ip_endpoint.cc', | 33 'base/ip_endpoint.cc', |
| 34 'base/ip_endpoint.h', | 34 'base/ip_endpoint.h', |
| 35 'base/load_timing_info.cc', | 35 'base/load_timing_info.cc', |
| 36 'base/load_timing_info.h', | 36 'base/load_timing_info.h', |
| 37 'base/lookup_string_in_fixed_set.cc', |
| 38 'base/lookup_string_in_fixed_set.h', |
| 37 'base/net_error_list.h', | 39 'base/net_error_list.h', |
| 38 'base/net_errors.cc', | 40 'base/net_errors.cc', |
| 39 'base/net_errors.h', | 41 'base/net_errors.h', |
| 40 'base/net_errors_posix.cc', | 42 'base/net_errors_posix.cc', |
| 41 'base/net_export.h', | 43 'base/net_export.h', |
| 42 'base/net_module.cc', | 44 'base/net_module.cc', |
| 43 'base/net_module.h', | 45 'base/net_module.h', |
| 44 'base/net_string_util.h', | 46 'base/net_string_util.h', |
| 45 'base/net_util.cc', | 47 'base/net_util.cc', |
| 46 'base/net_util.h', | 48 'base/net_util.h', |
| (...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1277 'base/file_stream_unittest.cc', | 1279 'base/file_stream_unittest.cc', |
| 1278 'base/filename_util_unittest.cc', | 1280 'base/filename_util_unittest.cc', |
| 1279 'base/host_mapping_rules_unittest.cc', | 1281 'base/host_mapping_rules_unittest.cc', |
| 1280 'base/host_port_pair_unittest.cc', | 1282 'base/host_port_pair_unittest.cc', |
| 1281 'base/int128_unittest.cc', | 1283 'base/int128_unittest.cc', |
| 1282 'base/ip_address_number_unittest.cc', | 1284 'base/ip_address_number_unittest.cc', |
| 1283 'base/ip_endpoint_unittest.cc', | 1285 'base/ip_endpoint_unittest.cc', |
| 1284 'base/ip_pattern_unittest.cc', | 1286 'base/ip_pattern_unittest.cc', |
| 1285 'base/keygen_handler_unittest.cc', | 1287 'base/keygen_handler_unittest.cc', |
| 1286 'base/layered_network_delegate_unittest.cc', | 1288 'base/layered_network_delegate_unittest.cc', |
| 1289 'base/lookup_string_in_fixed_set_unittest.cc', |
| 1287 'base/mime_sniffer_unittest.cc', | 1290 'base/mime_sniffer_unittest.cc', |
| 1288 'base/mime_util_unittest.cc', | 1291 'base/mime_util_unittest.cc', |
| 1289 'base/net_util_icu_unittest.cc', | 1292 'base/net_util_icu_unittest.cc', |
| 1290 'base/net_util_unittest.cc', | 1293 'base/net_util_unittest.cc', |
| 1291 'base/network_activity_monitor_unittest.cc', | 1294 'base/network_activity_monitor_unittest.cc', |
| 1292 'base/network_change_notifier_unittest.cc', | 1295 'base/network_change_notifier_unittest.cc', |
| 1293 'base/network_change_notifier_win_unittest.cc', | 1296 'base/network_change_notifier_win_unittest.cc', |
| 1294 'base/network_interfaces_unittest.cc', | 1297 'base/network_interfaces_unittest.cc', |
| 1295 'base/network_quality_estimator_unittest.cc', | 1298 'base/network_quality_estimator_unittest.cc', |
| 1296 'base/port_util_unittest.cc', | 1299 'base/port_util_unittest.cc', |
| (...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1907 'docs/bug-triage.md', | 1910 'docs/bug-triage.md', |
| 1908 'docs/bug-triage-labels.md', | 1911 'docs/bug-triage-labels.md', |
| 1909 'docs/bug-triage-suggested-workflow.md', | 1912 'docs/bug-triage-suggested-workflow.md', |
| 1910 'docs/code-patterns.md', | 1913 'docs/code-patterns.md', |
| 1911 'docs/life-of-a-url-request.md', | 1914 'docs/life-of-a-url-request.md', |
| 1912 'sdch/README.md', | 1915 'sdch/README.md', |
| 1913 ], | 1916 ], |
| 1914 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1917 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1915 } | 1918 } |
| 1916 } | 1919 } |
| OLD | NEW |