Many thanks to Imre Vadasz for porting it to 40.0.2214.91. [1] Obtained from: https://github.com/gliaskos/freebsd-chromium/ pull request 8,9 MFH: 2015Q1 Security: http://www.vuxml.org/freebsd/e30e0c99-a1b7-11e4-b85c-00262d5ed8ee.html
14 lines
403 B
Python
14 lines
403 B
Python
--- skia/skia_chrome.gypi.orig 2015-01-21 20:28:18 UTC
|
|
+++ skia/skia_chrome.gypi
|
|
@@ -87,6 +87,11 @@
|
|
'ext/vector_platform_device_skia.h',
|
|
],
|
|
'conditions': [
|
|
+ [ 'use_cairo == 1', {
|
|
+ 'dependencies': [
|
|
+ '../build/linux/system.gyp:pangocairo',
|
|
+ ],
|
|
+ }],
|
|
[ 'OS == "android" and '
|
|
'enable_basic_printing==0 and enable_print_preview==0', {
|
|
'sources!': [
|