From edff53a35780ba2f515c7e8d4f7131c91151e1a3 Mon Sep 17 00:00:00 2001 From: brettw Date: Thu, 30 Apr 2015 18:09:35 -0700 Subject: Add a GN flag for the Windows multi-dll build. The first pass of moving the other Chrome-specific build flags out of the root build config file and into the new one. This requires both ffmpeg and Blink changes to finish landing. R=scottmg@chromium.org TBR=ddorwin@chromium.org (widevine) Review URL: https://codereview.chromium.org/1120803003 Cr-Commit-Position: refs/heads/master@{#327854} --- chrome_elf/BUILD.gn | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome_elf') diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn index 06cb937..ee00fa8 100644 --- a/chrome_elf/BUILD.gn +++ b/chrome_elf/BUILD.gn @@ -14,7 +14,6 @@ process_version("chrome_elf_resources") { shared_library("chrome_elf") { sources = [ - "$target_gen_dir/chrome_elf_version.rc", "chrome_elf_main.cc", "chrome_elf_main.h", ] -- cgit v1.1