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

Unified Diff: net/net.gyp

Issue 1941083002: JobController 1: Adding a new class HttpStreamFactoryImpl::JobController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_stream_factory_test_util.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 966aed44b12d01f6f321df49e8dccb7beb8cdafc..26a6adf2021b83e6f5387265beb491f10760ea19 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -261,7 +261,7 @@
],
}],
[ 'OS == "ios"', {
- # Only include these files on iOS when using NSS for cert
+ # Only include these files on iOS when using NSS for cert
# verification.
'sources!': [
'cert/x509_util_ios.cc',
@@ -577,6 +577,8 @@
'dns/mock_mdns_socket_factory.h',
'http/http_transaction_test_util.cc',
'http/http_transaction_test_util.h',
+ 'http/http_stream_factory_test_util.cc',
+ 'http/http_stream_factory_test_util.h',
'log/test_net_log.cc',
'log/test_net_log.h',
'log/test_net_log_entry.cc',
« no previous file with comments | « net/http/http_stream_factory_test_util.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698