| Index: sky/engine/platform/BUILD.gn
|
| diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
|
| index 84aea5e2560be11459648c4701ead0ee0ec98ca4..bc75d1d7f0fb76222626617ba023b8efc676d54f 100644
|
| --- a/sky/engine/platform/BUILD.gn
|
| +++ b/sky/engine/platform/BUILD.gn
|
| @@ -352,7 +352,6 @@ source_set("platform") {
|
| "graphics/GradientGeneratedImage.h",
|
| "graphics/GraphicsContext.cpp",
|
| "graphics/GraphicsContext.h",
|
| - "graphics/GraphicsContextAnnotation.h",
|
| "graphics/GraphicsContextState.cpp",
|
| "graphics/GraphicsContextState.h",
|
| "graphics/GraphicsContextStateSaver.h",
|
| @@ -378,9 +377,6 @@ source_set("platform") {
|
| "graphics/ImageOrientation.h",
|
| "graphics/ImageSource.cpp",
|
| "graphics/ImageSource.h",
|
| - "graphics/InterceptingCanvas.h",
|
| - "graphics/OpaqueRectTrackingContentLayerDelegate.cpp",
|
| - "graphics/OpaqueRectTrackingContentLayerDelegate.h",
|
| "graphics/Path.cpp",
|
| "graphics/Path.h",
|
| "graphics/PathTraversalState.cpp",
|
|
|