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

Side by Side Diff: net/net.gypi

Issue 1164823002: Remove URLRequestStatus mutators and introduce FromError. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'url_request/url_request_job_factory_impl.cc', 1214 'url_request/url_request_job_factory_impl.cc',
1215 'url_request/url_request_job_factory_impl.h', 1215 'url_request/url_request_job_factory_impl.h',
1216 'url_request/url_request_job_manager.cc', 1216 'url_request/url_request_job_manager.cc',
1217 'url_request/url_request_job_manager.h', 1217 'url_request/url_request_job_manager.h',
1218 'url_request/url_request_netlog_params.cc', 1218 'url_request/url_request_netlog_params.cc',
1219 'url_request/url_request_netlog_params.h', 1219 'url_request/url_request_netlog_params.h',
1220 'url_request/url_request_redirect_job.cc', 1220 'url_request/url_request_redirect_job.cc',
1221 'url_request/url_request_redirect_job.h', 1221 'url_request/url_request_redirect_job.h',
1222 'url_request/url_request_simple_job.cc', 1222 'url_request/url_request_simple_job.cc',
1223 'url_request/url_request_simple_job.h', 1223 'url_request/url_request_simple_job.h',
1224 'url_request/url_request_status.cc',
1224 'url_request/url_request_status.h', 1225 'url_request/url_request_status.h',
1225 'url_request/url_request_test_job.cc', 1226 'url_request/url_request_test_job.cc',
1226 'url_request/url_request_test_job.h', 1227 'url_request/url_request_test_job.h',
1227 'url_request/url_request_throttler_entry.cc', 1228 'url_request/url_request_throttler_entry.cc',
1228 'url_request/url_request_throttler_entry.h', 1229 'url_request/url_request_throttler_entry.h',
1229 'url_request/url_request_throttler_entry_interface.h', 1230 'url_request/url_request_throttler_entry_interface.h',
1230 'url_request/url_request_throttler_manager.cc', 1231 'url_request/url_request_throttler_manager.cc',
1231 'url_request/url_request_throttler_manager.h', 1232 'url_request/url_request_throttler_manager.h',
1232 'url_request/view_cache_helper.cc', 1233 'url_request/view_cache_helper.cc',
1233 'url_request/view_cache_helper.h', 1234 'url_request/view_cache_helper.h',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 'base/mac/url_conversions_unittest.mm', 1820 'base/mac/url_conversions_unittest.mm',
1820 ], 1821 ],
1821 'net_docs_script': 'tools/net_docs/net_docs.py', 1822 'net_docs_script': 'tools/net_docs/net_docs.py',
1822 'net_docs_sources': [ 1823 'net_docs_sources': [
1823 'README.md', 1824 'README.md',
1824 'sdch/README.md', 1825 'sdch/README.md',
1825 ], 1826 ],
1826 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1827 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1827 } 1828 }
1828 } 1829 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698