Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: gyp/common_variables.gypi

Issue 134243002: remove poplar building from mac, until it is fixed (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 1c6111ac4a665e6cc87f3f7ce308bc3b8daa104b..64753a3db505e062f05058cfcc86e16b2bba0e97 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"]', {
epoger 2014/01/10 16:59:38 maybe add a comment: # disabled on mac; see http:
'skia_poppler_enabled%': 1,
}, {
'skia_poppler_enabled%': 0,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698