| 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 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1328 'cookies/cookie_store_unittest.h', | 1328 'cookies/cookie_store_unittest.h', |
| 1329 'cookies/cookie_util_unittest.cc', | 1329 'cookies/cookie_util_unittest.cc', |
| 1330 'cookies/parsed_cookie_unittest.cc', | 1330 'cookies/parsed_cookie_unittest.cc', |
| 1331 'disk_cache/backend_unittest.cc', | 1331 'disk_cache/backend_unittest.cc', |
| 1332 'disk_cache/blockfile/addr_unittest.cc', | 1332 'disk_cache/blockfile/addr_unittest.cc', |
| 1333 'disk_cache/blockfile/bitmap_unittest.cc', | 1333 'disk_cache/blockfile/bitmap_unittest.cc', |
| 1334 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', | 1334 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', |
| 1335 'disk_cache/blockfile/block_files_unittest.cc', | 1335 'disk_cache/blockfile/block_files_unittest.cc', |
| 1336 'disk_cache/blockfile/index_table_v3_unittest.cc', | 1336 'disk_cache/blockfile/index_table_v3_unittest.cc', |
| 1337 'disk_cache/blockfile/mapped_file_unittest.cc', | 1337 'disk_cache/blockfile/mapped_file_unittest.cc', |
| 1338 'disk_cache/blockfile/stats_unittest.cc', |
| 1338 'disk_cache/blockfile/storage_block_unittest.cc', | 1339 'disk_cache/blockfile/storage_block_unittest.cc', |
| 1339 'disk_cache/cache_util_unittest.cc', | 1340 'disk_cache/cache_util_unittest.cc', |
| 1340 'disk_cache/entry_unittest.cc', | 1341 'disk_cache/entry_unittest.cc', |
| 1341 'disk_cache/simple/simple_index_file_unittest.cc', | 1342 'disk_cache/simple/simple_index_file_unittest.cc', |
| 1342 'disk_cache/simple/simple_index_unittest.cc', | 1343 'disk_cache/simple/simple_index_unittest.cc', |
| 1343 'disk_cache/simple/simple_test_util.cc', | 1344 'disk_cache/simple/simple_test_util.cc', |
| 1344 'disk_cache/simple/simple_test_util.h', | 1345 'disk_cache/simple/simple_test_util.h', |
| 1345 'disk_cache/simple/simple_util_unittest.cc', | 1346 'disk_cache/simple/simple_util_unittest.cc', |
| 1346 'disk_cache/simple/simple_version_upgrade_unittest.cc', | 1347 'disk_cache/simple/simple_version_upgrade_unittest.cc', |
| 1347 'dns/address_sorter_posix_unittest.cc', | 1348 'dns/address_sorter_posix_unittest.cc', |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1774 'base/mac/url_conversions_unittest.mm', | 1775 'base/mac/url_conversions_unittest.mm', |
| 1775 ], | 1776 ], |
| 1776 'net_docs_script': 'tools/net_docs/net_docs.py', | 1777 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1777 'net_docs_sources': [ | 1778 'net_docs_sources': [ |
| 1778 'README.md', | 1779 'README.md', |
| 1779 'sdch/README.md', | 1780 'sdch/README.md', |
| 1780 ], | 1781 ], |
| 1781 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1782 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1782 } | 1783 } |
| 1783 } | 1784 } |
| OLD | NEW |