| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'base/upload_data_stream.h', | 267 'base/upload_data_stream.h', |
| 268 'base/upload_element.cc', | 268 'base/upload_element.cc', |
| 269 'base/upload_element.h', | 269 'base/upload_element.h', |
| 270 'base/upload_element_reader.cc', | 270 'base/upload_element_reader.cc', |
| 271 'base/upload_element_reader.h', | 271 'base/upload_element_reader.h', |
| 272 'base/upload_file_element_reader.cc', | 272 'base/upload_file_element_reader.cc', |
| 273 'base/upload_file_element_reader.h', | 273 'base/upload_file_element_reader.h', |
| 274 'base/upload_progress.h', | 274 'base/upload_progress.h', |
| 275 'base/url_util.cc', | 275 'base/url_util.cc', |
| 276 'base/url_util.h', | 276 'base/url_util.h', |
| 277 'base/wifi_access_point_info_provider.h', |
| 278 'base/wifi_access_point_info_provider_stub.h', |
| 279 'base/wifi_access_point_info_provider_stub.cc', |
| 277 'base/winsock_init.cc', | 280 'base/winsock_init.cc', |
| 278 'base/winsock_init.h', | 281 'base/winsock_init.h', |
| 279 'base/winsock_util.cc', | 282 'base/winsock_util.cc', |
| 280 'base/winsock_util.h', | 283 'base/winsock_util.h', |
| 281 'cert/cert_database_android.cc', | 284 'cert/cert_database_android.cc', |
| 282 'cert/cert_database_ios.cc', | 285 'cert/cert_database_ios.cc', |
| 283 'cert/cert_database_mac.cc', | 286 'cert/cert_database_mac.cc', |
| 284 'cert/cert_database_nss.cc', | 287 'cert/cert_database_nss.cc', |
| 285 'cert/cert_database_win.cc', | 288 'cert/cert_database_win.cc', |
| 286 'cert/cert_trust_anchor_provider.h', | 289 'cert/cert_trust_anchor_provider.h', |
| (...skipping 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1724 'tools/quic/test_tools/quic_test_client.h', | 1727 'tools/quic/test_tools/quic_test_client.h', |
| 1725 'tools/quic/test_tools/quic_test_utils.cc', | 1728 'tools/quic/test_tools/quic_test_utils.cc', |
| 1726 'tools/quic/test_tools/quic_test_utils.h', | 1729 'tools/quic/test_tools/quic_test_utils.h', |
| 1727 'tools/quic/test_tools/server_thread.h', | 1730 'tools/quic/test_tools/server_thread.h', |
| 1728 'tools/quic/test_tools/server_thread.cc', | 1731 'tools/quic/test_tools/server_thread.cc', |
| 1729 'tools/quic/test_tools/simple_client.h', | 1732 'tools/quic/test_tools/simple_client.h', |
| 1730 'tools/quic/test_tools/simple_client.cc', | 1733 'tools/quic/test_tools/simple_client.cc', |
| 1731 ], | 1734 ], |
| 1732 } | 1735 } |
| 1733 } | 1736 } |
| OLD | NEW |