| 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",
|
|
|