| 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 'disk_cache/cache_creator.cc', | 719 'disk_cache/cache_creator.cc', |
| 720 'disk_cache/cache_util.cc', | 720 'disk_cache/cache_util.cc', |
| 721 'disk_cache/cache_util.h', | 721 'disk_cache/cache_util.h', |
| 722 'disk_cache/cache_util_posix.cc', | 722 'disk_cache/cache_util_posix.cc', |
| 723 'disk_cache/cache_util_win.cc', | 723 'disk_cache/cache_util_win.cc', |
| 724 'disk_cache/disk_cache.h', | 724 'disk_cache/disk_cache.h', |
| 725 'disk_cache/memory/mem_backend_impl.cc', | 725 'disk_cache/memory/mem_backend_impl.cc', |
| 726 'disk_cache/memory/mem_backend_impl.h', | 726 'disk_cache/memory/mem_backend_impl.h', |
| 727 'disk_cache/memory/mem_entry_impl.cc', | 727 'disk_cache/memory/mem_entry_impl.cc', |
| 728 'disk_cache/memory/mem_entry_impl.h', | 728 'disk_cache/memory/mem_entry_impl.h', |
| 729 'disk_cache/memory/mem_rankings.cc', | |
| 730 'disk_cache/memory/mem_rankings.h', | |
| 731 'disk_cache/net_log_parameters.cc', | 729 'disk_cache/net_log_parameters.cc', |
| 732 'disk_cache/net_log_parameters.h', | 730 'disk_cache/net_log_parameters.h', |
| 733 'disk_cache/simple/simple_backend_impl.cc', | 731 'disk_cache/simple/simple_backend_impl.cc', |
| 734 'disk_cache/simple/simple_backend_impl.h', | 732 'disk_cache/simple/simple_backend_impl.h', |
| 735 'disk_cache/simple/simple_backend_version.h', | 733 'disk_cache/simple/simple_backend_version.h', |
| 736 'disk_cache/simple/simple_entry_format.cc', | 734 'disk_cache/simple/simple_entry_format.cc', |
| 737 'disk_cache/simple/simple_entry_format.h', | 735 'disk_cache/simple/simple_entry_format.h', |
| 738 'disk_cache/simple/simple_entry_format_history.h', | 736 'disk_cache/simple/simple_entry_format_history.h', |
| 739 'disk_cache/simple/simple_entry_impl.cc', | 737 'disk_cache/simple/simple_entry_impl.cc', |
| 740 'disk_cache/simple/simple_entry_impl.h', | 738 'disk_cache/simple/simple_entry_impl.h', |
| (...skipping 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1993 'docs/bug-triage-labels.md', | 1991 'docs/bug-triage-labels.md', |
| 1994 'docs/bug-triage-suggested-workflow.md', | 1992 'docs/bug-triage-suggested-workflow.md', |
| 1995 'docs/code-patterns.md', | 1993 'docs/code-patterns.md', |
| 1996 'docs/crash-course-in-net-internals.md', | 1994 'docs/crash-course-in-net-internals.md', |
| 1997 'docs/life-of-a-url-request.md', | 1995 'docs/life-of-a-url-request.md', |
| 1998 'sdch/README.md', | 1996 'sdch/README.md', |
| 1999 ], | 1997 ], |
| 2000 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1998 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 2001 } | 1999 } |
| 2002 } | 2000 } |
| OLD | NEW |