Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-08-21 04:05:34 -05:00 committed by GitHub
parent 87b59a5097
commit 50a738ef11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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