From e3b297416f3518df47f5cb4e03a9d04549d41031 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Sat, 16 Mar 2013 03:21:22 +0000 Subject: [PATCH] Revert revision 1135 and revision 1137 changes to disable printing due to build errors (issue #505). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1148 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- cef.gypi | 1 - patch/patches/webkit_features.patch | 9 --------- 2 files changed, 10 deletions(-) diff --git a/cef.gypi b/cef.gypi index c8a76e0ca..6cfe6b3b6 100644 --- a/cef.gypi +++ b/cef.gypi @@ -4,7 +4,6 @@ { 'variables': { - 'enable_printing': 0, 'conditions': [ # Directory for CEF source files. [ 'OS=="win"', { diff --git a/patch/patches/webkit_features.patch b/patch/patches/webkit_features.patch index a2195a380..639899d09 100644 --- a/patch/patches/webkit_features.patch +++ b/patch/patches/webkit_features.patch @@ -11,12 +11,3 @@ Index: features.gypi 'ENABLE_INPUT_TYPE_WEEK=1', 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', 'ENABLE_LEGACY_NOTIFICATIONS=1', -@@ -202,7 +202,7 @@ - 'ENABLE_NOTIFICATIONS=1', - 'ENABLE_ORIENTATION_EVENTS=0', - 'ENABLE_PAGE_POPUP=1', -- 'ENABLE_PRINTING=1', -+ 'ENABLE_PRINTING=0', - 'ENABLE_SHARED_WORKERS=1', - 'ENABLE_WEB_AUDIO=1', - ],