Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-08-20 19:29:40 -05:00 committed by GitHub
parent 3bab3829ce
commit a13343510a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,8 +302,8 @@ if (!is_android && !is_mac) {
# On Chrome OS builds (for both ash-chrome and lacros-chrome), put
# a metadata.json file in root directory containing Chrome version.
if (is_chromeos) {
deps += [ "//build:version_metadata" ]
if (is_chromeos || is_linux) {
data_deps += [ "//build:version_metadata" ]
}
# Chrome OS debug builds for arm need to pass --long-plt to the linker.