mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update BUILD.gn
This commit is contained in:
parent
87b59a5097
commit
50a738ef11
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue