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

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: Tweak comments 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
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 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 'base/mac/url_conversions_unittest.mm', 1807 'base/mac/url_conversions_unittest.mm',
1806 ], 1808 ],
1807 'net_docs_script': 'tools/net_docs/net_docs.py', 1809 'net_docs_script': 'tools/net_docs/net_docs.py',
1808 'net_docs_sources': [ 1810 'net_docs_sources': [
1809 'README.md', 1811 'README.md',
1810 'sdch/README.md', 1812 'sdch/README.md',
1811 ], 1813 ],
1812 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1814 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1813 } 1815 }
1814 } 1816 }
OLDNEW
« net/base/backoff_entry_unittest.cc ('K') | « net/base/backoff_entry_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698