Update postmortem metadata jobs
This commit updates the jobs for generating postmortem metadata. I96a8a7cdded6f7c37b6f1da659d63df9e3a5de2b moved the Code class to a new file without updating the postmortem jobs. This resulted in some constants used by Node.js to disappear, leading to build failures on SmartOS. See: https://github.com/nodejs/node-v8/issues/21 Bug: Change-Id: Icf5f59fe464d933c4f5a3f622b08c01bc43c6a80 Reviewed-on: https://chromium-review.googlesource.com/741919 Commit-Queue: Yang Guo <yangguo@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#49168}
This commit is contained in:
parent
656c640ca9
commit
14ddbc1899
2
AUTHORS
2
AUTHORS
@ -55,6 +55,7 @@ Craig Schlenter <craig.schlenter@gmail.com>
|
|||||||
Choongwoo Han <cwhan.tunz@gmail.com>
|
Choongwoo Han <cwhan.tunz@gmail.com>
|
||||||
Chris Nardi <hichris123@gmail.com>
|
Chris Nardi <hichris123@gmail.com>
|
||||||
Christopher A. Taylor <chris@gameclosure.com>
|
Christopher A. Taylor <chris@gameclosure.com>
|
||||||
|
Colin Ihrig <cjihrig@gmail.com>
|
||||||
Daniel Andersson <kodandersson@gmail.com>
|
Daniel Andersson <kodandersson@gmail.com>
|
||||||
Daniel Bevenius <daniel.bevenius@gmail.com>
|
Daniel Bevenius <daniel.bevenius@gmail.com>
|
||||||
Daniel James <dnljms@gmail.com>
|
Daniel James <dnljms@gmail.com>
|
||||||
@ -141,4 +142,3 @@ Yu Yin <xwafish@gmail.com>
|
|||||||
Zac Hansen <xaxxon@gmail.com>
|
Zac Hansen <xaxxon@gmail.com>
|
||||||
Zhongping Wang <kewpie.w.zp@gmail.com>
|
Zhongping Wang <kewpie.w.zp@gmail.com>
|
||||||
柳荣一 <admin@web-tinker.com>
|
柳荣一 <admin@web-tinker.com>
|
||||||
|
|
||||||
|
2
BUILD.gn
2
BUILD.gn
@ -745,6 +745,8 @@ action("postmortem-metadata") {
|
|||||||
sources = [
|
sources = [
|
||||||
"src/objects.h",
|
"src/objects.h",
|
||||||
"src/objects-inl.h",
|
"src/objects-inl.h",
|
||||||
|
"src/objects/code-inl.h",
|
||||||
|
"src/objects/code.h",
|
||||||
"src/objects/js-array-inl.h",
|
"src/objects/js-array-inl.h",
|
||||||
"src/objects/js-array.h",
|
"src/objects/js-array.h",
|
||||||
"src/objects/js-regexp-inl.h",
|
"src/objects/js-regexp-inl.h",
|
||||||
|
@ -2476,6 +2476,8 @@
|
|||||||
'heapobject_files': [
|
'heapobject_files': [
|
||||||
'objects.h',
|
'objects.h',
|
||||||
'objects-inl.h',
|
'objects-inl.h',
|
||||||
|
'objects/code.h',
|
||||||
|
'objects/code-inl.h',
|
||||||
'objects/js-array.h',
|
'objects/js-array.h',
|
||||||
'objects/js-array-inl.h',
|
'objects/js-array-inl.h',
|
||||||
'objects/js-regexp.h',
|
'objects/js-regexp.h',
|
||||||
|
Loading…
Reference in New Issue
Block a user