| 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 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1329 'base/network_change_notifier_unittest.cc', | 1329 'base/network_change_notifier_unittest.cc', |
| 1330 'base/network_change_notifier_win_unittest.cc', | 1330 'base/network_change_notifier_win_unittest.cc', |
| 1331 'base/network_interfaces_unittest.cc', | 1331 'base/network_interfaces_unittest.cc', |
| 1332 'base/network_quality_estimator_unittest.cc', | 1332 'base/network_quality_estimator_unittest.cc', |
| 1333 'base/port_util_unittest.cc', | 1333 'base/port_util_unittest.cc', |
| 1334 'base/prioritized_dispatcher_unittest.cc', | 1334 'base/prioritized_dispatcher_unittest.cc', |
| 1335 'base/priority_queue_unittest.cc', | 1335 'base/priority_queue_unittest.cc', |
| 1336 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1336 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
| 1337 'base/sdch_dictionary_unittest.cc', | 1337 'base/sdch_dictionary_unittest.cc', |
| 1338 'base/sdch_manager_unittest.cc', | 1338 'base/sdch_manager_unittest.cc', |
| 1339 'base/socket_performance_watcher_unittest.cc', |
| 1339 'base/stale_while_revalidate_experiment_domains_unittest.cc', | 1340 'base/stale_while_revalidate_experiment_domains_unittest.cc', |
| 1340 'base/static_cookie_policy_unittest.cc', | 1341 'base/static_cookie_policy_unittest.cc', |
| 1341 'base/test_completion_callback_unittest.cc', | 1342 'base/test_completion_callback_unittest.cc', |
| 1342 'base/test_proxy_delegate.cc', | 1343 'base/test_proxy_delegate.cc', |
| 1343 'base/test_proxy_delegate.h', | 1344 'base/test_proxy_delegate.h', |
| 1344 'base/upload_bytes_element_reader_unittest.cc', | 1345 'base/upload_bytes_element_reader_unittest.cc', |
| 1345 'base/upload_file_element_reader_unittest.cc', | 1346 'base/upload_file_element_reader_unittest.cc', |
| 1346 'base/url_util_unittest.cc', | 1347 'base/url_util_unittest.cc', |
| 1347 'cert/ct_policy_enforcer_unittest.cc', | 1348 'cert/ct_policy_enforcer_unittest.cc', |
| 1348 'cert/cert_verify_proc_unittest.cc', | 1349 'cert/cert_verify_proc_unittest.cc', |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1970 'docs/bug-triage-labels.md', | 1971 'docs/bug-triage-labels.md', |
| 1971 'docs/bug-triage-suggested-workflow.md', | 1972 'docs/bug-triage-suggested-workflow.md', |
| 1972 'docs/code-patterns.md', | 1973 'docs/code-patterns.md', |
| 1973 'docs/crash-course-in-net-internals.md', | 1974 'docs/crash-course-in-net-internals.md', |
| 1974 'docs/life-of-a-url-request.md', | 1975 'docs/life-of-a-url-request.md', |
| 1975 'sdch/README.md', | 1976 'sdch/README.md', |
| 1976 ], | 1977 ], |
| 1977 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1978 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1978 } | 1979 } |
| 1979 } | 1980 } |
| OLD | NEW |