GN Windows component build fixes.
commit44a5cf89809a419225709657e86562137bb639b4
authorbrettw <brettw@chromium.org>
Wed, 8 Apr 2015 19:48:22 +0000 (8 12:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Apr 2015 19:48:56 +0000 (8 19:48 +0000)
tree12503c490391b1c75d189b8cfb2e18511733f4df
parent9a1ebc79d74c9a85788735e99e28ec09788a4b34
GN Windows component build fixes.

Fixes issues related to compiling chrome in component mode on Windows. This just does chrome, there are likely other issues for test targets. Getting Chrome to work will also require an ANGLE roll.

I converted two static_library -> source_set. These aren't necessary but I noticed the extra .libs were being created and these don't need real static libraries as far as I can tell.

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/1069533002

Cr-Commit-Position: refs/heads/master@{#324274}
14 files changed:
chrome/BUILD.gn
chrome/browser/BUILD.gn
chrome/browser/ui/BUILD.gn
components/crash/app/BUILD.gn
components/dom_distiller/core/BUILD.gn
components/policy/proto/BUILD.gn
components/sessions/BUILD.gn
content/browser/BUILD.gn
sandbox/win/BUILD.gn
sync/BUILD.gn
sync/protocol/BUILD.gn
ui/aura/BUILD.gn
ui/keyboard/BUILD.gn
ui/views/BUILD.gn