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