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

Unified Diff: services/gfx/compositor/BUILD.gn

Issue 1749063002: Mozart: Improve internal scene graph representation. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-0
Patch Set: avoid unnecessary hashtable lookups Created 4 years, 10 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
« no previous file with comments | « mojo/services/gfx/composition/interfaces/scenes.mojom ('k') | services/gfx/compositor/compositor_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/BUILD.gn
diff --git a/services/gfx/compositor/BUILD.gn b/services/gfx/compositor/BUILD.gn
index 3e88cbd4e31393c10fe3662cef6c6af20b82ec79..0f44b0abd20cfb7509aeaed40161349dba8cbb14 100644
--- a/services/gfx/compositor/BUILD.gn
+++ b/services/gfx/compositor/BUILD.gn
@@ -26,16 +26,18 @@ source_set("common") {
"graph/node_def.h",
"graph/resource_def.cc",
"graph/resource_def.h",
+ "graph/scene_content.cc",
+ "graph/scene_content.h",
"graph/scene_def.cc",
"graph/scene_def.h",
+ "graph/scene_label.cc",
+ "graph/scene_label.h",
"graph/snapshot.cc",
"graph/snapshot.h",
"render/render_frame.cc",
"render/render_frame.h",
"render/render_image.cc",
"render/render_image.h",
- "render/render_layer.cc",
- "render/render_layer.h",
"renderer_impl.cc",
"renderer_impl.h",
"renderer_state.cc",
« no previous file with comments | « mojo/services/gfx/composition/interfaces/scenes.mojom ('k') | services/gfx/compositor/compositor_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698