mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
action("generate_mas_config") {
|
|
outputs = [ "$target_gen_dir/../../mas.h" ]
|
|
script = "../../script/generate-mas-config.py"
|
|
if (is_mas_build) {
|
|
args = [ "true" ]
|
|
} else {
|
|
args = [ "false" ]
|
|
}
|
|
|
|
args += rebase_path(outputs)
|
|
}
|