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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2705723002: Convert SkiaBitLocker to use PaintCanvas (Closed)
Patch Set: Remove rogue cc:: Created 3 years, 10 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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 5b469fe8ba2ab565505f1c9bed0c56396ac16b66..173e967c27f7f3faca1ff0af3a0caeac760d9d83 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1064,6 +1064,8 @@ component("platform") {
"mac/BlockExceptions.mm",
"mac/ColorMac.h",
"mac/ColorMac.mm",
+ "mac/GraphicsContextCanvas.h",
+ "mac/GraphicsContextCanvas.mm",
"mac/KillRingMac.mm",
"mac/LocalCurrentGraphicsContext.h",
"mac/LocalCurrentGraphicsContext.mm",
@@ -1752,6 +1754,7 @@ test("blink_platform_unittests") {
"loader/fetch/ResourceFetcherTest.cpp",
"loader/fetch/ResourceLoaderOptionsTest.cpp",
"loader/fetch/ResourceTest.cpp",
+ "mac/GraphicsContextCanvasTest.mm",
"mac/VersionUtilMacTest.mm",
"mojo/CommonCustomTypesStructTraitsTest.cpp",
"mojo/GeometryStructTraitsTest.cpp",
« no previous file with comments | « skia/ext/skia_utils_mac_unittest.mm ('k') | third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698