From 15e664bf6d193dbe99b68e98c7e97e36e67d3d2e Mon Sep 17 00:00:00 2001
From: nnoble <nnoble@google.com>
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 <nnoble@google.com> ------------- 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 a01d6f9d9a..50249ec9fe 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 b66c5ea961..ec238e9340 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 0ecb82384a..c3e421bc2d 100644
--- a/vsprojects/vs2013/grpc.vcxproj
+++ b/vsprojects/vs2013/grpc.vcxproj
@@ -131,7 +131,6 @@
     <ClInclude Include="..\..\src\core\surface\event_string.h" />
     <ClInclude Include="..\..\src\core\surface\lame_client.h" />
     <ClInclude Include="..\..\src\core\surface\server.h" />
-    <ClInclude Include="..\..\src\core\surface\surface_em.h" />
     <ClInclude Include="..\..\src\core\surface\surface_trace.h" />
     <ClInclude Include="..\..\src\core\transport\chttp2\bin_encoder.h" />
     <ClInclude Include="..\..\src\core\transport\chttp2\frame_data.h" />
@@ -278,8 +277,6 @@
     </ClCompile>
     <ClCompile Include="..\..\src\core\surface\server_create.c">
     </ClCompile>
-    <ClCompile Include="..\..\src\core\surface\surface_em.c">
-    </ClCompile>
     <ClCompile Include="..\..\src\core\transport\chttp2\alpn.c">
     </ClCompile>
     <ClCompile Include="..\..\src\core\transport\chttp2\bin_encoder.c">
-- 
GitLab