ozone: drm: Fix gbm build with GN
commit9eb18f13d6b17d70b0c95ecac09922da5661c07d
authorspang <spang@chromium.org>
Wed, 16 Sep 2015 01:31:17 +0000 (15 18:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 16 Sep 2015 01:32:17 +0000 (16 01:32 +0000)
treec7a7c22bfafb418a6d501de1c6b3262affabcecd
parentdbdba6394783bb468ce80c945937b5e1bb450ea4
ozone: drm: Fix gbm build with GN

ERROR at //ui/ozone/platform/drm/BUILD.gn:122:3: Replacing nonempty list.
  configs = [ ":libdrm" ]
  ^------
This overwrites a previously-defined nonempty list (length 15).
See //build/config/BUILDCONFIG.gn:504:13: for previous definition
  configs = _native_compiler_configs
            ^-----------------------
with another one (length 1). Did you mean "+=" to append instead? If you
really want to do this, do

BUG=531814
TEST=gn gen gn_ozone --args='target_os="chromeos" use_ozone=true'

Review URL: https://codereview.chromium.org/1347863002

Cr-Commit-Position: refs/heads/master@{#349061}
ui/ozone/platform/drm/BUILD.gn