Skip to content

Commit a7ba218

Browse files
jeroentargos
authored andcommitted
build: restore libplatform headers in distribution
Headers considered non-essential were removed in #37570, however the libplatform API is actualy needed (and used) by external software initiaing the v8 engine, see for example: https://chromium.googlesource.com/v8/v8/+/refs/heads/main/samples/hello-world.cc PR-URL: #39288 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 2481ddd commit a7ba218

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tools/install.py

+3
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ def headers(action):
160160
def wanted_v8_headers(files_arg, dest):
161161
v8_headers = [
162162
'deps/v8/include/cppgc/common.h',
163+
'deps/v8/include/libplatform/libplatform.h',
164+
'deps/v8/include/libplatform/libplatform-export.h',
165+
'deps/v8/include/libplatform/v8-tracing.h',
163166
'deps/v8/include/v8.h',
164167
'deps/v8/include/v8-internal.h',
165168
'deps/v8/include/v8-platform.h',

0 commit comments

Comments
 (0)