Index: gyp/common_variables.gypi |
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi |
index c3714dc6c038757d152daaa085d700464c281397..2fb55915560dd373fdff8e2d1b78de760e978edd 100644 |
--- a/gyp/common_variables.gypi |
+++ b/gyp/common_variables.gypi |
@@ -180,6 +180,12 @@ |
'skia_clang_build%': 0, |
'skia_keep_frame_pointer%': 0, |
}], |
+ [ 'skia_shared_lib or skia_sanitizer or skia_os == "android"', { |
+ 'skia_pic%' : 1, |
+ }, { |
+ 'skia_pic%' : 0, |
+ } |
+ ], |
], |
# Re-define all variables defined within the level-2 'variables' dict, |