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

Side by Side Diff: net/net.gyp

Issue 10444117: Escape search terms correctly in the path portion of a custom search engine. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « net/base/escape_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'base/dns_util.cc', 106 'base/dns_util.cc',
107 'base/dns_util.h', 107 'base/dns_util.h',
108 'base/dnsrr_resolver.cc', 108 'base/dnsrr_resolver.cc',
109 'base/dnsrr_resolver.h', 109 'base/dnsrr_resolver.h',
110 'base/dnssec_chain_verifier.cc', 110 'base/dnssec_chain_verifier.cc',
111 'base/dnssec_chain_verifier.h', 111 'base/dnssec_chain_verifier.h',
112 'base/dnssec_keyset.cc', 112 'base/dnssec_keyset.cc',
113 'base/dnssec_keyset.h', 113 'base/dnssec_keyset.h',
114 'base/escape.cc', 114 'base/escape.cc',
115 'base/escape.h', 115 'base/escape.h',
116 'base/escape_icu.cc',
117 'base/ev_root_ca_metadata.cc', 116 'base/ev_root_ca_metadata.cc',
118 'base/ev_root_ca_metadata.h', 117 'base/ev_root_ca_metadata.h',
119 'base/expiring_cache.h', 118 'base/expiring_cache.h',
120 'base/file_stream.cc', 119 'base/file_stream.cc',
121 'base/file_stream.h', 120 'base/file_stream.h',
122 'base/file_stream_metrics.cc', 121 'base/file_stream_metrics.cc',
123 'base/file_stream_metrics.h', 122 'base/file_stream_metrics.h',
124 'base/file_stream_metrics_posix.cc', 123 'base/file_stream_metrics_posix.cc',
125 'base/file_stream_metrics_win.cc', 124 'base/file_stream_metrics_win.cc',
126 'base/file_stream_net_log_parameters.cc', 125 'base/file_stream_net_log_parameters.cc',
(...skipping 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 'tools/dump_cache/url_to_filename_encoder.cc', 1893 'tools/dump_cache/url_to_filename_encoder.cc',
1895 'tools/dump_cache/url_to_filename_encoder.h', 1894 'tools/dump_cache/url_to_filename_encoder.h',
1896 'tools/dump_cache/url_utilities.h', 1895 'tools/dump_cache/url_utilities.h',
1897 'tools/dump_cache/url_utilities.cc', 1896 'tools/dump_cache/url_utilities.cc',
1898 ], 1897 ],
1899 }, 1898 },
1900 ], 1899 ],
1901 }], 1900 }],
1902 ], 1901 ],
1903 } 1902 }
OLDNEW
« no previous file with comments | « net/base/escape_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698