From 15e664bf6d193dbe99b68e98c7e97e36e67d3d2e Mon Sep 17 00:00:00 2001 From: nnoble Date: Tue, 9 Dec 2014 18:18:54 -0800 Subject: [PATCH] Fixing opensource build - surface_em.* got removed. Change on 2014/12/09 by nnoble ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81737241 --- Makefile | 2 -- build.json | 2 -- vsprojects/vs2013/grpc.vcxproj | 3 --- 3 files changed, 7 deletions(-) diff --git a/Makefile b/Makefile index a01d6f9d9a0..50249ec9feb 100644 --- a/Makefile +++ b/Makefile @@ -666,7 +666,6 @@ LIBGRPC_SRC = \ src/core/surface/server.c \ src/core/surface/server_chttp2.c \ src/core/surface/server_create.c \ - src/core/surface/surface_em.c \ src/core/transport/chttp2/alpn.c \ src/core/transport/chttp2/bin_encoder.c \ src/core/transport/chttp2/frame_data.c \ @@ -1581,7 +1580,6 @@ LIBGRPC_UNSECURE_SRC = \ src/core/surface/server.c \ src/core/surface/server_chttp2.c \ src/core/surface/server_create.c \ - src/core/surface/surface_em.c \ src/core/transport/chttp2/alpn.c \ src/core/transport/chttp2/bin_encoder.c \ src/core/transport/chttp2/frame_data.c \ diff --git a/build.json b/build.json index b66c5ea9611..ec238e93408 100644 --- a/build.json +++ b/build.json @@ -153,7 +153,6 @@ "src/core/surface/server.c", "src/core/surface/server_chttp2.c", "src/core/surface/server_create.c", - "src/core/surface/surface_em.c", "src/core/transport/chttp2/alpn.c", "src/core/transport/chttp2/bin_encoder.c", "src/core/transport/chttp2/frame_data.c", @@ -236,7 +235,6 @@ "src/core/surface/event_string.h", "src/core/surface/lame_client.h", "src/core/surface/server.h", - "src/core/surface/surface_em.h", "src/core/surface/surface_trace.h", "src/core/transport/chttp2/bin_encoder.h", "src/core/transport/chttp2/frame_data.h", diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj index 0ecb82384ab..c3e421bc2da 100644 --- a/vsprojects/vs2013/grpc.vcxproj +++ b/vsprojects/vs2013/grpc.vcxproj @@ -131,7 +131,6 @@ - @@ -278,8 +277,6 @@ - -