| 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'quic/quic_utils.h', | 387 'quic/quic_utils.h', |
| 388 'quic/quic_utils_chromium.h', | 388 'quic/quic_utils_chromium.h', |
| 389 'quic/quic_write_blocked_list.cc', | 389 'quic/quic_write_blocked_list.cc', |
| 390 'quic/quic_write_blocked_list.h', | 390 'quic/quic_write_blocked_list.h', |
| 391 'quic/reliable_quic_stream.cc', | 391 'quic/reliable_quic_stream.cc', |
| 392 'quic/reliable_quic_stream.h', | 392 'quic/reliable_quic_stream.h', |
| 393 'quic/stream_sequencer_buffer.cc', | 393 'quic/stream_sequencer_buffer.cc', |
| 394 'quic/stream_sequencer_buffer.h', | 394 'quic/stream_sequencer_buffer.h', |
| 395 ], | 395 ], |
| 396 'net_non_nacl_sources': [ | 396 'net_non_nacl_sources': [ |
| 397 'android/android_private_key.cc', | |
| 398 'android/android_private_key.h', | |
| 399 'android/cert_verify_result_android.cc', | 397 'android/cert_verify_result_android.cc', |
| 400 'android/cert_verify_result_android.h', | 398 'android/cert_verify_result_android.h', |
| 401 'android/gurl_utils.cc', | 399 'android/gurl_utils.cc', |
| 402 'android/gurl_utils.h', | 400 'android/gurl_utils.h', |
| 403 'android/http_auth_negotiate_android.cc', | 401 'android/http_auth_negotiate_android.cc', |
| 404 'android/http_auth_negotiate_android.h', | 402 'android/http_auth_negotiate_android.h', |
| 405 'android/keystore.cc', | 403 'android/keystore.cc', |
| 406 'android/keystore.h', | 404 'android/keystore.h', |
| 407 'android/keystore_openssl.cc', | 405 'android/keystore_openssl.cc', |
| 408 'android/keystore_openssl.h', | 406 'android/keystore_openssl.h', |
| (...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1918 'docs/bug-triage.md', | 1916 'docs/bug-triage.md', |
| 1919 'docs/bug-triage-labels.md', | 1917 'docs/bug-triage-labels.md', |
| 1920 'docs/bug-triage-suggested-workflow.md', | 1918 'docs/bug-triage-suggested-workflow.md', |
| 1921 'docs/code-patterns.md', | 1919 'docs/code-patterns.md', |
| 1922 'docs/life-of-a-url-request.md', | 1920 'docs/life-of-a-url-request.md', |
| 1923 'sdch/README.md', | 1921 'sdch/README.md', |
| 1924 ], | 1922 ], |
| 1925 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1923 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1926 } | 1924 } |
| 1927 } | 1925 } |
| OLD | NEW |