BUILD.gn: remove the static_library target.
authorCorentin Wallez <cwallez@chromium.org>
Wed, 17 Oct 2018 10:22:28 +0000 (12:22 +0200)
committerCorentin Wallez <cwallez@chromium.org>
Wed, 17 Oct 2018 10:22:28 +0000 (12:22 +0200)
commit5403f380a46d7864c189943c7b32ca38844333e3
treea545d0cdbc562cde8a24b2a9ab6a6e4827e1fac0
parentfa61e4c061c18b1261ba4b0a0b5396285038098c
BUILD.gn: remove the static_library target.

This had no sources and depended on a source_set which is an invalid use
of GN because the source_set gets propagated to dependents of the
static_library instead.
BUILD.gn