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

Side by Side Diff: net/net.gyp

Issue 6895039: Merge 82409 - Add command-line control of the HSTS preload list. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/742/src/
Patch Set: Created 9 years, 8 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/transport_security_state_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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'base/net_errors.cc', 131 'base/net_errors.cc',
132 'base/net_errors.h', 132 'base/net_errors.h',
133 'base/net_errors_posix.cc', 133 'base/net_errors_posix.cc',
134 'base/net_errors_win.cc', 134 'base/net_errors_win.cc',
135 'base/net_log.cc', 135 'base/net_log.cc',
136 'base/net_log.h', 136 'base/net_log.h',
137 'base/net_log_event_type_list.h', 137 'base/net_log_event_type_list.h',
138 'base/net_log_source_type_list.h', 138 'base/net_log_source_type_list.h',
139 'base/net_module.cc', 139 'base/net_module.cc',
140 'base/net_module.h', 140 'base/net_module.h',
141 'base/net_switches.cc',
142 'base/net_switches.h',
141 'base/net_util.cc', 143 'base/net_util.cc',
142 'base/net_util.h', 144 'base/net_util.h',
143 'base/net_util_posix.cc', 145 'base/net_util_posix.cc',
144 'base/net_util_win.cc', 146 'base/net_util_win.cc',
145 'base/network_change_notifier.cc', 147 'base/network_change_notifier.cc',
146 'base/network_change_notifier.h', 148 'base/network_change_notifier.h',
147 'base/network_change_notifier_linux.cc', 149 'base/network_change_notifier_linux.cc',
148 'base/network_change_notifier_linux.h', 150 'base/network_change_notifier_linux.h',
149 'base/network_change_notifier_mac.cc', 151 'base/network_change_notifier_mac.cc',
150 'base/network_change_notifier_mac.h', 152 'base/network_change_notifier_mac.h',
(...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 ], 1435 ],
1434 }], 1436 }],
1435 ], 1437 ],
1436 } 1438 }
1437 1439
1438 # Local Variables: 1440 # Local Variables:
1439 # tab-width:2 1441 # tab-width:2
1440 # indent-tabs-mode:nil 1442 # indent-tabs-mode:nil
1441 # End: 1443 # End:
1442 # vim: set expandtab tabstop=2 shiftwidth=2: 1444 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/transport_security_state_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698