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

Side by Side Diff: net/net.gyp

Issue 8949026: Move net/base/sys_byteorder.h to base/sys_byteorder.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Denitting, rebase Created 8 years, 12 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/dns/dns_response.cc ('k') | net/server/http_server.cc » ('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) 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'base/ssl_config_service.h', 221 'base/ssl_config_service.h',
222 'base/ssl_config_service_defaults.cc', 222 'base/ssl_config_service_defaults.cc',
223 'base/ssl_config_service_defaults.h', 223 'base/ssl_config_service_defaults.h',
224 'base/ssl_false_start_blacklist.cc', 224 'base/ssl_false_start_blacklist.cc',
225 'base/ssl_false_start_blacklist.h', 225 'base/ssl_false_start_blacklist.h',
226 'base/ssl_info.cc', 226 'base/ssl_info.cc',
227 'base/ssl_info.h', 227 'base/ssl_info.h',
228 'base/static_cookie_policy.cc', 228 'base/static_cookie_policy.cc',
229 'base/static_cookie_policy.h', 229 'base/static_cookie_policy.h',
230 'base/sys_addrinfo.h', 230 'base/sys_addrinfo.h',
231 'base/sys_byteorder.h',
232 'base/test_data_stream.cc', 231 'base/test_data_stream.cc',
233 'base/test_data_stream.h', 232 'base/test_data_stream.h',
234 'base/test_root_certs.cc', 233 'base/test_root_certs.cc',
235 'base/test_root_certs.h', 234 'base/test_root_certs.h',
236 'base/test_root_certs_mac.cc', 235 'base/test_root_certs_mac.cc',
237 'base/test_root_certs_nss.cc', 236 'base/test_root_certs_nss.cc',
238 'base/test_root_certs_openssl.cc', 237 'base/test_root_certs_openssl.cc',
239 'base/test_root_certs_win.cc', 238 'base/test_root_certs_win.cc',
240 'base/transport_security_state.cc', 239 'base/transport_security_state.cc',
241 'base/transport_security_state.h', 240 'base/transport_security_state.h',
(...skipping 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'tools/dump_cache/url_to_filename_encoder.cc', 1715 'tools/dump_cache/url_to_filename_encoder.cc',
1717 'tools/dump_cache/url_to_filename_encoder.h', 1716 'tools/dump_cache/url_to_filename_encoder.h',
1718 'tools/dump_cache/url_utilities.h', 1717 'tools/dump_cache/url_utilities.h',
1719 'tools/dump_cache/url_utilities.cc', 1718 'tools/dump_cache/url_utilities.cc',
1720 ], 1719 ],
1721 }, 1720 },
1722 ], 1721 ],
1723 }], 1722 }],
1724 ], 1723 ],
1725 } 1724 }
OLDNEW
« no previous file with comments | « net/dns/dns_response.cc ('k') | net/server/http_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698