From 556058e668468012e0c9f3f845264345fa815db5 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 14 Jan 2016 06:39:51 +0200 Subject: [PATCH] Make sure we export symbols for Windows --- gyp/common_conditions.gypi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index af4957b..43f617b 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -47,8 +47,11 @@ '_CRT_SECURE_NO_WARNINGS', 'GR_GL_FUNCTION_TYPE=__stdcall', '_HAS_EXCEPTIONS=0', + 'SKIA_DLL', + 'SKIA_IMPLEMENTATION=1', ], 'msvs_disabled_warnings': [ + 4251, # An exported class member was of a type that was not exported 4275, # An exported class was derived from a class that was not exported 4345, # This is an FYI about a behavior change from long ago. Chrome stifles it too. 4355, # 'this' used in base member initializer list. Off by default in newer compilers. -- 2.7.4