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

Unified Diff: gyp/common_variables.gypi

Issue 113203003: Fix Mac fontconfig build (Closed) Base URL: https://skia.googlesource.com/skia.git@noembed
Patch Set: checkpoint Created 7 years 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 | gyp/fontconfig.gyp » ('j') | gyp/fontconfig.gyp » ('J')
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 74e596cf193127be5dc6f73db59bcc3017cd0049..c915e1d2641728d1c568bde07e25efffa85c1ee7 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -96,6 +96,7 @@
'skia_shared_lib%': 0,
'skia_opencl%': 0,
'skia_distancefield_fonts%': 0,
+ 'skia_mac_poppler%': 1,
bungeman-skia 2014/01/07 21:13:29 It looks like the actual meaning of this variable
vandebo (ex-Chrome) 2014/01/08 21:24:15 We don't want to have poppler without fontconfig i
# These variables determine the default optimization level for different
# compilers.
@@ -157,6 +158,7 @@
'skia_shared_lib%': '<(skia_shared_lib)',
'skia_opencl%': '<(skia_opencl)',
'skia_distancefield_fonts%': '<(skia_distancefield_fonts)',
+ 'skia_mac_poppler%': '<(skia_mac_poppler)',
'skia_static_initializers%': '<(skia_static_initializers)',
'ios_sdk_version%': '6.0',
'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
« no previous file with comments | « no previous file | gyp/fontconfig.gyp » ('j') | gyp/fontconfig.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698