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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'base/network_change_notifier_win.h', | 507 'base/network_change_notifier_win.h', |
508 'base/network_config_watcher_mac.cc', | 508 'base/network_config_watcher_mac.cc', |
509 'base/network_config_watcher_mac.h', | 509 'base/network_config_watcher_mac.h', |
510 'base/network_delegate.cc', | 510 'base/network_delegate.cc', |
511 'base/network_delegate.h', | 511 'base/network_delegate.h', |
512 'base/network_delegate_impl.cc', | 512 'base/network_delegate_impl.cc', |
513 'base/network_delegate_impl.h', | 513 'base/network_delegate_impl.h', |
514 'base/network_interfaces_linux.cc', | 514 'base/network_interfaces_linux.cc', |
515 'base/network_interfaces_mac.cc', | 515 'base/network_interfaces_mac.cc', |
516 'base/network_interfaces_win.cc', | 516 'base/network_interfaces_win.cc', |
| 517 'base/network_quality_estimator_watcher_factory.cc', |
| 518 'base/network_quality_estimator_watcher_factory.h', |
517 'base/network_quality_estimator.cc', | 519 'base/network_quality_estimator.cc', |
518 'base/network_quality_estimator.h', | 520 'base/network_quality_estimator.h', |
519 'base/nss_memio.c', | 521 'base/nss_memio.c', |
520 'base/nss_memio.h', | 522 'base/nss_memio.h', |
521 'base/platform_mime_util.h', | 523 'base/platform_mime_util.h', |
522 'base/platform_mime_util_linux.cc', | 524 'base/platform_mime_util_linux.cc', |
523 'base/platform_mime_util_mac.mm', | 525 'base/platform_mime_util_mac.mm', |
524 'base/platform_mime_util_win.cc', | 526 'base/platform_mime_util_win.cc', |
525 'base/prioritized_dispatcher.cc', | 527 'base/prioritized_dispatcher.cc', |
526 'base/prioritized_dispatcher.h', | 528 'base/prioritized_dispatcher.h', |
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1362 'base/network_change_notifier_unittest.cc', | 1364 'base/network_change_notifier_unittest.cc', |
1363 'base/network_change_notifier_win_unittest.cc', | 1365 'base/network_change_notifier_win_unittest.cc', |
1364 'base/network_interfaces_unittest.cc', | 1366 'base/network_interfaces_unittest.cc', |
1365 'base/network_quality_estimator_unittest.cc', | 1367 'base/network_quality_estimator_unittest.cc', |
1366 'base/port_util_unittest.cc', | 1368 'base/port_util_unittest.cc', |
1367 'base/prioritized_dispatcher_unittest.cc', | 1369 'base/prioritized_dispatcher_unittest.cc', |
1368 'base/priority_queue_unittest.cc', | 1370 'base/priority_queue_unittest.cc', |
1369 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1371 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1370 'base/sdch_dictionary_unittest.cc', | 1372 'base/sdch_dictionary_unittest.cc', |
1371 'base/sdch_manager_unittest.cc', | 1373 'base/sdch_manager_unittest.cc', |
| 1374 'base/socket_performance_watcher_unittest.cc', |
1372 'base/stale_while_revalidate_experiment_domains_unittest.cc', | 1375 'base/stale_while_revalidate_experiment_domains_unittest.cc', |
1373 'base/static_cookie_policy_unittest.cc', | 1376 'base/static_cookie_policy_unittest.cc', |
1374 'base/test_completion_callback_unittest.cc', | 1377 'base/test_completion_callback_unittest.cc', |
1375 'base/test_proxy_delegate.cc', | 1378 'base/test_proxy_delegate.cc', |
1376 'base/test_proxy_delegate.h', | 1379 'base/test_proxy_delegate.h', |
1377 'base/upload_bytes_element_reader_unittest.cc', | 1380 'base/upload_bytes_element_reader_unittest.cc', |
1378 'base/upload_file_element_reader_unittest.cc', | 1381 'base/upload_file_element_reader_unittest.cc', |
1379 'base/url_util_unittest.cc', | 1382 'base/url_util_unittest.cc', |
1380 'cert/ct_policy_enforcer_unittest.cc', | 1383 'cert/ct_policy_enforcer_unittest.cc', |
1381 'cert/cert_verify_proc_unittest.cc', | 1384 'cert/cert_verify_proc_unittest.cc', |
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2005 'docs/bug-triage-labels.md', | 2008 'docs/bug-triage-labels.md', |
2006 'docs/bug-triage-suggested-workflow.md', | 2009 'docs/bug-triage-suggested-workflow.md', |
2007 'docs/code-patterns.md', | 2010 'docs/code-patterns.md', |
2008 'docs/crash-course-in-net-internals.md', | 2011 'docs/crash-course-in-net-internals.md', |
2009 'docs/life-of-a-url-request.md', | 2012 'docs/life-of-a-url-request.md', |
2010 'sdch/README.md', | 2013 'sdch/README.md', |
2011 ], | 2014 ], |
2012 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 2015 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
2013 } | 2016 } |
2014 } | 2017 } |
OLD | NEW |