From 4a8e17d52d01e1a3cd688dbbf84a50b18c498430 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 10 Jan 2014 17:21:00 +0000 Subject: [PATCH] remove poplar building from mac, until it is fixed BUG=skia:2008 R=mtklein@google.com, vandebo@chromium.org Author: reed@google.com Review URL: https://codereview.chromium.org/134243002 git-svn-id: http://skia.googlecode.com/svn/trunk@13020 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/common_variables.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi index 1c6111a..64753a3 100644 --- a/gyp/common_variables.gypi +++ b/gyp/common_variables.gypi @@ -57,7 +57,7 @@ }, { 'os_posix%': 1, }], - [ 'skia_os in ["linux", "win", "mac"]', { + [ 'skia_os in ["linux", "win"]', { 'skia_poppler_enabled%': 1, }, { 'skia_poppler_enabled%': 0, -- 2.7.4