diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-05 11:52:26 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-05 11:52:26 +0000 |
commit | 7d94d759c8a86f691eeb134b808c5d9d944861e2 (patch) | |
tree | 6c637aa184499dd0cb14eb2bcee4803c72505653 /printing | |
parent | 791c11d45f1c75420f4ec924b6917ae378ae7026 (diff) | |
download | chromium_src-7d94d759c8a86f691eeb134b808c5d9d944861e2.zip chromium_src-7d94d759c8a86f691eeb134b808c5d9d944861e2.tar.gz chromium_src-7d94d759c8a86f691eeb134b808c5d9d944861e2.tar.bz2 |
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
Diffstat (limited to 'printing')
-rw-r--r-- | printing/printing.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
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!': [ |