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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 'base/network_change_notifier_mac.cc', | 496 'base/network_change_notifier_mac.cc', |
497 'base/network_change_notifier_mac.h', | 497 'base/network_change_notifier_mac.h', |
498 'base/network_change_notifier_win.cc', | 498 'base/network_change_notifier_win.cc', |
499 'base/network_change_notifier_win.h', | 499 'base/network_change_notifier_win.h', |
500 'base/network_config_watcher_mac.cc', | 500 'base/network_config_watcher_mac.cc', |
501 'base/network_config_watcher_mac.h', | 501 'base/network_config_watcher_mac.h', |
502 'base/network_delegate.cc', | 502 'base/network_delegate.cc', |
503 'base/network_delegate.h', | 503 'base/network_delegate.h', |
504 'base/network_delegate_impl.cc', | 504 'base/network_delegate_impl.cc', |
505 'base/network_delegate_impl.h', | 505 'base/network_delegate_impl.h', |
506 'base/network_interfaces_android.cc', | |
507 'base/network_interfaces_linux.cc', | 506 'base/network_interfaces_linux.cc', |
508 'base/network_interfaces_mac.cc', | 507 'base/network_interfaces_mac.cc', |
509 'base/network_interfaces_win.cc', | 508 'base/network_interfaces_win.cc', |
510 'base/network_quality_estimator.cc', | 509 'base/network_quality_estimator.cc', |
511 'base/network_quality_estimator.h', | 510 'base/network_quality_estimator.h', |
512 'base/nss_memio.c', | 511 'base/nss_memio.c', |
513 'base/nss_memio.h', | 512 'base/nss_memio.h', |
514 'base/platform_mime_util.h', | 513 'base/platform_mime_util.h', |
515 'base/platform_mime_util_linux.cc', | 514 'base/platform_mime_util_linux.cc', |
516 'base/platform_mime_util_mac.mm', | 515 'base/platform_mime_util_mac.mm', |
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1976 'docs/bug-triage-labels.md', | 1975 'docs/bug-triage-labels.md', |
1977 'docs/bug-triage-suggested-workflow.md', | 1976 'docs/bug-triage-suggested-workflow.md', |
1978 'docs/code-patterns.md', | 1977 'docs/code-patterns.md', |
1979 'docs/crash-course-in-net-internals.md', | 1978 'docs/crash-course-in-net-internals.md', |
1980 'docs/life-of-a-url-request.md', | 1979 'docs/life-of-a-url-request.md', |
1981 'sdch/README.md', | 1980 'sdch/README.md', |
1982 ], | 1981 ], |
1983 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1982 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1984 } | 1983 } |
1985 } | 1984 } |
OLD | NEW |