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

Side by Side Diff: net/net.gyp

Issue 3186021: DONOTLAND: Start of PK11 password dialog for Linux/NSS (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Start of hooking up the hang monitor, probably requires WebKit changes Created 10 years, 3 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
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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'base/host_port_pair.h', 88 'base/host_port_pair.h',
89 'base/host_resolver.cc', 89 'base/host_resolver.cc',
90 'base/host_resolver.h', 90 'base/host_resolver.h',
91 'base/host_resolver_impl.cc', 91 'base/host_resolver_impl.cc',
92 'base/host_resolver_impl.h', 92 'base/host_resolver_impl.h',
93 'base/host_resolver_proc.cc', 93 'base/host_resolver_proc.cc',
94 'base/host_resolver_proc.h', 94 'base/host_resolver_proc.h',
95 'base/io_buffer.cc', 95 'base/io_buffer.cc',
96 'base/io_buffer.h', 96 'base/io_buffer.h',
97 'base/keygen_handler.h', 97 'base/keygen_handler.h',
98 'base/keygen_handler.cc',
98 'base/keygen_handler_mac.cc', 99 'base/keygen_handler_mac.cc',
99 'base/keygen_handler_nss.cc', 100 'base/keygen_handler_nss.cc',
100 'base/keygen_handler_win.cc', 101 'base/keygen_handler_win.cc',
101 'base/listen_socket.cc', 102 'base/listen_socket.cc',
102 'base/listen_socket.h', 103 'base/listen_socket.h',
103 'base/load_flags.h', 104 'base/load_flags.h',
104 'base/load_flags_list.h', 105 'base/load_flags_list.h',
105 'base/load_states.h', 106 'base/load_states.h',
106 'base/mapped_host_resolver.cc', 107 'base/mapped_host_resolver.cc',
107 'base/mapped_host_resolver.h', 108 'base/mapped_host_resolver.h',
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 ], 1235 ],
1235 }], 1236 }],
1236 ], 1237 ],
1237 } 1238 }
1238 1239
1239 # Local Variables: 1240 # Local Variables:
1240 # tab-width:2 1241 # tab-width:2
1241 # indent-tabs-mode:nil 1242 # indent-tabs-mode:nil
1242 # End: 1243 # End:
1243 # vim: set expandtab tabstop=2 shiftwidth=2: 1244 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/keygen_handler_nss.cc ('k') | net/third_party/mozilla_security_manager/nsKeygenHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698