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

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

Issue 2584643002: Revamp OffscreenCanvas commit flow (Closed)
Patch Set: rebase and fix conflict Created 4 years 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 bd9c45c5f179b76a6d133bcfd5e9df634f2f1228..d3683d6448849a2bce1bfc580be1574f425baa14 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -2055,7 +2055,6 @@ source_set("unit_tests") {
visibility = [ "//third_party/WebKit/Source/*" ]
sources = [
"graphics/Canvas2DLayerBridgeTest.cpp",
- "graphics/CanvasSurfaceLayerBridgeTest.cpp",
"graphics/DeferredImageDecoderTest.cpp",
"graphics/GraphicsLayerTest.cpp",
"graphics/ImageDecodingStoreTest.cpp",
@@ -2075,7 +2074,6 @@ source_set("unit_tests") {
deps = [
":test_support",
- "//cc/surfaces:surface_id",
"//testing/gmock",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698