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

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: add JobFactory interface in JobController, remove JobControllerPeer 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 95879db27d22cc2de89651027eebc9a21ee8c61c..3a7d1570bcc5b1bcaa24d1f634294f141ddf7b9d 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',

Powered by Google App Engine
This is Rietveld 408576698