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

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

Issue 1874593002: Mozart: Rename scene graph classes. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-2
Patch Set: Created 4 years, 8 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 | « no previous file | services/gfx/compositor/graph/node_def.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 d533363c0e0810c4ab994eaa789a8e24e328d97b..af8f0ccd4924d6fa7529243e63c1e14d95ca10ad 100644
--- a/services/gfx/compositor/BUILD.gn
+++ b/services/gfx/compositor/BUILD.gn
@@ -22,10 +22,10 @@ source_set("common") {
"compositor_engine.h",
"compositor_impl.cc",
"compositor_impl.h",
- "graph/node_def.cc",
- "graph/node_def.h",
- "graph/resource_def.cc",
- "graph/resource_def.h",
+ "graph/nodes.cc",
+ "graph/nodes.h",
+ "graph/resources.cc",
+ "graph/resources.h",
"graph/scene_content.cc",
"graph/scene_content.h",
"graph/scene_def.cc",
« no previous file with comments | « no previous file | services/gfx/compositor/graph/node_def.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698