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

Side by Side Diff: net/net.gypi

Issue 1267383002: Allow preloaded pins to contain report URIs; remove special-case reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase fixup 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 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'udp/udp_socket_libevent.cc', 1179 'udp/udp_socket_libevent.cc',
1180 'udp/udp_socket_libevent.h', 1180 'udp/udp_socket_libevent.h',
1181 'udp/udp_socket_win.cc', 1181 'udp/udp_socket_win.cc',
1182 'udp/udp_socket_win.h', 1182 'udp/udp_socket_win.h',
1183 'url_request/certificate_report_sender.cc', 1183 'url_request/certificate_report_sender.cc',
1184 'url_request/certificate_report_sender.h', 1184 'url_request/certificate_report_sender.h',
1185 'url_request/data_protocol_handler.cc', 1185 'url_request/data_protocol_handler.cc',
1186 'url_request/data_protocol_handler.h', 1186 'url_request/data_protocol_handler.h',
1187 'url_request/file_protocol_handler.cc', 1187 'url_request/file_protocol_handler.cc',
1188 'url_request/file_protocol_handler.h', 1188 'url_request/file_protocol_handler.h',
1189 'url_request/fraudulent_certificate_reporter.h',
1190 'url_request/ftp_protocol_handler.cc', 1189 'url_request/ftp_protocol_handler.cc',
1191 'url_request/ftp_protocol_handler.h', 1190 'url_request/ftp_protocol_handler.h',
1192 'url_request/http_user_agent_settings.h', 1191 'url_request/http_user_agent_settings.h',
1193 'url_request/redirect_info.cc', 1192 'url_request/redirect_info.cc',
1194 'url_request/redirect_info.h', 1193 'url_request/redirect_info.h',
1195 'url_request/sdch_dictionary_fetcher.cc', 1194 'url_request/sdch_dictionary_fetcher.cc',
1196 'url_request/sdch_dictionary_fetcher.h', 1195 'url_request/sdch_dictionary_fetcher.h',
1197 'url_request/static_http_user_agent_settings.cc', 1196 'url_request/static_http_user_agent_settings.cc',
1198 'url_request/static_http_user_agent_settings.h', 1197 'url_request/static_http_user_agent_settings.h',
1199 'url_request/url_fetcher.cc', 1198 'url_request/url_fetcher.cc',
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
1880 'README.md', 1879 'README.md',
1881 'docs/bug-triage.md', 1880 'docs/bug-triage.md',
1882 'docs/bug-triage-labels.md', 1881 'docs/bug-triage-labels.md',
1883 'docs/bug-triage-suggested-workflow.md', 1882 'docs/bug-triage-suggested-workflow.md',
1884 'docs/life-of-a-url-request.md', 1883 'docs/life-of-a-url-request.md',
1885 'sdch/README.md', 1884 'sdch/README.md',
1886 ], 1885 ],
1887 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1886 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1888 } 1887 }
1889 } 1888 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state_unittest.cc ('k') | net/url_request/certificate_report_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698