From 28c27c8b795db712c76d79b8cd62b3626ac148ec Mon Sep 17 00:00:00 2001 From: "zachr@google.com" Date: Thu, 20 Jun 2013 17:15:05 +0000 Subject: [PATCH] enable shared lib support in linux for lua R=bungeman@google.com, reed@google.com Review URL: https://codereview.chromium.org/16099014 git-svn-id: http://skia.googlecode.com/svn/trunk@9703 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/common.gypi | 9 --------- gyp/common_conditions.gypi | 11 +++++++++++ gyp/tools.gyp | 44 ++++++++++++++++++++++++++++++++++++++++++++ src/utils/SkLua.cpp | 5 +++++ 4 files changed, 60 insertions(+), 9 deletions(-) diff --git a/gyp/common.gypi b/gyp/common.gypi index 05fdbf4..54c14cd 100644 --- a/gyp/common.gypi +++ b/gyp/common.gypi @@ -45,15 +45,6 @@ }], ], }, - # Validate the 'skia_os' setting against 'skia_shared_lib', because shared - # library build is only supported on Android. - 'variables': { - 'conditions': [ - [ 'skia_os != "android" and skia_shared_lib', { - 'error': '