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

Side by Side Diff: net/net.gypi

Issue 1433893002: Add StaleWhileRevalidateExperiment histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s-w-r-dafsa
Patch Set: Fix compile error. Created 5 years 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/net.gyp ('k') | tools/metrics/histograms/histograms.xml » ('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 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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 'base/network_change_notifier_win_unittest.cc', 1298 'base/network_change_notifier_win_unittest.cc',
1299 'base/network_interfaces_unittest.cc', 1299 'base/network_interfaces_unittest.cc',
1300 'base/network_quality_estimator_unittest.cc', 1300 'base/network_quality_estimator_unittest.cc',
1301 'base/port_util_unittest.cc', 1301 'base/port_util_unittest.cc',
1302 'base/prioritized_dispatcher_unittest.cc', 1302 'base/prioritized_dispatcher_unittest.cc',
1303 'base/priority_queue_unittest.cc', 1303 'base/priority_queue_unittest.cc',
1304 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1304 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1305 'base/sdch_dictionary_unittest.cc', 1305 'base/sdch_dictionary_unittest.cc',
1306 'base/sdch_manager_unittest.cc', 1306 'base/sdch_manager_unittest.cc',
1307 'base/static_cookie_policy_unittest.cc', 1307 'base/static_cookie_policy_unittest.cc',
1308 'base/stale_while_revalidate_experiment_domains_unittest.cc',
1308 'base/test_completion_callback_unittest.cc', 1309 'base/test_completion_callback_unittest.cc',
1309 'base/upload_bytes_element_reader_unittest.cc', 1310 'base/upload_bytes_element_reader_unittest.cc',
1310 'base/upload_file_element_reader_unittest.cc', 1311 'base/upload_file_element_reader_unittest.cc',
1311 'base/url_util_unittest.cc', 1312 'base/url_util_unittest.cc',
1312 'cert/cert_policy_enforcer_unittest.cc', 1313 'cert/cert_policy_enforcer_unittest.cc',
1313 'cert/cert_verify_proc_unittest.cc', 1314 'cert/cert_verify_proc_unittest.cc',
1314 'cert/cert_verify_proc_whitelist_unittest.cc', 1315 'cert/cert_verify_proc_whitelist_unittest.cc',
1315 'cert/crl_set_unittest.cc', 1316 'cert/crl_set_unittest.cc',
1316 'cert/ct_log_response_parser_unittest.cc', 1317 'cert/ct_log_response_parser_unittest.cc',
1317 'cert/ct_log_verifier_unittest.cc', 1318 'cert/ct_log_verifier_unittest.cc',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1912 'docs/bug-triage.md', 1913 'docs/bug-triage.md',
1913 'docs/bug-triage-labels.md', 1914 'docs/bug-triage-labels.md',
1914 'docs/bug-triage-suggested-workflow.md', 1915 'docs/bug-triage-suggested-workflow.md',
1915 'docs/code-patterns.md', 1916 'docs/code-patterns.md',
1916 'docs/life-of-a-url-request.md', 1917 'docs/life-of-a-url-request.md',
1917 'sdch/README.md', 1918 'sdch/README.md',
1918 ], 1919 ],
1919 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1920 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1920 } 1921 }
1921 } 1922 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698