| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'base/prioritized_dispatcher.cc', | 261 'base/prioritized_dispatcher.cc', |
| 262 'base/prioritized_dispatcher.h', | 262 'base/prioritized_dispatcher.h', |
| 263 'base/priority_queue.h', | 263 'base/priority_queue.h', |
| 264 'base/proxy_delegate.h', | 264 'base/proxy_delegate.h', |
| 265 'base/request_priority.cc', | 265 'base/request_priority.cc', |
| 266 'base/request_priority.h', | 266 'base/request_priority.h', |
| 267 'base/sdch_dictionary_fetcher.cc', | 267 'base/sdch_dictionary_fetcher.cc', |
| 268 'base/sdch_dictionary_fetcher.h', | 268 'base/sdch_dictionary_fetcher.h', |
| 269 'base/sdch_manager.cc', | 269 'base/sdch_manager.cc', |
| 270 'base/sdch_manager.h', | 270 'base/sdch_manager.h', |
| 271 'base/sdch_net_log_params.cc', |
| 272 'base/sdch_net_log_params.h', |
| 273 'base/sdch_problem_code_list.h', |
| 274 'base/sdch_problem_codes.h', |
| 271 'base/static_cookie_policy.cc', | 275 'base/static_cookie_policy.cc', |
| 272 'base/static_cookie_policy.h', | 276 'base/static_cookie_policy.h', |
| 273 'base/test_data_stream.cc', | 277 'base/test_data_stream.cc', |
| 274 'base/test_data_stream.h', | 278 'base/test_data_stream.h', |
| 275 'base/trace_net_log_observer.cc', | 279 'base/trace_net_log_observer.cc', |
| 276 'base/trace_net_log_observer.h', | 280 'base/trace_net_log_observer.h', |
| 277 'base/upload_bytes_element_reader.cc', | 281 'base/upload_bytes_element_reader.cc', |
| 278 'base/upload_bytes_element_reader.h', | 282 'base/upload_bytes_element_reader.h', |
| 279 'base/upload_data_stream.cc', | 283 'base/upload_data_stream.cc', |
| 280 'base/upload_data_stream.h', | 284 'base/upload_data_stream.h', |
| (...skipping 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1747 'tools/quic/test_tools/quic_test_client.h', | 1751 'tools/quic/test_tools/quic_test_client.h', |
| 1748 'tools/quic/test_tools/quic_test_utils.cc', | 1752 'tools/quic/test_tools/quic_test_utils.cc', |
| 1749 'tools/quic/test_tools/quic_test_utils.h', | 1753 'tools/quic/test_tools/quic_test_utils.h', |
| 1750 'tools/quic/test_tools/server_thread.h', | 1754 'tools/quic/test_tools/server_thread.h', |
| 1751 'tools/quic/test_tools/server_thread.cc', | 1755 'tools/quic/test_tools/server_thread.cc', |
| 1752 'tools/quic/test_tools/simple_client.h', | 1756 'tools/quic/test_tools/simple_client.h', |
| 1753 'tools/quic/test_tools/simple_client.cc', | 1757 'tools/quic/test_tools/simple_client.cc', |
| 1754 ], | 1758 ], |
| 1755 } | 1759 } |
| 1756 } | 1760 } |
| OLD | NEW |