summaryrefslogtreecommitdiff
path: root/common_conditions.gypi
diff options
context:
space:
mode:
authordjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 20:09:47 +0000
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 20:09:47 +0000
commitd07b4b787bb4cf3bd3c8ffe0caeceb755a6feb71 (patch)
treedb7454922c5c6d58c79eea83c8f24484d141e633 /common_conditions.gypi
parent81adca913fa0ea905d997c8d18fbc9528dde1655 (diff)
downloadgyp-d07b4b787bb4cf3bd3c8ffe0caeceb755a6feb71.tar.gz
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
Diffstat (limited to 'common_conditions.gypi')
-rw-r--r--common_conditions.gypi11
1 files changed, 0 insertions, 11 deletions
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',