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

Side by Side Diff: net/net.gyp

Issue 145873006: ui/base/resource: Roll our own version of ReadBigEndian() function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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/record_rdata.cc ('k') | net/websockets/websocket_basic_stream_test.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'base/address_list.cc', 85 'base/address_list.cc',
86 'base/address_list.h', 86 'base/address_list.h',
87 'base/address_tracker_linux.cc', 87 'base/address_tracker_linux.cc',
88 'base/address_tracker_linux.h', 88 'base/address_tracker_linux.h',
89 'base/auth.cc', 89 'base/auth.cc',
90 'base/auth.h', 90 'base/auth.h',
91 'base/backoff_entry.cc', 91 'base/backoff_entry.cc',
92 'base/backoff_entry.h', 92 'base/backoff_entry.h',
93 'base/bandwidth_metrics.cc', 93 'base/bandwidth_metrics.cc',
94 'base/bandwidth_metrics.h', 94 'base/bandwidth_metrics.h',
95 'base/big_endian.cc',
96 'base/big_endian.h',
97 'base/cache_type.h', 95 'base/cache_type.h',
98 'base/completion_callback.h', 96 'base/completion_callback.h',
99 'base/connection_type_histograms.cc', 97 'base/connection_type_histograms.cc',
100 'base/connection_type_histograms.h', 98 'base/connection_type_histograms.h',
101 'base/crypto_module.h', 99 'base/crypto_module.h',
102 'base/crypto_module_nss.cc', 100 'base/crypto_module_nss.cc',
103 'base/crypto_module_openssl.cc', 101 'base/crypto_module_openssl.cc',
104 'base/data_url.cc', 102 'base/data_url.cc',
105 'base/data_url.h', 103 'base/data_url.h',
106 'base/directory_lister.cc', 104 'base/directory_lister.cc',
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 'http_server', 1651 'http_server',
1654 'net', 1652 'net',
1655 'net_test_support' 1653 'net_test_support'
1656 ], 1654 ],
1657 'sources': [ 1655 'sources': [
1658 'android/keystore_unittest.cc', 1656 'android/keystore_unittest.cc',
1659 'android/network_change_notifier_android_unittest.cc', 1657 'android/network_change_notifier_android_unittest.cc',
1660 'base/address_list_unittest.cc', 1658 'base/address_list_unittest.cc',
1661 'base/address_tracker_linux_unittest.cc', 1659 'base/address_tracker_linux_unittest.cc',
1662 'base/backoff_entry_unittest.cc', 1660 'base/backoff_entry_unittest.cc',
1663 'base/big_endian_unittest.cc',
1664 'base/data_url_unittest.cc', 1661 'base/data_url_unittest.cc',
1665 'base/directory_lister_unittest.cc', 1662 'base/directory_lister_unittest.cc',
1666 'base/dns_util_unittest.cc', 1663 'base/dns_util_unittest.cc',
1667 'base/escape_unittest.cc', 1664 'base/escape_unittest.cc',
1668 'base/expiring_cache_unittest.cc', 1665 'base/expiring_cache_unittest.cc',
1669 'base/file_stream_unittest.cc', 1666 'base/file_stream_unittest.cc',
1670 'base/int128_unittest.cc', 1667 'base/int128_unittest.cc',
1671 'base/host_mapping_rules_unittest.cc', 1668 'base/host_mapping_rules_unittest.cc',
1672 'base/host_port_pair_unittest.cc', 1669 'base/host_port_pair_unittest.cc',
1673 'base/ip_endpoint_unittest.cc', 1670 'base/ip_endpoint_unittest.cc',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 'net_unittests.isolate', 3224 'net_unittests.isolate',
3228 ], 3225 ],
3229 'sources': [ 3226 'sources': [
3230 'net_unittests.isolate', 3227 'net_unittests.isolate',
3231 ], 3228 ],
3232 }, 3229 },
3233 ], 3230 ],
3234 }], 3231 }],
3235 ], 3232 ],
3236 } 3233 }
OLDNEW
« no previous file with comments | « net/dns/record_rdata.cc ('k') | net/websockets/websocket_basic_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698