Skip to content

Commit 09051db

Browse files
committed
review: fixup.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 1ef0c44 commit 09051db

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

bazel/external/v8.patch

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
6. Add support for building on s390x. (https://crrev.com/c/3346395)
77

88
diff --git a/BUILD.bazel b/BUILD.bazel
9-
index 5d607a5048..168b5e37a7 100644
9+
index 5d607a5048..d2f3030326 100644
1010
--- a/BUILD.bazel
1111
+++ b/BUILD.bazel
1212
@@ -3,6 +3,8 @@
@@ -175,12 +175,9 @@ index 5d607a5048..168b5e37a7 100644
175175
outs = [
176176
"include/inspector/Debugger.h",
177177
"include/inspector/Runtime.h",
178-
@@ -3091,11 +3155,18 @@ genrule(
179-
"src/inspector/protocol/Runtime.h",
178+
@@ -3092,10 +3156,15 @@ genrule(
180179
"src/inspector/protocol/Schema.cpp",
181180
"src/inspector/protocol/Schema.h",
182-
+ "src/inspector/protocol/base_string_adapter.cc",
183-
+ "src/inspector/protocol/base_string_adapter.h",
184181
],
185182
- cmd = "bazel/generate-inspector-files.sh $(@D)",
186183
- cmd_bat = "bazel\\generate-inspector-files.cmd $(@D)",
@@ -197,7 +194,7 @@ index 5d607a5048..168b5e37a7 100644
197194
)
198195

199196
filegroup(
200-
@@ -3226,7 +3297,7 @@ v8_library(
197+
@@ -3226,7 +3295,7 @@ v8_library(
201198
],
202199
icu_deps = [
203200
":icu/generated_torque_headers",
@@ -206,7 +203,7 @@ index 5d607a5048..168b5e37a7 100644
206203
],
207204
icu_srcs = [
208205
":generated_regexp_special_case",
209-
@@ -3241,7 +3312,8 @@ v8_library(
206+
@@ -3241,7 +3310,8 @@ v8_library(
210207
],
211208
deps = [
212209
":v8_libbase",
@@ -216,7 +213,7 @@ index 5d607a5048..168b5e37a7 100644
216213
],
217214
)
218215

219-
@@ -3309,7 +3381,7 @@ v8_binary(
216+
@@ -3309,7 +3379,7 @@ v8_binary(
220217
"UNISTR_FROM_CHAR_EXPLICIT=",
221218
],
222219
deps = [

0 commit comments

Comments
 (0)