| 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 'base/network_change_notifier_mac.cc', | 501 'base/network_change_notifier_mac.cc', |
| 502 'base/network_change_notifier_mac.h', | 502 'base/network_change_notifier_mac.h', |
| 503 'base/network_change_notifier_win.cc', | 503 'base/network_change_notifier_win.cc', |
| 504 'base/network_change_notifier_win.h', | 504 'base/network_change_notifier_win.h', |
| 505 'base/network_config_watcher_mac.cc', | 505 'base/network_config_watcher_mac.cc', |
| 506 'base/network_config_watcher_mac.h', | 506 'base/network_config_watcher_mac.h', |
| 507 'base/network_delegate.cc', | 507 'base/network_delegate.cc', |
| 508 'base/network_delegate.h', | 508 'base/network_delegate.h', |
| 509 'base/network_delegate_impl.cc', | 509 'base/network_delegate_impl.cc', |
| 510 'base/network_delegate_impl.h', | 510 'base/network_delegate_impl.h', |
| 511 'base/network_interfaces_android.cc', |
| 511 'base/network_interfaces_linux.cc', | 512 'base/network_interfaces_linux.cc', |
| 512 'base/network_interfaces_mac.cc', | 513 'base/network_interfaces_mac.cc', |
| 513 'base/network_interfaces_win.cc', | 514 'base/network_interfaces_win.cc', |
| 514 'base/network_quality_estimator.cc', | 515 'base/network_quality_estimator.cc', |
| 515 'base/network_quality_estimator.h', | 516 'base/network_quality_estimator.h', |
| 516 'base/nss_memio.c', | 517 'base/nss_memio.c', |
| 517 'base/nss_memio.h', | 518 'base/nss_memio.h', |
| 518 'base/platform_mime_util.h', | 519 'base/platform_mime_util.h', |
| 519 'base/platform_mime_util_linux.cc', | 520 'base/platform_mime_util_linux.cc', |
| 520 'base/platform_mime_util_mac.mm', | 521 'base/platform_mime_util_mac.mm', |
| (...skipping 1449 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 |