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

Side by Side Diff: net/net.gypi

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Created 5 years, 4 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 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 'udp/udp_server_socket.h', 1175 'udp/udp_server_socket.h',
1176 'udp/udp_socket.h', 1176 'udp/udp_socket.h',
1177 'udp/udp_socket_libevent.cc', 1177 'udp/udp_socket_libevent.cc',
1178 'udp/udp_socket_libevent.h', 1178 'udp/udp_socket_libevent.h',
1179 'udp/udp_socket_win.cc', 1179 'udp/udp_socket_win.cc',
1180 'udp/udp_socket_win.h', 1180 'udp/udp_socket_win.h',
1181 'url_request/certificate_report_sender.cc', 1181 'url_request/certificate_report_sender.cc',
1182 'url_request/certificate_report_sender.h', 1182 'url_request/certificate_report_sender.h',
1183 'url_request/data_protocol_handler.cc', 1183 'url_request/data_protocol_handler.cc',
1184 'url_request/data_protocol_handler.h', 1184 'url_request/data_protocol_handler.h',
1185 'url_request/data_use_measurement.cc',
1186 'url_request/data_use_measurement.h',
1185 'url_request/file_protocol_handler.cc', 1187 'url_request/file_protocol_handler.cc',
1186 'url_request/file_protocol_handler.h', 1188 'url_request/file_protocol_handler.h',
1187 'url_request/fraudulent_certificate_reporter.h', 1189 'url_request/fraudulent_certificate_reporter.h',
1188 'url_request/ftp_protocol_handler.cc', 1190 'url_request/ftp_protocol_handler.cc',
1189 'url_request/ftp_protocol_handler.h', 1191 'url_request/ftp_protocol_handler.h',
1190 'url_request/http_user_agent_settings.h', 1192 'url_request/http_user_agent_settings.h',
1191 'url_request/redirect_info.cc', 1193 'url_request/redirect_info.cc',
1192 'url_request/redirect_info.h', 1194 'url_request/redirect_info.h',
1193 'url_request/sdch_dictionary_fetcher.cc', 1195 'url_request/sdch_dictionary_fetcher.cc',
1194 'url_request/sdch_dictionary_fetcher.h', 1196 'url_request/sdch_dictionary_fetcher.h',
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 'README.md', 1880 'README.md',
1879 'docs/bug-triage.md', 1881 'docs/bug-triage.md',
1880 'docs/bug-triage-labels.md', 1882 'docs/bug-triage-labels.md',
1881 'docs/bug-triage-suggested-workflow.md', 1883 'docs/bug-triage-suggested-workflow.md',
1882 'docs/life-of-a-url-request.md', 1884 'docs/life-of-a-url-request.md',
1883 'sdch/README.md', 1885 'sdch/README.md',
1884 ], 1886 ],
1885 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1887 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1886 } 1888 }
1887 } 1889 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698