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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 'disk_cache/blockfile/stress_support.h', | 433 'disk_cache/blockfile/stress_support.h', |
434 'disk_cache/blockfile/trace.cc', | 434 'disk_cache/blockfile/trace.cc', |
435 'disk_cache/blockfile/trace.h', | 435 'disk_cache/blockfile/trace.h', |
436 'disk_cache/blockfile/webfonts_histogram.cc', | 436 'disk_cache/blockfile/webfonts_histogram.cc', |
437 'disk_cache/blockfile/webfonts_histogram.h', | 437 'disk_cache/blockfile/webfonts_histogram.h', |
438 'disk_cache/cache_creator.cc', | 438 'disk_cache/cache_creator.cc', |
439 'disk_cache/cache_util.cc', | 439 'disk_cache/cache_util.cc', |
440 'disk_cache/cache_util.h', | 440 'disk_cache/cache_util.h', |
441 'disk_cache/cache_util_posix.cc', | 441 'disk_cache/cache_util_posix.cc', |
442 'disk_cache/cache_util_win.cc', | 442 'disk_cache/cache_util_win.cc', |
| 443 'disk_cache/disk_cache.cc', |
443 'disk_cache/disk_cache.h', | 444 'disk_cache/disk_cache.h', |
444 'disk_cache/memory/mem_backend_impl.cc', | 445 'disk_cache/memory/mem_backend_impl.cc', |
445 'disk_cache/memory/mem_backend_impl.h', | 446 'disk_cache/memory/mem_backend_impl.h', |
446 'disk_cache/memory/mem_entry_impl.cc', | 447 'disk_cache/memory/mem_entry_impl.cc', |
447 'disk_cache/memory/mem_entry_impl.h', | 448 'disk_cache/memory/mem_entry_impl.h', |
448 'disk_cache/memory/mem_rankings.cc', | 449 'disk_cache/memory/mem_rankings.cc', |
449 'disk_cache/memory/mem_rankings.h', | 450 'disk_cache/memory/mem_rankings.h', |
450 'disk_cache/net_log_parameters.cc', | 451 'disk_cache/net_log_parameters.cc', |
451 'disk_cache/net_log_parameters.h', | 452 'disk_cache/net_log_parameters.h', |
452 'disk_cache/simple/simple_backend_impl.cc', | 453 'disk_cache/simple/simple_backend_impl.cc', |
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1741 'tools/quic/test_tools/quic_test_client.h', | 1742 'tools/quic/test_tools/quic_test_client.h', |
1742 'tools/quic/test_tools/quic_test_utils.cc', | 1743 'tools/quic/test_tools/quic_test_utils.cc', |
1743 'tools/quic/test_tools/quic_test_utils.h', | 1744 'tools/quic/test_tools/quic_test_utils.h', |
1744 'tools/quic/test_tools/server_thread.h', | 1745 'tools/quic/test_tools/server_thread.h', |
1745 'tools/quic/test_tools/server_thread.cc', | 1746 'tools/quic/test_tools/server_thread.cc', |
1746 'tools/quic/test_tools/simple_client.h', | 1747 'tools/quic/test_tools/simple_client.h', |
1747 'tools/quic/test_tools/simple_client.cc', | 1748 'tools/quic/test_tools/simple_client.cc', |
1748 ], | 1749 ], |
1749 } | 1750 } |
1750 } | 1751 } |
OLD | NEW |