summaryrefslogtreecommitdiffstats
path: root/chrome_elf/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_elf/BUILD.gn')
-rw-r--r--chrome_elf/BUILD.gn8
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
index 74a217f..092ba7a 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -6,12 +6,10 @@ import("//chrome/version.gni")
import("//testing/test.gni")
process_version("chrome_elf_resources") {
- source = "//chrome/app/chrome_version.rc.version"
- output = "$target_gen_dir/chrome_elf_version.rc"
- extra_args = [
- "-f",
- rebase_path("chrome_elf.ver"),
+ sources = [
+ "chrome_elf.ver",
]
+ output = "$target_gen_dir/chrome_elf_version.rc"
}
shared_library("chrome_elf") {