| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 6c0c0e02d1f0aa8a2ffd262fd64788b0ad26c4b7..3785d7a402f3dff21b823a92d1570113b05fc950 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -496,6 +496,8 @@ component("cc") {
|
| "trees/swap_promise_monitor.h",
|
| "trees/thread_proxy.cc",
|
| "trees/thread_proxy.h",
|
| + "trees/thread_verifier.cc",
|
| + "trees/thread_verifier.h",
|
| "trees/threaded_channel.cc",
|
| "trees/threaded_channel.h",
|
| "trees/tree_synchronizer.cc",
|
| @@ -560,6 +562,7 @@ source_set("test_support") {
|
| "test/fake_external_begin_frame_source.cc",
|
| "test/fake_external_begin_frame_source.h",
|
| "test/fake_impl_proxy.h",
|
| + "test/fake_impl_thread_verifier.h",
|
| "test/fake_layer_tree_host.cc",
|
| "test/fake_layer_tree_host.h",
|
| "test/fake_layer_tree_host_client.cc",
|
|
|