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

Side by Side Diff: net/net.gyp

Issue 11428150: LoadTiming implementation in net, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix a header or two Created 7 years, 11 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/load_timing_info.cc ('k') | net/socket/client_socket_handle.h » ('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 (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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'base/keygen_handler.cc', 173 'base/keygen_handler.cc',
174 'base/keygen_handler.h', 174 'base/keygen_handler.h',
175 'base/keygen_handler_mac.cc', 175 'base/keygen_handler_mac.cc',
176 'base/keygen_handler_nss.cc', 176 'base/keygen_handler_nss.cc',
177 'base/keygen_handler_openssl.cc', 177 'base/keygen_handler_openssl.cc',
178 'base/keygen_handler_win.cc', 178 'base/keygen_handler_win.cc',
179 'base/load_flags.h', 179 'base/load_flags.h',
180 'base/load_flags_list.h', 180 'base/load_flags_list.h',
181 'base/load_states.h', 181 'base/load_states.h',
182 'base/load_states_list.h', 182 'base/load_states_list.h',
183 'base/load_timing_info.cc',
184 'base/load_timing_info.h',
183 'base/mapped_host_resolver.cc', 185 'base/mapped_host_resolver.cc',
184 'base/mapped_host_resolver.h', 186 'base/mapped_host_resolver.h',
185 'base/mime_sniffer.cc', 187 'base/mime_sniffer.cc',
186 'base/mime_sniffer.h', 188 'base/mime_sniffer.h',
187 'base/mime_util.cc', 189 'base/mime_util.cc',
188 'base/mime_util.h', 190 'base/mime_util.h',
189 'base/multi_threaded_cert_verifier.cc', 191 'base/multi_threaded_cert_verifier.cc',
190 'base/multi_threaded_cert_verifier.h', 192 'base/multi_threaded_cert_verifier.h',
191 'base/net_error_list.h', 193 'base/net_error_list.h',
192 'base/net_errors.cc', 194 'base/net_errors.cc',
(...skipping 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after
2398 '--result', '<@(_outputs)', 2400 '--result', '<@(_outputs)',
2399 '--isolate', 'net_unittests.isolate', 2401 '--isolate', 'net_unittests.isolate',
2400 ], 2402 ],
2401 }, 2403 },
2402 ], 2404 ],
2403 }, 2405 },
2404 ], 2406 ],
2405 }], 2407 }],
2406 ], 2408 ],
2407 } 2409 }
OLDNEW
« no previous file with comments | « net/base/load_timing_info.cc ('k') | net/socket/client_socket_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698