Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Side by Side Diff: net/net.gyp

Issue 1730313002: Revert of "Implements cachetool to manipulate simple tpyed cache." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i02
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | net/tools/cachetool/cachetool.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 {
806 'target_name': 'dump_cache', 794 'target_name': 'dump_cache',
807 'type': 'executable', 795 'type': 'executable',
808 'dependencies': [ 796 'dependencies': [
809 '../base/base.gyp:base', 797 '../base/base.gyp:base',
810 'net', 798 'net',
811 'net_test_support', 799 'net_test_support',
812 ], 800 ],
813 'sources': [ 801 'sources': [
814 'tools/dump_cache/dump_cache.cc', 802 'tools/dump_cache/dump_cache.cc',
815 'tools/dump_cache/dump_files.cc', 803 'tools/dump_cache/dump_files.cc',
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 '../build/isolate.gypi', 1703 '../build/isolate.gypi',
1716 ], 1704 ],
1717 'sources': [ 1705 'sources': [
1718 'net_unittests.isolate', 1706 'net_unittests.isolate',
1719 ], 1707 ],
1720 }, 1708 },
1721 ], 1709 ],
1722 }], 1710 }],
1723 ], 1711 ],
1724 } 1712 }
OLDNEW
« no previous file with comments | « no previous file | net/tools/cachetool/cachetool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698