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

Side by Side Diff: net/net.gyp

Issue 2115007: Annotate load flags and net errors with their symbolic name.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address willchan's comment Created 10 years, 7 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_flags_list.h ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'base/io_buffer.cc', 81 'base/io_buffer.cc',
82 'base/io_buffer.h', 82 'base/io_buffer.h',
83 'base/keygen_handler.cc', 83 'base/keygen_handler.cc',
84 'base/keygen_handler.h', 84 'base/keygen_handler.h',
85 'base/keygen_handler_mac.cc', 85 'base/keygen_handler_mac.cc',
86 'base/keygen_handler_nss.cc', 86 'base/keygen_handler_nss.cc',
87 'base/keygen_handler_win.cc', 87 'base/keygen_handler_win.cc',
88 'base/listen_socket.cc', 88 'base/listen_socket.cc',
89 'base/listen_socket.h', 89 'base/listen_socket.h',
90 'base/load_flags.h', 90 'base/load_flags.h',
91 'base/load_flags_list.h',
91 'base/load_states.h', 92 'base/load_states.h',
92 'base/mapped_host_resolver.cc', 93 'base/mapped_host_resolver.cc',
93 'base/mapped_host_resolver.h', 94 'base/mapped_host_resolver.h',
94 'base/mime_sniffer.cc', 95 'base/mime_sniffer.cc',
95 'base/mime_sniffer.h', 96 'base/mime_sniffer.h',
96 'base/mime_util.cc', 97 'base/mime_util.cc',
97 'base/mime_util.h', 98 'base/mime_util.h',
98 # TODO(eroman): move this into its own test-support target. 99 # TODO(eroman): move this into its own test-support target.
99 'base/mock_host_resolver.cc', 100 'base/mock_host_resolver.cc',
100 'base/mock_host_resolver.h', 101 'base/mock_host_resolver.h',
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 ], 1036 ],
1036 }], 1037 }],
1037 ], 1038 ],
1038 } 1039 }
1039 1040
1040 # Local Variables: 1041 # Local Variables:
1041 # tab-width:2 1042 # tab-width:2
1042 # indent-tabs-mode:nil 1043 # indent-tabs-mode:nil
1043 # End: 1044 # End:
1044 # vim: set expandtab tabstop=2 shiftwidth=2: 1045 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/load_flags_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698