From 7d94d759c8a86f691eeb134b808c5d9d944861e2 Mon Sep 17 00:00:00 2001 From: "teravest@chromium.org" Date: Tue, 5 Mar 2013 11:52:26 +0000 Subject: Remove "use_skia" variable from gyp. We've now switched to Skia from CoreGraphics entirely. See http://crbug.com/110881 for details. This change removes the vestigal "use_skia" variable. I'll send follow-up patches to remove uses of USE_SKIA from Chromium source. BUG=110881 TBR=gene Review URL: https://chromiumcodereview.appspot.com/12379030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186155 0039d316-1c4b-4281-b951-d872f2087c98 --- printing/printing.gyp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'printing') diff --git a/printing/printing.gyp b/printing/printing.gyp index 3ac3442..8490a03 100644 --- a/printing/printing.gyp +++ b/printing/printing.gyp @@ -113,12 +113,6 @@ '../build/linux/system.gyp:gtkprint', ], }], - ['OS=="mac" and use_skia==0', { - 'sources/': [ - ['exclude', 'pdf_metafile_skia\\.(cc|h)$'], - ['exclude', 'metafile_skia_wrapper\\.(cc|h)$'], - ], - }], # Mac-Aura does not support printing. ['OS=="mac" and use_aura==1',{ 'sources!': [ -- cgit v1.1