Skip to content

Commit 716875d

Browse files
psmarshallCommit Bot
authored andcommitted
[build] Add message-template.h to build file
This was missed during a file move and can cause build bugs. Bug: chromium:991547 Change-Id: I157e7bb656956c08293c205c0d00884aecc7adee Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1798430 Commit-Queue: Sigurd Schneider <[email protected]> Reviewed-by: Sigurd Schneider <[email protected]> Auto-Submit: Peter Marshall <[email protected]> Cr-Commit-Position: refs/heads/master@{#63711}
1 parent d1cbd26 commit 716875d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,6 +2152,7 @@ v8_source_set("v8_base_without_compiler") {
21522152
"src/common/assert-scope.cc",
21532153
"src/common/assert-scope.h",
21542154
"src/common/checks.h",
2155+
"src/common/message-template.h",
21552156
"src/common/ptr-compr-inl.h",
21562157
"src/common/ptr-compr.h",
21572158
"src/compiler-dispatcher/compiler-dispatcher.cc",
@@ -2224,7 +2225,6 @@ v8_source_set("v8_base_without_compiler") {
22242225
"src/execution/isolate-utils.h",
22252226
"src/execution/isolate.cc",
22262227
"src/execution/isolate.h",
2227-
"src/execution/message-template.h",
22282228
"src/execution/messages.cc",
22292229
"src/execution/messages.h",
22302230
"src/execution/microtask-queue.cc",

0 commit comments

Comments
 (0)