| Index: gyp/common_variables.gypi
|
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
|
| index bbd09a6eee6a1d6a729eb19ac953842834b09c8f..60dcccc1a9ee674e77a7471d31edb0b49ccb4529 100644
|
| --- a/gyp/common_variables.gypi
|
| +++ b/gyp/common_variables.gypi
|
| @@ -86,11 +86,6 @@
|
| }, {
|
| 'os_posix%': 1,
|
| }],
|
| - [ 'skia_os in ["linux"]', {
|
| - 'skia_poppler_enabled%': 1,
|
| - }, {
|
| - 'skia_poppler_enabled%': 0,
|
| - }],
|
| ['"64" in skia_arch_type', {
|
| 'skia_arch_width%': 64,
|
| }, {
|
| @@ -224,7 +219,6 @@
|
| 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
|
| 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
|
| 'skia_angle%': '<(skia_angle)',
|
| - 'skia_poppler_enabled%': '<(skia_poppler_enabled)',
|
| 'skia_arch_width%': '<(skia_arch_width)',
|
| 'skia_arch_type%': '<(skia_arch_type)',
|
| 'skia_chrome_utils%': '<(skia_chrome_utils)',
|
|
|