diff options
author | brettw <brettw@chromium.org> | 2015-05-01 15:36:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-01 22:36:58 +0000 |
commit | 2b2364bb2c6fbb88e6a4550abeb9141bc7cb949c (patch) | |
tree | f9a32a6b8de3cd777ba9078cebd63de62142fe5e /chrome_elf | |
parent | 7fe661b47213d343058810597851e30eeb68ad8b (diff) | |
download | chromium_src-2b2364bb2c6fbb88e6a4550abeb9141bc7cb949c.zip chromium_src-2b2364bb2c6fbb88e6a4550abeb9141bc7cb949c.tar.gz chromium_src-2b2364bb2c6fbb88e6a4550abeb9141bc7cb949c.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.
Originally landed as https://codereview.chromium.org/1120803003/
TBR=scottmg@chromium.org
TBR=ddorwin@chromium.org (widevine)
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg
Review URL: https://codereview.chromium.org/1123433002
Cr-Commit-Position: refs/heads/master@{#327998}
Diffstat (limited to 'chrome_elf')
-rw-r--r-- | chrome_elf/BUILD.gn | 1 |
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", ] |