| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 # Enables BidirectionalStream; Used in cronet, disabled by default. | 9 # Enables BidirectionalStream; Used in cronet, disabled by default. |
| 10 'enable_bidirectional_stream%': 0, | 10 'enable_bidirectional_stream%': 0, |
| (...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 'tools/balsa/http_message_constants.h', | 784 'tools/balsa/http_message_constants.h', |
| 785 'tools/balsa/noop_balsa_visitor.h', | 785 'tools/balsa/noop_balsa_visitor.h', |
| 786 'tools/balsa/simple_buffer.cc', | 786 'tools/balsa/simple_buffer.cc', |
| 787 'tools/balsa/simple_buffer.h', | 787 'tools/balsa/simple_buffer.h', |
| 788 'tools/balsa/string_piece_utils.h', | 788 'tools/balsa/string_piece_utils.h', |
| 789 'tools/quic/spdy_balsa_utils.cc', | 789 'tools/quic/spdy_balsa_utils.cc', |
| 790 'tools/quic/spdy_balsa_utils.h', | 790 'tools/quic/spdy_balsa_utils.h', |
| 791 ], | 791 ], |
| 792 }, | 792 }, |
| 793 { | 793 { |
| 794 'target_name': 'cachetool', |
| 795 'type': 'executable', |
| 796 'dependencies': [ |
| 797 '../base/base.gyp:base', |
| 798 'net', |
| 799 'net_test_support', |
| 800 ], |
| 801 'sources': [ |
| 802 'tools/cachetool/cachetool.cc', |
| 803 ], |
| 804 }, |
| 805 { |
| 794 'target_name': 'dump_cache', | 806 'target_name': 'dump_cache', |
| 795 'type': 'executable', | 807 'type': 'executable', |
| 796 'dependencies': [ | 808 'dependencies': [ |
| 797 '../base/base.gyp:base', | 809 '../base/base.gyp:base', |
| 798 'net', | 810 'net', |
| 799 'net_test_support', | 811 'net_test_support', |
| 800 ], | 812 ], |
| 801 'sources': [ | 813 'sources': [ |
| 802 'tools/dump_cache/dump_cache.cc', | 814 'tools/dump_cache/dump_cache.cc', |
| 803 'tools/dump_cache/dump_files.cc', | 815 'tools/dump_cache/dump_files.cc', |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1703 '../build/isolate.gypi', | 1715 '../build/isolate.gypi', |
| 1704 ], | 1716 ], |
| 1705 'sources': [ | 1717 'sources': [ |
| 1706 'net_unittests.isolate', | 1718 'net_unittests.isolate', |
| 1707 ], | 1719 ], |
| 1708 }, | 1720 }, |
| 1709 ], | 1721 ], |
| 1710 }], | 1722 }], |
| 1711 ], | 1723 ], |
| 1712 } | 1724 } |
| OLD | NEW |