From d07b4b787bb4cf3bd3c8ffe0caeceb755a6feb71 Mon Sep 17 00:00:00 2001 From: "djsollen@google.com" Date: Fri, 31 May 2013 20:09:47 +0000 Subject: prepare skia for shared library build on android R=borenet@google.com, djsollen@google.com Committed: https://code.google.com/p/skia/source/detail?r=9378 Review URL: https://codereview.chromium.org/15855006 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@9379 2bbb7eff-a529-9590-31e7-b0007b416f81 --- common_conditions.gypi | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'common_conditions.gypi') diff --git a/common_conditions.gypi b/common_conditions.gypi index 64e7c13..fda1222 100644 --- a/common_conditions.gypi +++ b/common_conditions.gypi @@ -326,17 +326,6 @@ [ 'skia_profile_enabled == 1', { 'cflags': ['-g', '-fno-omit-frame-pointer', '-marm', '-mapcs'], }], - [ 'skia_shared_lib', { - 'cflags': [ - '-fPIC', - ], - 'defines': [ - 'GR_DLL=1', - 'GR_IMPLEMENTATION=1', - 'SKIA_DLL', - 'SKIA_IMPLEMENTATION=1', - ], - }], [ 'skia_arch_type == "arm" and arm_thumb == 1', { 'cflags': [ '-mthumb', -- cgit v1.2.3