summaryrefslogtreecommitdiffstats
path: root/chrome_elf
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-04-30 18:09:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-01 01:10:14 +0000
commitedff53a35780ba2f515c7e8d4f7131c91151e1a3 (patch)
treea951d77ed6739fe96ca5bffa6713c2e6a919675e /chrome_elf
parent0c215419d6743dd77e5c42d35d5819ffe679340c (diff)
downloadchromium_src-edff53a35780ba2f515c7e8d4f7131c91151e1a3.zip
chromium_src-edff53a35780ba2f515c7e8d4f7131c91151e1a3.tar.gz
chromium_src-edff53a35780ba2f515c7e8d4f7131c91151e1a3.tar.bz2
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}
Diffstat (limited to 'chrome_elf')
-rw-r--r--chrome_elf/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
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",
]