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

Unified Diff: net/BUILD.gn

Issue 1039853003: Revert "Compile quic_server on MacOS" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | net/tools/quic/quic_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 0836eb26153024a2b066099f3c53fd0a81fe3593..8e9839199c75955204a7a80db9cb88e0d5f252c3 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1042,25 +1042,19 @@ if (!is_ios && !is_android) {
}
}
-if (is_linux || is_mac) {
+if (is_linux) {
static_library("epoll_server") {
sources = [
"tools/epoll_server/epoll_server.cc",
"tools/epoll_server/epoll_server.h",
+ "tools/epoll_server/linux_epoll_server.cc",
]
- if (is_mac) {
- sources += [ "tools/epoll_server/darwin_epoll_server.cc" ]
- } else {
- sources += [ "tools/epoll_server/linux_epoll_server.cc" ]
- }
deps = [
":net",
"//base",
]
}
-}
-if (is_linux) {
static_library("flip_in_mem_edsm_server_base") {
testonly = true
sources = [
« no previous file with comments | « no previous file | net/tools/quic/quic_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698