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

Unified Diff: skia/BUILD.gn

Issue 2616003003: Revert of Delete Mac & Cairo skia::BitmapPlatformDevice impls (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | skia/ext/bitmap_platform_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index db9b5423096bd3791f073233590bde4e2626072d..64bc750cbd98b715a93e1704c1c0330d9eac7806 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -367,6 +367,10 @@
# Select the right BitmapPlatformDevice.
if (is_win) {
sources += [ "ext/bitmap_platform_device_win.cc" ]
+ } else if (is_mac) {
+ sources += [ "ext/bitmap_platform_device_mac.cc" ]
+ } else if (use_cairo) {
+ sources += [ "ext/bitmap_platform_device_cairo.cc" ]
} else if (!is_ios) {
sources += [ "ext/bitmap_platform_device_skia.cc" ]
}
« no previous file with comments | « no previous file | skia/ext/bitmap_platform_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698