summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-skia_BUILD.gn
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-02-20 18:51:06 +0000
committerRene Ladan <rene@FreeBSD.org>2018-02-20 18:51:06 +0000
commit2312775f8ebc90aa20f4e45bd252816e24314844 (patch)
tree34414a0b8d8a904cd0eb4023b41603862897f7c9 /www/chromium/files/patch-skia_BUILD.gn
parentUpdate to 0.9704. (diff)
www/chromium: update to 63.0.3239.132
Submitted by: cpm Obtained from: https://github.com/cpu82/freebsd-chromium MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/e264e74e-ffe0-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/1d951e85-ffdb-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/82894193-ffd4-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/f8e72cd4-c66a-11e7-bb17-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/3cd46257-bbc5-11e7-a3bc-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/a692bffe-b6ad-11e7-a1c2-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-skia_BUILD.gn')
-rw-r--r--www/chromium/files/patch-skia_BUILD.gn38
1 files changed, 0 insertions, 38 deletions
diff --git a/www/chromium/files/patch-skia_BUILD.gn b/www/chromium/files/patch-skia_BUILD.gn
deleted file mode 100644
index c9a86cb44e65..000000000000
--- a/www/chromium/files/patch-skia_BUILD.gn
+++ /dev/null
@@ -1,38 +0,0 @@
---- skia/BUILD.gn.orig 2017-08-10 02:56:11.705896000 +0200
-+++ skia/BUILD.gn 2017-08-10 02:58:58.077496000 +0200
-@@ -141,7 +141,7 @@
- }
-
- # Settings for text blitting, chosen to approximate the system browser.
-- if (is_linux) {
-+ if (is_linux || is_bsd) {
- defines += [
- "SK_GAMMA_EXPONENT=1.2",
- "SK_GAMMA_CONTRAST=0.2",
-@@ -374,7 +374,7 @@
- set_sources_assignment_filter(sources_assignment_filter)
- }
-
-- if (is_linux) {
-+ if (is_linux || is_bsd) {
- sources += [
- "//third_party/skia/src/ports/SkFontConfigInterface.cpp",
- "//third_party/skia/src/ports/SkFontConfigInterface_direct.cpp",
-@@ -383,7 +383,7 @@
- ]
- }
-
-- if (is_linux || is_android) {
-+ if (is_linux || is_android || is_bsd) {
- sources += [
- # Retain the files for the SkFontMgr_Android on linux to emulate android
- # fonts. See content/zygote/zygote_main_linux.cc
-@@ -441,7 +441,7 @@
- deps -= [ "//third_party:jpeg" ]
- }
-
-- if (is_linux) {
-+ if (is_linux || is_bsd) {
- if (use_pango) {
- configs += [
- # libpng_config will be included automatically from deps. We do this