Skip to content

Commit ee25003

Browse files
committed
address pr reviews
1 parent fb23d23 commit ee25003

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/workerd/io/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ wd_cc_library(
126126
"//src/workerd/util:ring-buffer",
127127
"//src/workerd/util:small-set",
128128
"//src/workerd/util:sqlite",
129+
"//src/workerd/util:strong-bool",
129130
"@capnp-cpp//src/capnp:capnp-rpc",
130131
"@capnp-cpp//src/capnp/compat:http-over-capnp",
131132
"@capnp-cpp//src/kj:kj-async",
@@ -149,6 +150,7 @@ wd_cc_library(
149150
"//src/pyodide:python-entrypoint",
150151
"//src/workerd/api:rtti",
151152
"//src/workerd/jsg",
153+
"//src/workerd/util:strong-bool",
152154
],
153155
)
154156

src/workerd/jsg/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ wd_cc_library(
111111
# Some JSG headers can't be compiled on their own
112112
features = ["-parse_headers"],
113113
implementation_deps = [
114-
":memory-tracker",
115-
"//src/workerd/util:uuid",
116114
"@simdutf",
117115
"@ssl",
118116
],
@@ -121,6 +119,7 @@ wd_cc_library(
121119
deps = [
122120
":exception",
123121
":macro-meta",
122+
":memory-tracker",
124123
":meta",
125124
":modules_capnp",
126125
":observer",

0 commit comments

Comments
 (0)