Skip to content

Commit

Permalink
build: fix building js2c with GN
Browse files Browse the repository at this point in the history
This is a follow-up to #51605.

PR-URL: #51818
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
zcbenz authored and richardlau committed Mar 25, 2024
1 parent be40c82 commit 2176495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,10 @@ template("node_gn_build") {
sources = [
"tools/js2c.cc",
"tools/executable_wrapper.h",
"src/embedded_data.cc",
"src/embedded_data.h",
]
include_dirs = [ "src" ]
}

action("run_node_js2c") {
Expand Down

0 comments on commit 2176495

Please sign in to comment.