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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'base/request_priority.cc', | 262 'base/request_priority.cc', |
263 'base/request_priority.h', | 263 'base/request_priority.h', |
264 'base/sdch_dictionary_fetcher.cc', | 264 'base/sdch_dictionary_fetcher.cc', |
265 'base/sdch_dictionary_fetcher.h', | 265 'base/sdch_dictionary_fetcher.h', |
266 'base/sdch_manager.cc', | 266 'base/sdch_manager.cc', |
267 'base/sdch_manager.h', | 267 'base/sdch_manager.h', |
268 'base/static_cookie_policy.cc', | 268 'base/static_cookie_policy.cc', |
269 'base/static_cookie_policy.h', | 269 'base/static_cookie_policy.h', |
270 'base/test_data_stream.cc', | 270 'base/test_data_stream.cc', |
271 'base/test_data_stream.h', | 271 'base/test_data_stream.h', |
| 272 'base/trace_net_log_observer.cc', |
| 273 'base/trace_net_log_observer.h', |
272 'base/upload_bytes_element_reader.cc', | 274 'base/upload_bytes_element_reader.cc', |
273 'base/upload_bytes_element_reader.h', | 275 'base/upload_bytes_element_reader.h', |
274 'base/upload_data_stream.cc', | 276 'base/upload_data_stream.cc', |
275 'base/upload_data_stream.h', | 277 'base/upload_data_stream.h', |
276 'base/upload_element_reader.cc', | 278 'base/upload_element_reader.cc', |
277 'base/upload_element_reader.h', | 279 'base/upload_element_reader.h', |
278 'base/upload_file_element_reader.cc', | 280 'base/upload_file_element_reader.cc', |
279 'base/upload_file_element_reader.h', | 281 'base/upload_file_element_reader.h', |
280 'base/upload_progress.h', | 282 'base/upload_progress.h', |
281 'base/url_util.cc', | 283 'base/url_util.cc', |
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1271 'base/net_util_unittest.cc', | 1273 'base/net_util_unittest.cc', |
1272 'base/net_util_icu_unittest.cc', | 1274 'base/net_util_icu_unittest.cc', |
1273 'base/network_change_notifier_win_unittest.cc', | 1275 'base/network_change_notifier_win_unittest.cc', |
1274 'base/prioritized_dispatcher_unittest.cc', | 1276 'base/prioritized_dispatcher_unittest.cc', |
1275 'base/priority_queue_unittest.cc', | 1277 'base/priority_queue_unittest.cc', |
1276 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1278 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1277 'base/sdch_dictionary_fetcher_unittest.cc', | 1279 'base/sdch_dictionary_fetcher_unittest.cc', |
1278 'base/sdch_manager_unittest.cc', | 1280 'base/sdch_manager_unittest.cc', |
1279 'base/static_cookie_policy_unittest.cc', | 1281 'base/static_cookie_policy_unittest.cc', |
1280 'base/test_completion_callback_unittest.cc', | 1282 'base/test_completion_callback_unittest.cc', |
| 1283 'base/trace_net_log_observer_unittest.cc', |
1281 'base/upload_bytes_element_reader_unittest.cc', | 1284 'base/upload_bytes_element_reader_unittest.cc', |
1282 'base/upload_data_stream_unittest.cc', | 1285 'base/upload_data_stream_unittest.cc', |
1283 'base/upload_file_element_reader_unittest.cc', | 1286 'base/upload_file_element_reader_unittest.cc', |
1284 'base/url_util_unittest.cc', | 1287 'base/url_util_unittest.cc', |
1285 'cert/cert_verify_proc_unittest.cc', | 1288 'cert/cert_verify_proc_unittest.cc', |
1286 'cert/crl_set_unittest.cc', | 1289 'cert/crl_set_unittest.cc', |
1287 'cert/ct_log_response_parser_unittest.cc', | 1290 'cert/ct_log_response_parser_unittest.cc', |
1288 'cert/ct_log_verifier_unittest.cc', | 1291 'cert/ct_log_verifier_unittest.cc', |
1289 'cert/ct_objects_extractor_unittest.cc', | 1292 'cert/ct_objects_extractor_unittest.cc', |
1290 'cert/ct_serialization_unittest.cc', | 1293 'cert/ct_serialization_unittest.cc', |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1740 'tools/quic/test_tools/quic_test_client.h', | 1743 'tools/quic/test_tools/quic_test_client.h', |
1741 'tools/quic/test_tools/quic_test_utils.cc', | 1744 'tools/quic/test_tools/quic_test_utils.cc', |
1742 'tools/quic/test_tools/quic_test_utils.h', | 1745 'tools/quic/test_tools/quic_test_utils.h', |
1743 'tools/quic/test_tools/server_thread.h', | 1746 'tools/quic/test_tools/server_thread.h', |
1744 'tools/quic/test_tools/server_thread.cc', | 1747 'tools/quic/test_tools/server_thread.cc', |
1745 'tools/quic/test_tools/simple_client.h', | 1748 'tools/quic/test_tools/simple_client.h', |
1746 'tools/quic/test_tools/simple_client.cc', | 1749 'tools/quic/test_tools/simple_client.cc', |
1747 ], | 1750 ], |
1748 } | 1751 } |
1749 } | 1752 } |
OLD | NEW |