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

Unified Diff: util/util.gyp

Issue 854363006: win: Implementation of http_transport_win based on WinInet (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@multiproc-impl
Patch Set: Created 5 years, 11 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 | « util/test/multiprocess_exec_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 86d13f77c87ee0c10d95f581e4c7b93f5ce863ca..d3cd82f7c834eaf8e62edf051ee5bd609d24036b 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -97,6 +97,7 @@
'net/http_transport.cc',
'net/http_transport.h',
'net/http_transport_mac.mm',
+ 'net/http_transport_win.cc',
'numeric/checked_range.h',
'numeric/in_range_cast.h',
'numeric/int128.h',
@@ -301,12 +302,6 @@
],
},
}],
- ['OS=="win"', {
- 'sources!': [
- # TODO(scottmg): Temporarily excluded during Windows bring up.
- 'net/http_transport_test.cc',
- ],
- }],
],
},
{
« no previous file with comments | « util/test/multiprocess_exec_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698