diff options
Diffstat (limited to 'third_party/adobe/flash/BUILD.gn')
-rw-r--r-- | third_party/adobe/flash/BUILD.gn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/adobe/flash/BUILD.gn b/third_party/adobe/flash/BUILD.gn index eb7ef2c..b23f269 100644 --- a/third_party/adobe/flash/BUILD.gn +++ b/third_party/adobe/flash/BUILD.gn @@ -49,7 +49,9 @@ if (is_chrome_branded) { } copy("flapper_version_h") { - sources = [ flapper_version_h_file ] + sources = [ + flapper_version_h_file, + ] outputs = [ "$root_gen_dir/{{source_file_part}}" ] } |