mirror of https://github.com/grpc/grpc-web.git
gRPC Updates
This commit is contained in:
parent
af3e6fd563
commit
cd94b81ed7
|
|
@ -26,7 +26,6 @@
|
||||||
#include "third_party/grpc/include/grpc/grpc.h"
|
#include "third_party/grpc/include/grpc/grpc.h"
|
||||||
#include "third_party/grpc/include/grpc/slice.h"
|
#include "third_party/grpc/include/grpc/slice.h"
|
||||||
#include "third_party/grpc/include/grpc/status.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"
|
#include "third_party/grpc/include/grpc/support/time.h"
|
||||||
|
|
||||||
// Tag for requests to GRPC backend. It contains the content and will be send
|
// 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 "net/grpc/gateway/runtime/tag.h"
|
||||||
#include "third_party/grpc/include/grpc/grpc.h"
|
#include "third_party/grpc/include/grpc/grpc.h"
|
||||||
#include "third_party/grpc/include/grpc/support/time.h"
|
#include "third_party/grpc/include/grpc/support/time.h"
|
||||||
|
#include "third_party/grpc/src/core/lib/gpr/thd.h"
|
||||||
|
|
||||||
namespace grpc {
|
namespace grpc {
|
||||||
namespace gateway {
|
namespace gateway {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#define NET_GRPC_GATEWAY_RUNTIME_GRPC_EVENT_QUEUE_H_
|
#define NET_GRPC_GATEWAY_RUNTIME_GRPC_EVENT_QUEUE_H_
|
||||||
|
|
||||||
#include "third_party/grpc/include/grpc/grpc.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 grpc {
|
||||||
namespace gateway {
|
namespace gateway {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue