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

Unified Diff: sky/compositor/BUILD.gn

Issue 797063002: Make reftests work for sky. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address review comments Created 6 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
« no previous file with comments | « examples/sky_compositor_app/sky_compositor_app.cc ('k') | sky/compositor/display_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/compositor/BUILD.gn
diff --git a/sky/compositor/BUILD.gn b/sky/compositor/BUILD.gn
index 2e03d45c3a36c38eff1dc1bfe2daa3e2511e60e9..71a488835912a727d8723bd3fbc9ea7377b3b2e5 100644
--- a/sky/compositor/BUILD.gn
+++ b/sky/compositor/BUILD.gn
@@ -4,6 +4,12 @@
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",
« no previous file with comments | « examples/sky_compositor_app/sky_compositor_app.cc ('k') | sky/compositor/display_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698