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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 'base/upload_bytes_element_reader.h', | 254 'base/upload_bytes_element_reader.h', |
255 'base/upload_data_stream.cc', | 255 'base/upload_data_stream.cc', |
256 'base/upload_data_stream.h', | 256 'base/upload_data_stream.h', |
257 'base/upload_element.cc', | 257 'base/upload_element.cc', |
258 'base/upload_element.h', | 258 'base/upload_element.h', |
259 'base/upload_element_reader.cc', | 259 'base/upload_element_reader.cc', |
260 'base/upload_element_reader.h', | 260 'base/upload_element_reader.h', |
261 'base/upload_file_element_reader.cc', | 261 'base/upload_file_element_reader.cc', |
262 'base/upload_file_element_reader.h', | 262 'base/upload_file_element_reader.h', |
263 'base/upload_progress.h', | 263 'base/upload_progress.h', |
| 264 'base/url_constants.cc', |
| 265 'base/url_constants.h', |
264 'base/url_util.cc', | 266 'base/url_util.cc', |
265 'base/url_util.h', | 267 'base/url_util.h', |
266 'base/winsock_init.cc', | 268 'base/winsock_init.cc', |
267 'base/winsock_init.h', | 269 'base/winsock_init.h', |
268 'base/winsock_util.cc', | 270 'base/winsock_util.cc', |
269 'base/winsock_util.h', | 271 'base/winsock_util.h', |
270 'cert/cert_database_android.cc', | 272 'cert/cert_database_android.cc', |
271 'cert/cert_database_ios.cc', | 273 'cert/cert_database_ios.cc', |
272 'cert/cert_database_mac.cc', | 274 'cert/cert_database_mac.cc', |
273 'cert/cert_database_nss.cc', | 275 'cert/cert_database_nss.cc', |
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1718 'tools/quic/test_tools/quic_test_client.h', | 1720 'tools/quic/test_tools/quic_test_client.h', |
1719 'tools/quic/test_tools/quic_test_utils.cc', | 1721 'tools/quic/test_tools/quic_test_utils.cc', |
1720 'tools/quic/test_tools/quic_test_utils.h', | 1722 'tools/quic/test_tools/quic_test_utils.h', |
1721 'tools/quic/test_tools/server_thread.h', | 1723 'tools/quic/test_tools/server_thread.h', |
1722 'tools/quic/test_tools/server_thread.cc', | 1724 'tools/quic/test_tools/server_thread.cc', |
1723 'tools/quic/test_tools/simple_client.h', | 1725 'tools/quic/test_tools/simple_client.h', |
1724 'tools/quic/test_tools/simple_client.cc', | 1726 'tools/quic/test_tools/simple_client.cc', |
1725 ], | 1727 ], |
1726 } | 1728 } |
1727 } | 1729 } |
OLD | NEW |