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

Side by Side Diff: net/net.gyp

Issue 8342019: Don't need to export an abstract interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove net_export.h. 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
« no previous file with comments | « no previous file | net/url_request/fraudulent_certificate_reporter.h » ('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 (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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'udp/datagram_socket.h', 631 'udp/datagram_socket.h',
632 'udp/udp_client_socket.cc', 632 'udp/udp_client_socket.cc',
633 'udp/udp_client_socket.h', 633 'udp/udp_client_socket.h',
634 'udp/udp_server_socket.cc', 634 'udp/udp_server_socket.cc',
635 'udp/udp_server_socket.h', 635 'udp/udp_server_socket.h',
636 'udp/udp_socket.h', 636 'udp/udp_socket.h',
637 'udp/udp_socket_libevent.cc', 637 'udp/udp_socket_libevent.cc',
638 'udp/udp_socket_libevent.h', 638 'udp/udp_socket_libevent.h',
639 'udp/udp_socket_win.cc', 639 'udp/udp_socket_win.cc',
640 'udp/udp_socket_win.h', 640 'udp/udp_socket_win.h',
641 'url_request/fraudulent_certificate_reporter.cc',
642 'url_request/fraudulent_certificate_reporter.h', 641 'url_request/fraudulent_certificate_reporter.h',
643 'url_request/url_request.cc', 642 'url_request/url_request.cc',
644 'url_request/url_request.h', 643 'url_request/url_request.h',
645 'url_request/url_request_about_job.cc', 644 'url_request/url_request_about_job.cc',
646 'url_request/url_request_about_job.h', 645 'url_request/url_request_about_job.h',
647 'url_request/url_request_context.cc', 646 'url_request/url_request_context.cc',
648 'url_request/url_request_context.h', 647 'url_request/url_request_context.h',
649 'url_request/url_request_context_getter.cc', 648 'url_request/url_request_context_getter.cc',
650 'url_request/url_request_context_getter.h', 649 'url_request/url_request_context_getter.h',
651 'url_request/url_request_context_storage.cc', 650 'url_request/url_request_context_storage.cc',
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'tools/dump_cache/url_to_filename_encoder.cc', 1600 'tools/dump_cache/url_to_filename_encoder.cc',
1602 'tools/dump_cache/url_to_filename_encoder.h', 1601 'tools/dump_cache/url_to_filename_encoder.h',
1603 'tools/dump_cache/url_utilities.h', 1602 'tools/dump_cache/url_utilities.h',
1604 'tools/dump_cache/url_utilities.cc', 1603 'tools/dump_cache/url_utilities.cc',
1605 ], 1604 ],
1606 }, 1605 },
1607 ], 1606 ],
1608 }], 1607 }],
1609 ], 1608 ],
1610 } 1609 }
OLDNEW
« no previous file with comments | « no previous file | net/url_request/fraudulent_certificate_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698