| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index bc36e8a8cc0ceb29c309cf0baf99aefca79d6cbb..0b3e35863c4780c5971a482c066971fdd6a25a1b 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -19,9 +19,6 @@
|
| 'SK_HAS_JPEG_LIBRARY',
|
| 'SK_HAS_PNG_LIBRARY',
|
| 'SK_HAS_WEBP_LIBRARY',
|
| -
|
| - # Temporarily test against the QCMS library.
|
| - 'SK_TEST_QCMS',
|
| ],
|
| 'conditions' : [
|
| [ 'skia_is_bot', {
|
| @@ -32,6 +29,12 @@
|
| 'SK_CODEC_DECODES_RAW',
|
| ],
|
| }],
|
| + [ 'skia_android_framework == 0', {
|
| + 'defines': [
|
| + # Temporarily test against the QCMS library.
|
| + 'SK_TEST_QCMS',
|
| + ],
|
| + }],
|
| ['skia_pic', {
|
| 'cflags': [
|
| '-fPIC',
|
|
|