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

Side by Side Diff: net/net.gypi

Issue 1023473003: Allow BackoffEntry to be serialized and deserialized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address mmenke's final review nits Created 5 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
« no previous file with comments | « net/base/backoff_entry_serializer_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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'android/network_change_notifier_delegate_android.cc', 192 'android/network_change_notifier_delegate_android.cc',
193 'android/network_change_notifier_delegate_android.h', 193 'android/network_change_notifier_delegate_android.h',
194 'android/network_change_notifier_factory_android.cc', 194 'android/network_change_notifier_factory_android.cc',
195 'android/network_change_notifier_factory_android.h', 195 'android/network_change_notifier_factory_android.h',
196 'android/network_library.cc', 196 'android/network_library.cc',
197 'android/network_library.h', 197 'android/network_library.h',
198 'base/address_tracker_linux.cc', 198 'base/address_tracker_linux.cc',
199 'base/address_tracker_linux.h', 199 'base/address_tracker_linux.h',
200 'base/backoff_entry.cc', 200 'base/backoff_entry.cc',
201 'base/backoff_entry.h', 201 'base/backoff_entry.h',
202 'base/backoff_entry_serializer.cc',
203 'base/backoff_entry_serializer.h',
202 'base/cache_type.h', 204 'base/cache_type.h',
203 'base/chunked_upload_data_stream.cc', 205 'base/chunked_upload_data_stream.cc',
204 'base/chunked_upload_data_stream.h', 206 'base/chunked_upload_data_stream.h',
205 'base/crypto_module.h', 207 'base/crypto_module.h',
206 'base/crypto_module_nss.cc', 208 'base/crypto_module_nss.cc',
207 'base/crypto_module_openssl.cc', 209 'base/crypto_module_openssl.cc',
208 'base/data_url.cc', 210 'base/data_url.cc',
209 'base/data_url.h', 211 'base/data_url.h',
210 'base/directory_lister.cc', 212 'base/directory_lister.cc',
211 'base/directory_lister.h', 213 'base/directory_lister.h',
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 'net_extras_sources': [ 1270 'net_extras_sources': [
1269 'extras/sqlite/cookie_crypto_delegate.h', 1271 'extras/sqlite/cookie_crypto_delegate.h',
1270 'extras/sqlite/sqlite_channel_id_store.cc', 1272 'extras/sqlite/sqlite_channel_id_store.cc',
1271 'extras/sqlite/sqlite_channel_id_store.h', 1273 'extras/sqlite/sqlite_channel_id_store.h',
1272 ], 1274 ],
1273 'net_test_sources': [ 1275 'net_test_sources': [
1274 'android/keystore_unittest.cc', 1276 'android/keystore_unittest.cc',
1275 'android/network_change_notifier_android_unittest.cc', 1277 'android/network_change_notifier_android_unittest.cc',
1276 'base/address_list_unittest.cc', 1278 'base/address_list_unittest.cc',
1277 'base/address_tracker_linux_unittest.cc', 1279 'base/address_tracker_linux_unittest.cc',
1280 'base/backoff_entry_serializer_unittest.cc',
1278 'base/backoff_entry_unittest.cc', 1281 'base/backoff_entry_unittest.cc',
1279 'base/chunked_upload_data_stream_unittest.cc', 1282 'base/chunked_upload_data_stream_unittest.cc',
1280 'base/data_url_unittest.cc', 1283 'base/data_url_unittest.cc',
1281 'base/directory_lister_unittest.cc', 1284 'base/directory_lister_unittest.cc',
1282 'base/dns_util_unittest.cc', 1285 'base/dns_util_unittest.cc',
1283 'base/elements_upload_data_stream_unittest.cc', 1286 'base/elements_upload_data_stream_unittest.cc',
1284 'base/escape_unittest.cc', 1287 'base/escape_unittest.cc',
1285 'base/expiring_cache_unittest.cc', 1288 'base/expiring_cache_unittest.cc',
1286 'base/file_stream_unittest.cc', 1289 'base/file_stream_unittest.cc',
1287 'base/filename_util_unittest.cc', 1290 'base/filename_util_unittest.cc',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 'base/mac/url_conversions_unittest.mm', 1807 'base/mac/url_conversions_unittest.mm',
1805 ], 1808 ],
1806 'net_docs_script': 'tools/net_docs/net_docs.py', 1809 'net_docs_script': 'tools/net_docs/net_docs.py',
1807 'net_docs_sources': [ 1810 'net_docs_sources': [
1808 'README.md', 1811 'README.md',
1809 'sdch/README.md', 1812 'sdch/README.md',
1810 ], 1813 ],
1811 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1814 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1812 } 1815 }
1813 } 1816 }
OLDNEW
« no previous file with comments | « net/base/backoff_entry_serializer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698