| 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",
|
| ]
|
|
|