| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'base/platform_mime_util_mac.mm', | 268 'base/platform_mime_util_mac.mm', |
| 269 'base/platform_mime_util_win.cc', | 269 'base/platform_mime_util_win.cc', |
| 270 'base/prioritized_dispatcher.cc', | 270 'base/prioritized_dispatcher.cc', |
| 271 'base/prioritized_dispatcher.h', | 271 'base/prioritized_dispatcher.h', |
| 272 'base/priority_queue.h', | 272 'base/priority_queue.h', |
| 273 'base/proxy_delegate.h', | 273 'base/proxy_delegate.h', |
| 274 'base/request_priority.cc', | 274 'base/request_priority.cc', |
| 275 'base/request_priority.h', | 275 'base/request_priority.h', |
| 276 'base/sdch_manager.cc', | 276 'base/sdch_manager.cc', |
| 277 'base/sdch_manager.h', | 277 'base/sdch_manager.h', |
| 278 'base/sdch_net_log_params.cc', |
| 279 'base/sdch_net_log_params.h', |
| 278 'base/sdch_observer.cc', | 280 'base/sdch_observer.cc', |
| 279 'base/sdch_observer.h', | 281 'base/sdch_observer.h', |
| 282 'base/sdch_problem_code_list.h', |
| 283 'base/sdch_problem_codes.h', |
| 280 'base/static_cookie_policy.cc', | 284 'base/static_cookie_policy.cc', |
| 281 'base/static_cookie_policy.h', | 285 'base/static_cookie_policy.h', |
| 282 'base/test_data_stream.cc', | 286 'base/test_data_stream.cc', |
| 283 'base/test_data_stream.h', | 287 'base/test_data_stream.h', |
| 284 'base/trace_net_log_observer.cc', | 288 'base/trace_net_log_observer.cc', |
| 285 'base/trace_net_log_observer.h', | 289 'base/trace_net_log_observer.h', |
| 286 'base/upload_bytes_element_reader.cc', | 290 'base/upload_bytes_element_reader.cc', |
| 287 'base/upload_bytes_element_reader.h', | 291 'base/upload_bytes_element_reader.h', |
| 288 'base/upload_data_stream.cc', | 292 'base/upload_data_stream.cc', |
| 289 'base/upload_data_stream.h', | 293 'base/upload_data_stream.h', |
| (...skipping 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1741 'tools/quic/test_tools/quic_test_client.h', | 1745 'tools/quic/test_tools/quic_test_client.h', |
| 1742 'tools/quic/test_tools/quic_test_utils.cc', | 1746 'tools/quic/test_tools/quic_test_utils.cc', |
| 1743 'tools/quic/test_tools/quic_test_utils.h', | 1747 'tools/quic/test_tools/quic_test_utils.h', |
| 1744 'tools/quic/test_tools/server_thread.h', | 1748 'tools/quic/test_tools/server_thread.h', |
| 1745 'tools/quic/test_tools/server_thread.cc', | 1749 'tools/quic/test_tools/server_thread.cc', |
| 1746 'tools/quic/test_tools/simple_client.h', | 1750 'tools/quic/test_tools/simple_client.h', |
| 1747 'tools/quic/test_tools/simple_client.cc', | 1751 'tools/quic/test_tools/simple_client.cc', |
| 1748 ], | 1752 ], |
| 1749 } | 1753 } |
| 1750 } | 1754 } |
| OLD | NEW |