Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: skia/skia.gyp

Issue 10915065: Add PlatformPictureSkia and RecordingPlatformDeviceSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add IsPlatformPaintSupported(), update comment in WebPluginDelegateProxy::Paint and require direct … Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 9807103261a5192d538e237cbcf79f4dca91197c..66afe9db2471e186eb76065cc3114fcd0c102876 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -146,6 +146,8 @@
'../third_party/skia/include/images/SkPageFlipper.h',
'../third_party/skia/include/utils/SkNullCanvas.h',
+ '../third_party/skia/include/utils/SkProxyCanvas.h',
+ '../third_party/skia/src/utils/SkProxyCanvas.cpp',
'ext/bitmap_platform_device.h',
'ext/bitmap_platform_device_android.cc',
@@ -179,6 +181,10 @@
'ext/platform_device_linux.cc',
'ext/platform_device_mac.cc',
'ext/platform_device_win.cc',
+ 'ext/platform_picture_skia.cc',
+ 'ext/platform_picture_skia.h',
+ 'ext/recording_platform_device_skia.cc',
+ 'ext/recording_platform_device_skia.h',
'ext/SkMemory_new_handler.cpp',
'ext/skia_sandbox_support_win.h',
'ext/skia_sandbox_support_win.cc',

Powered by Google App Engine
This is Rietveld 408576698