From a1b682cd50b42f70f4e9c72505487a2bf518cb77 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 11 Apr 2015 12:06:33 +0800 Subject: [PATCH] Debug_Base and Release_Base configs are abstract --- brightray/brightray.gypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brightray/brightray.gypi b/brightray/brightray.gypi index d626326216..db1ee869d4 100644 --- a/brightray/brightray.gypi +++ b/brightray/brightray.gypi @@ -168,6 +168,7 @@ ], }, # Common_Base 'Debug_Base': { + 'abstract': 1, 'defines': [ # Use this instead of "NDEBUG" to determine whether we are in # Debug build, because "NDEBUG" is already used by Chromium. @@ -189,6 +190,7 @@ }, }, # Debug_Base 'Release_Base': { + 'abstract': 1, 'msvs_settings': { 'VCCLCompilerTool': { 'Optimization': '2', # 2 = /Os