Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index f1be4f78fd9a1b20592338ce2440a590e2293f72..ed1834e25fb1761ae6c04e0cb84294400138efbe 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -495,6 +495,8 @@ component("cc") { |
| "trees/effect_node.h", |
| "trees/latency_info_swap_promise_monitor.cc", |
| "trees/latency_info_swap_promise_monitor.h", |
| + "trees/layer_tree.cc", |
|
Khushal
2016/07/18 16:59:32
This will need a gyp change too.
xingliu
2016/07/19 22:47:37
Done.
|
| + "trees/layer_tree.h", |
| "trees/layer_tree_host.cc", |
| "trees/layer_tree_host.h", |
| "trees/layer_tree_host_client.h", |