6
6
6. Add support for building on s390x. (https://crrev.com/c/3346395)
7
7
8
8
diff --git a/BUILD.bazel b/BUILD.bazel
9
- index 5d607a5048..168b5e37a7 100644
9
+ index 5d607a5048..d2f3030326 100644
10
10
--- a/BUILD.bazel
11
11
+++ b/BUILD.bazel
12
12
@@ -3,6 +3,8 @@
@@ -175,12 +175,9 @@ index 5d607a5048..168b5e37a7 100644
175
175
outs = [
176
176
"include/inspector/Debugger.h",
177
177
"include/inspector/Runtime.h",
178
- @@ -3091,11 +3155,18 @@ genrule(
179
- "src/inspector/protocol/Runtime.h",
178
+ @@ -3092,10 +3156,15 @@ genrule(
180
179
"src/inspector/protocol/Schema.cpp",
181
180
"src/inspector/protocol/Schema.h",
182
- + "src/inspector/protocol/base_string_adapter.cc",
183
- + "src/inspector/protocol/base_string_adapter.h",
184
181
],
185
182
- cmd = "bazel/generate-inspector-files.sh $(@D)",
186
183
- cmd_bat = "bazel\\generate-inspector-files.cmd $(@D)",
@@ -197,7 +194,7 @@ index 5d607a5048..168b5e37a7 100644
197
194
)
198
195
199
196
filegroup(
200
- @@ -3226,7 +3297 ,7 @@ v8_library(
197
+ @@ -3226,7 +3295 ,7 @@ v8_library(
201
198
],
202
199
icu_deps = [
203
200
":icu/generated_torque_headers",
@@ -206,7 +203,7 @@ index 5d607a5048..168b5e37a7 100644
206
203
],
207
204
icu_srcs = [
208
205
":generated_regexp_special_case",
209
- @@ -3241,7 +3312 ,8 @@ v8_library(
206
+ @@ -3241,7 +3310 ,8 @@ v8_library(
210
207
],
211
208
deps = [
212
209
":v8_libbase",
@@ -216,7 +213,7 @@ index 5d607a5048..168b5e37a7 100644
216
213
],
217
214
)
218
215
219
- @@ -3309,7 +3381 ,7 @@ v8_binary(
216
+ @@ -3309,7 +3379 ,7 @@ v8_binary(
220
217
"UNISTR_FROM_CHAR_EXPLICIT=",
221
218
],
222
219
deps = [
0 commit comments