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

Unified Diff: sky/compositor/BUILD.gn

Issue 854303002: Sky should use an SkPicture when drawing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fixes Created 5 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
Index: sky/compositor/BUILD.gn
diff --git a/sky/compositor/BUILD.gn b/sky/compositor/BUILD.gn
index 71a488835912a727d8723bd3fbc9ea7377b3b2e5..6f037aca41e06755f2f3e59922b9b30dea193bcd 100644
--- a/sky/compositor/BUILD.gn
+++ b/sky/compositor/BUILD.gn
@@ -4,12 +4,6 @@
source_set("compositor") {
sources = [
- "display_delegate.cc",
- "display_delegate.h",
- "display_delegate_bitmap.cc",
- "display_delegate_bitmap.h",
- "display_delegate_ganesh.cc",
- "display_delegate_ganesh.h",
"layer.cc",
"layer.h",
"layer_client.cc",
@@ -18,6 +12,12 @@ source_set("compositor") {
"layer_host.h",
"layer_host_client.cc",
"layer_host_client.h",
+ "rasterizer.cc",
+ "rasterizer.h",
+ "rasterizer_bitmap.cc",
+ "rasterizer_bitmap.h",
+ "rasterizer_ganesh.cc",
+ "rasterizer_ganesh.h",
"resource_manager.cc",
"resource_manager.h",
"surface_allocator.cc",

Powered by Google App Engine
This is Rietveld 408576698