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

Side by Side Diff: net/net.gyp

Issue 10534154: Move URLFetcherImpl to net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows link error Created 8 years, 6 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 | « content/test/test_url_fetcher_factory.cc ('k') | net/url_request/url_fetcher_core.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 'udp/udp_socket_win.cc', 715 'udp/udp_socket_win.cc',
716 'udp/udp_socket_win.h', 716 'udp/udp_socket_win.h',
717 'url_request/fraudulent_certificate_reporter.h', 717 'url_request/fraudulent_certificate_reporter.h',
718 'url_request/url_fetcher.cc', 718 'url_request/url_fetcher.cc',
719 'url_request/url_fetcher.h', 719 'url_request/url_fetcher.h',
720 'url_request/url_fetcher_core.cc', 720 'url_request/url_fetcher_core.cc',
721 'url_request/url_fetcher_core.h', 721 'url_request/url_fetcher_core.h',
722 'url_request/url_fetcher_delegate.cc', 722 'url_request/url_fetcher_delegate.cc',
723 'url_request/url_fetcher_delegate.h', 723 'url_request/url_fetcher_delegate.h',
724 'url_request/url_fetcher_factory.h', 724 'url_request/url_fetcher_factory.h',
725 'url_request/url_fetcher_impl.cc',
726 'url_request/url_fetcher_impl.h',
725 'url_request/url_request.cc', 727 'url_request/url_request.cc',
726 'url_request/url_request.h', 728 'url_request/url_request.h',
727 'url_request/url_request_about_job.cc', 729 'url_request/url_request_about_job.cc',
728 'url_request/url_request_about_job.h', 730 'url_request/url_request_about_job.h',
729 'url_request/url_request_context.cc', 731 'url_request/url_request_context.cc',
730 'url_request/url_request_context.h', 732 'url_request/url_request_context.h',
731 'url_request/url_request_context_builder.cc', 733 'url_request/url_request_context_builder.cc',
732 'url_request/url_request_context_builder.h', 734 'url_request/url_request_context_builder.h',
733 'url_request/url_request_context_getter.cc', 735 'url_request/url_request_context_getter.cc',
734 'url_request/url_request_context_getter.h', 736 'url_request/url_request_context_getter.h',
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'tools/dump_cache/url_to_filename_encoder.cc', 1919 'tools/dump_cache/url_to_filename_encoder.cc',
1918 'tools/dump_cache/url_to_filename_encoder.h', 1920 'tools/dump_cache/url_to_filename_encoder.h',
1919 'tools/dump_cache/url_utilities.h', 1921 'tools/dump_cache/url_utilities.h',
1920 'tools/dump_cache/url_utilities.cc', 1922 'tools/dump_cache/url_utilities.cc',
1921 ], 1923 ],
1922 }, 1924 },
1923 ], 1925 ],
1924 }], 1926 }],
1925 ], 1927 ],
1926 } 1928 }
OLDNEW
« no previous file with comments | « content/test/test_url_fetcher_factory.cc ('k') | net/url_request/url_fetcher_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698