| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'ssl/ssl_client_session_cache_openssl.cc', | 184 'ssl/ssl_client_session_cache_openssl.cc', |
| 185 'ssl/ssl_client_session_cache_openssl.h', | 185 'ssl/ssl_client_session_cache_openssl.h', |
| 186 'ssl/ssl_config.cc', | 186 'ssl/ssl_config.cc', |
| 187 'ssl/ssl_config.h', | 187 'ssl/ssl_config.h', |
| 188 'ssl/ssl_config_service.cc', | 188 'ssl/ssl_config_service.cc', |
| 189 'ssl/ssl_config_service.h', | 189 'ssl/ssl_config_service.h', |
| 190 'ssl/ssl_failure_state.h', | 190 'ssl/ssl_failure_state.h', |
| 191 'ssl/ssl_info.cc', | 191 'ssl/ssl_info.cc', |
| 192 'ssl/ssl_info.h', | 192 'ssl/ssl_info.h', |
| 193 'ssl/ssl_private_key.h', | 193 'ssl/ssl_private_key.h', |
| 194 'ssl/ssl_server_config.cc', |
| 195 'ssl/ssl_server_config.h', |
| 194 | 196 |
| 195 # Most files in net/quic are in net_nacl_common_sources, except for the | 197 # Most files in net/quic are in net_nacl_common_sources, except for the |
| 196 # files that have dependency on SPDY (net/spdy) or NSS. | 198 # files that have dependency on SPDY (net/spdy) or NSS. |
| 197 'quic/congestion_control/cubic.cc', | 199 'quic/congestion_control/cubic.cc', |
| 198 'quic/congestion_control/cubic.h', | 200 'quic/congestion_control/cubic.h', |
| 199 'quic/congestion_control/cubic_bytes.cc', | 201 'quic/congestion_control/cubic_bytes.cc', |
| 200 'quic/congestion_control/cubic_bytes.h', | 202 'quic/congestion_control/cubic_bytes.h', |
| 201 'quic/congestion_control/hybrid_slow_start.cc', | 203 'quic/congestion_control/hybrid_slow_start.cc', |
| 202 'quic/congestion_control/hybrid_slow_start.h', | 204 'quic/congestion_control/hybrid_slow_start.h', |
| 203 'quic/congestion_control/loss_detection_interface.cc', | 205 'quic/congestion_control/loss_detection_interface.cc', |
| (...skipping 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1898 'docs/bug-triage.md', | 1900 'docs/bug-triage.md', |
| 1899 'docs/bug-triage-labels.md', | 1901 'docs/bug-triage-labels.md', |
| 1900 'docs/bug-triage-suggested-workflow.md', | 1902 'docs/bug-triage-suggested-workflow.md', |
| 1901 'docs/code-patterns.md', | 1903 'docs/code-patterns.md', |
| 1902 'docs/life-of-a-url-request.md', | 1904 'docs/life-of-a-url-request.md', |
| 1903 'sdch/README.md', | 1905 'sdch/README.md', |
| 1904 ], | 1906 ], |
| 1905 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1907 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1906 } | 1908 } |
| 1907 } | 1909 } |
| OLD | NEW |