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

Side by Side Diff: net/net.gypi

Issue 1164713004: Store network quality samples so we can compute percentiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 6 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'base/network_change_notifier_win.h', 273 'base/network_change_notifier_win.h',
274 'base/network_config_watcher_mac.cc', 274 'base/network_config_watcher_mac.cc',
275 'base/network_config_watcher_mac.h', 275 'base/network_config_watcher_mac.h',
276 'base/network_interfaces_linux.cc', 276 'base/network_interfaces_linux.cc',
277 'base/network_interfaces_mac.cc', 277 'base/network_interfaces_mac.cc',
278 'base/network_interfaces_win.cc', 278 'base/network_interfaces_win.cc',
279 'base/network_delegate.cc', 279 'base/network_delegate.cc',
280 'base/network_delegate.h', 280 'base/network_delegate.h',
281 'base/network_delegate_impl.cc', 281 'base/network_delegate_impl.cc',
282 'base/network_delegate_impl.h', 282 'base/network_delegate_impl.h',
283 'base/network_quality.cc',
283 'base/network_quality.h', 284 'base/network_quality.h',
284 'base/network_quality_estimator.cc', 285 'base/network_quality_estimator.cc',
285 'base/network_quality_estimator.h', 286 'base/network_quality_estimator.h',
286 'base/nss_memio.c', 287 'base/nss_memio.c',
287 'base/nss_memio.h', 288 'base/nss_memio.h',
288 'base/platform_mime_util.h', 289 'base/platform_mime_util.h',
289 'base/platform_mime_util_linux.cc', 290 'base/platform_mime_util_linux.cc',
290 'base/platform_mime_util_mac.mm', 291 'base/platform_mime_util_mac.mm',
291 'base/platform_mime_util_win.cc', 292 'base/platform_mime_util_win.cc',
292 'base/prioritized_dispatcher.cc', 293 'base/prioritized_dispatcher.cc',
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 'base/mac/url_conversions_unittest.mm', 1819 'base/mac/url_conversions_unittest.mm',
1819 ], 1820 ],
1820 'net_docs_script': 'tools/net_docs/net_docs.py', 1821 'net_docs_script': 'tools/net_docs/net_docs.py',
1821 'net_docs_sources': [ 1822 'net_docs_sources': [
1822 'README.md', 1823 'README.md',
1823 'sdch/README.md', 1824 'sdch/README.md',
1824 ], 1825 ],
1825 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1826 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1826 } 1827 }
1827 } 1828 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698