Fix a few GN build issues.
authorJamie Madill <jmadill@chromium.org>
Fri, 18 Jan 2019 19:53:31 +0000 (14:53 -0500)
committerJamie Madill <jmadill@chromium.org>
Fri, 18 Jan 2019 22:01:46 +0000 (17:01 -0500)
commit0ceaebcff90eb428d94a19f6b4d72de991931689
treea34c790bd83c36d405d3186041cbaa6140ec3406
parent493dee0ade8e900aca2ab7b3a4f530f98c7e8538
Fix a few GN build issues.

 * adds a source set for default resource limits to mirror CMake
 * adds a target executable for the standalone validator
 * fixes a missing warning

Allows ANGLE to use the integrated BUILD.gn instead of a custom one.

ANGLE bug: 3088
BUILD.gn