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

Unified Diff: skia/skia.gyp

Issue 10915065: Add PlatformPictureSkia and RecordingPlatformDeviceSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor style changes and move skia include to .cpp file. 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 618ac91f9952287c69fcf7794369149bd95f4462..a4709eaf5fe06dc6a2560caa607564da8554b166 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