Commit 4132d4fc by Geoff Lang

Always mark *_Base configurations as abstract.

These configurations were showing up in generated projects that angle is included in because those projects don't see our common.gypi file that marks these configurations as abstract. Change-Id: I2c93e82567619d23f8535bd4f77446a1f837707f Reviewed-on: https://chromium-review.googlesource.com/270282Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 10b7f46a
......@@ -102,6 +102,7 @@
{
'x86_Base':
{
'abstract': 1,
'msvs_settings':
{
'VCLinkerTool':
......@@ -122,6 +123,7 @@
},
'x64_Base':
{
'abstract': 1,
'msvs_settings':
{
'VCLinkerTool':
......
......@@ -700,6 +700,7 @@
{
'Debug_Base':
{
'abstract': 1,
'defines':
[
'ANGLE_ENABLE_DEBUG_ANNOTATIONS',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment