| 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 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1215 'url_request/url_request_redirect_job.cc', | 1215 'url_request/url_request_redirect_job.cc', |
| 1216 'url_request/url_request_redirect_job.h', | 1216 'url_request/url_request_redirect_job.h', |
| 1217 'url_request/url_request_simple_job.cc', | 1217 'url_request/url_request_simple_job.cc', |
| 1218 'url_request/url_request_simple_job.h', | 1218 'url_request/url_request_simple_job.h', |
| 1219 'url_request/url_request_status.h', | 1219 'url_request/url_request_status.h', |
| 1220 'url_request/url_request_test_job.cc', | 1220 'url_request/url_request_test_job.cc', |
| 1221 'url_request/url_request_test_job.h', | 1221 'url_request/url_request_test_job.h', |
| 1222 'url_request/url_request_throttler_entry.cc', | 1222 'url_request/url_request_throttler_entry.cc', |
| 1223 'url_request/url_request_throttler_entry.h', | 1223 'url_request/url_request_throttler_entry.h', |
| 1224 'url_request/url_request_throttler_entry_interface.h', | 1224 'url_request/url_request_throttler_entry_interface.h', |
| 1225 'url_request/url_request_throttler_header_adapter.cc', | |
| 1226 'url_request/url_request_throttler_header_adapter.h', | |
| 1227 'url_request/url_request_throttler_header_interface.h', | |
| 1228 'url_request/url_request_throttler_manager.cc', | 1225 'url_request/url_request_throttler_manager.cc', |
| 1229 'url_request/url_request_throttler_manager.h', | 1226 'url_request/url_request_throttler_manager.h', |
| 1230 'url_request/view_cache_helper.cc', | 1227 'url_request/view_cache_helper.cc', |
| 1231 'url_request/view_cache_helper.h', | 1228 'url_request/view_cache_helper.h', |
| 1232 'url_request/websocket_handshake_userdata_key.cc', | 1229 'url_request/websocket_handshake_userdata_key.cc', |
| 1233 'url_request/websocket_handshake_userdata_key.h', | 1230 'url_request/websocket_handshake_userdata_key.h', |
| 1234 'websockets/websocket_basic_handshake_stream.cc', | 1231 'websockets/websocket_basic_handshake_stream.cc', |
| 1235 'websockets/websocket_basic_handshake_stream.h', | 1232 'websockets/websocket_basic_handshake_stream.h', |
| 1236 'websockets/websocket_basic_stream.cc', | 1233 'websockets/websocket_basic_stream.cc', |
| 1237 'websockets/websocket_basic_stream.h', | 1234 'websockets/websocket_basic_stream.h', |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1816 'base/mac/url_conversions_unittest.mm', | 1813 'base/mac/url_conversions_unittest.mm', |
| 1817 ], | 1814 ], |
| 1818 'net_docs_script': 'tools/net_docs/net_docs.py', | 1815 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1819 'net_docs_sources': [ | 1816 'net_docs_sources': [ |
| 1820 'README.md', | 1817 'README.md', |
| 1821 'sdch/README.md', | 1818 'sdch/README.md', |
| 1822 ], | 1819 ], |
| 1823 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1820 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1824 } | 1821 } |
| 1825 } | 1822 } |
| OLD | NEW |