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

Side by Side Diff: net/net.gyp

Issue 8302019: Recommit fraudulent certificate reporting infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'udp/datagram_socket.h', 628 'udp/datagram_socket.h',
629 'udp/udp_client_socket.cc', 629 'udp/udp_client_socket.cc',
630 'udp/udp_client_socket.h', 630 'udp/udp_client_socket.h',
631 'udp/udp_server_socket.cc', 631 'udp/udp_server_socket.cc',
632 'udp/udp_server_socket.h', 632 'udp/udp_server_socket.h',
633 'udp/udp_socket.h', 633 'udp/udp_socket.h',
634 'udp/udp_socket_libevent.cc', 634 'udp/udp_socket_libevent.cc',
635 'udp/udp_socket_libevent.h', 635 'udp/udp_socket_libevent.h',
636 'udp/udp_socket_win.cc', 636 'udp/udp_socket_win.cc',
637 'udp/udp_socket_win.h', 637 'udp/udp_socket_win.h',
638 'url_request/fraudulent_certificate_reporter.cc',
639 'url_request/fraudulent_certificate_reporter.h',
638 'url_request/url_request.cc', 640 'url_request/url_request.cc',
639 'url_request/url_request.h', 641 'url_request/url_request.h',
640 'url_request/url_request_about_job.cc', 642 'url_request/url_request_about_job.cc',
641 'url_request/url_request_about_job.h', 643 'url_request/url_request_about_job.h',
642 'url_request/url_request_context.cc', 644 'url_request/url_request_context.cc',
643 'url_request/url_request_context.h', 645 'url_request/url_request_context.h',
644 'url_request/url_request_context_getter.cc', 646 'url_request/url_request_context_getter.cc',
645 'url_request/url_request_context_getter.h', 647 'url_request/url_request_context_getter.h',
646 'url_request/url_request_context_storage.cc', 648 'url_request/url_request_context_storage.cc',
647 'url_request/url_request_context_storage.h', 649 'url_request/url_request_context_storage.h',
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 'tools/dump_cache/url_to_filename_encoder.cc', 1578 'tools/dump_cache/url_to_filename_encoder.cc',
1577 'tools/dump_cache/url_to_filename_encoder.h', 1579 'tools/dump_cache/url_to_filename_encoder.h',
1578 'tools/dump_cache/url_utilities.h', 1580 'tools/dump_cache/url_utilities.h',
1579 'tools/dump_cache/url_utilities.cc', 1581 'tools/dump_cache/url_utilities.cc',
1580 ], 1582 ],
1581 }, 1583 },
1582 ], 1584 ],
1583 }], 1585 }],
1584 ], 1586 ],
1585 } 1587 }
OLDNEW
« no previous file with comments | « net/data/ssl/certificates/test_mail_google_com.pem ('k') | net/url_request/fraudulent_certificate_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698