| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'base/static_cookie_policy.cc', | 308 'base/static_cookie_policy.cc', |
| 309 'base/static_cookie_policy.h', | 309 'base/static_cookie_policy.h', |
| 310 'base/test_data_stream.cc', | 310 'base/test_data_stream.cc', |
| 311 'base/test_data_stream.h', | 311 'base/test_data_stream.h', |
| 312 'base/upload_bytes_element_reader.cc', | 312 'base/upload_bytes_element_reader.cc', |
| 313 'base/upload_bytes_element_reader.h', | 313 'base/upload_bytes_element_reader.h', |
| 314 'base/upload_data_stream.cc', | 314 'base/upload_data_stream.cc', |
| 315 'base/upload_data_stream.h', | 315 'base/upload_data_stream.h', |
| 316 'base/upload_element_reader.cc', | 316 'base/upload_element_reader.cc', |
| 317 'base/upload_element_reader.h', | 317 'base/upload_element_reader.h', |
| 318 'base/upload_disk_cache_entry_element_reader.cc', |
| 319 'base/upload_disk_cache_entry_element_reader.h', |
| 318 'base/upload_file_element_reader.cc', | 320 'base/upload_file_element_reader.cc', |
| 319 'base/upload_file_element_reader.h', | 321 'base/upload_file_element_reader.h', |
| 320 'base/upload_progress.h', | 322 'base/upload_progress.h', |
| 321 'base/url_util.cc', | 323 'base/url_util.cc', |
| 322 'base/url_util.h', | 324 'base/url_util.h', |
| 323 'base/winsock_init.cc', | 325 'base/winsock_init.cc', |
| 324 'base/winsock_init.h', | 326 'base/winsock_init.h', |
| 325 'base/winsock_util.cc', | 327 'base/winsock_util.cc', |
| 326 'base/winsock_util.h', | 328 'base/winsock_util.h', |
| 327 'cert/cert_database_android.cc', | 329 'cert/cert_database_android.cc', |
| (...skipping 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1816 'base/mac/url_conversions_unittest.mm', | 1818 'base/mac/url_conversions_unittest.mm', |
| 1817 ], | 1819 ], |
| 1818 'net_docs_script': 'tools/net_docs/net_docs.py', | 1820 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1819 'net_docs_sources': [ | 1821 'net_docs_sources': [ |
| 1820 'README.md', | 1822 'README.md', |
| 1821 'sdch/README.md', | 1823 'sdch/README.md', |
| 1822 ], | 1824 ], |
| 1823 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1825 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1824 } | 1826 } |
| 1825 } | 1827 } |
| OLD | NEW |