mirror of https://github.com/grpc/grpc-web.git
commit
012621e5a9
|
|
@ -26,7 +26,6 @@
|
|||
#include "third_party/grpc/include/grpc/grpc.h"
|
||||
#include "third_party/grpc/include/grpc/slice.h"
|
||||
#include "third_party/grpc/include/grpc/status.h"
|
||||
#include "third_party/grpc/include/grpc/support/thd.h"
|
||||
#include "third_party/grpc/include/grpc/support/time.h"
|
||||
|
||||
// Tag for requests to GRPC backend. It contains the content and will be send
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
#include "net/grpc/gateway/runtime/tag.h"
|
||||
#include "third_party/grpc/include/grpc/grpc.h"
|
||||
#include "third_party/grpc/include/grpc/support/time.h"
|
||||
#include "third_party/grpc/src/core/lib/gpr/thd.h"
|
||||
|
||||
namespace grpc {
|
||||
namespace gateway {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define NET_GRPC_GATEWAY_RUNTIME_GRPC_EVENT_QUEUE_H_
|
||||
|
||||
#include "third_party/grpc/include/grpc/grpc.h"
|
||||
#include "third_party/grpc/include/grpc/support/thd.h"
|
||||
#include "third_party/grpc/include/grpc/support/thd_id.h"
|
||||
|
||||
namespace grpc {
|
||||
namespace gateway {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@ cd ..
|
|||
git submodule update --init
|
||||
cd third_party/closure-library && git checkout tags/v20171112 -f && cd ../..
|
||||
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
|
||||
cd third_party/grpc && git checkout 0819ff5 -f && git submodule update --init && cd ../..
|
||||
cd third_party/grpc && git checkout 8224c45 -f && git submodule update --init && cd ../..
|
||||
cd scripts/
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0819ff56f5b7bed6a351db8913d7bb75be0e4d95
|
||||
Subproject commit 8224c45866c6a2cfa29ede0c91a6ae9f40572658
|
||||
Loading…
Reference in New Issue