From 063f8db1c4ec940c6391a36f85c9bcb124fbed9a Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Fri, 18 Mar 2011 03:41:22 +0000 Subject: Unfork VectorPlatformCanvas. Unfork VectorPlatformCanvas by making NativeMetafile know how to create an appropriate VectorPlatformDevice. This will also be useful when we have multiple NativeMetafile implemenations (each requiring a different VectorPlatformDevices). BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6665046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78662 0039d316-1c4b-4281-b951-d872f2087c98 --- skia/skia.gyp | 2 -- 1 file changed, 2 deletions(-) (limited to 'skia/skia.gyp') diff --git a/skia/skia.gyp b/skia/skia.gyp index a34bd28..9994593 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -642,8 +642,6 @@ 'ext/skia_utils_win.h', 'ext/vector_canvas.cc', 'ext/vector_canvas.h', - 'ext/vector_canvas_linux.cc', - 'ext/vector_canvas_win.cc', 'ext/vector_platform_device.h', 'ext/vector_platform_device_linux.cc', 'ext/vector_platform_device_linux.h', -- cgit v1.1