File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ cc_library(
32
32
deps = [
33
33
":include" ,
34
34
"@boringssl//:crypto" ,
35
- "@com_google_protobuf//:protobuf_lite" ,
36
35
"@proxy_wasm_cpp_sdk//:api_lib" ,
37
36
],
38
37
)
Original file line number Diff line number Diff line change @@ -15,7 +15,4 @@ cc_library(
15
15
"proxy_wasm_common.h",
16
16
"proxy_wasm_enums.h",
17
17
],
18
- deps = [
19
- "@com_google_protobuf//:protobuf_lite",
20
- ],
21
18
)
Original file line number Diff line number Diff line change @@ -67,13 +67,6 @@ def proxy_wasm_cpp_host_repositories():
67
67
url = "https://github.com/bazelbuild/rules_rust/archive/96d5118f03411f80182fd45426e259eedf809d7a.tar.gz" ,
68
68
)
69
69
70
- http_archive (
71
- name = "com_google_protobuf" ,
72
- sha256 = "59621f4011a95df270748dcc0ec1cc51946473f0e140d4848a2f20c8719e43aa" ,
73
- strip_prefix = "protobuf-655310ca192a6e3a050e0ca0b7084a2968072260" ,
74
- url = "https://github.com/protocolbuffers/protobuf/archive/655310ca192a6e3a050e0ca0b7084a2968072260.tar.gz" ,
75
- )
76
-
77
70
http_archive (
78
71
name = "rules_foreign_cc" ,
79
72
sha256 = "d54742ffbdc6924f222d2179f0e10e911c5c659c4ae74158e9fe827aad862ac6" ,
Original file line number Diff line number Diff line change 17
17
18
18
#include < memory>
19
19
20
- #include " google/protobuf/message.h"
21
20
#include " include/proxy-wasm/null_vm_plugin.h"
22
21
#include " include/proxy-wasm/wasm.h"
23
22
#include " include/proxy-wasm/exports.h"
You can’t perform that action at this time.
0 commit comments