| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index fef36f1eb1fb710bc1b0f7bcc172147b20229777..e6ed183a3d53d67e0876f0880695fb897c13bf6d 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -37,6 +37,8 @@ component("cc") {
|
| "animation/transform_operations.cc",
|
| "animation/transform_operations.h",
|
| "base/completion_event.h",
|
| + "base/delayed_unique_notifier.cc",
|
| + "base/delayed_unique_notifier.h",
|
| "base/invalidation_region.cc",
|
| "base/invalidation_region.h",
|
| "base/latency_info_swap_promise.cc",
|
| @@ -60,6 +62,8 @@ component("cc") {
|
| "base/switches.h",
|
| "base/tiling_data.cc",
|
| "base/tiling_data.h",
|
| + "base/unique_notifier.cc",
|
| + "base/unique_notifier.h",
|
| "base/util.h",
|
| "debug/benchmark_instrumentation.cc",
|
| "debug/benchmark_instrumentation.h",
|
| @@ -71,6 +75,8 @@ component("cc") {
|
| "debug/frame_rate_counter.cc",
|
| "debug/frame_rate_counter.h",
|
| "debug/frame_viewer_instrumentation.h",
|
| + "debug/invalidation_benchmark.cc",
|
| + "debug/invalidation_benchmark.h",
|
| "debug/lap_timer.cc",
|
| "debug/lap_timer.h",
|
| "debug/layer_tree_debug_state.cc",
|
| @@ -564,6 +570,8 @@ source_set("test_support") {
|
| "test/layer_tree_test.h",
|
| "test/mock_quad_culler.cc",
|
| "test/mock_quad_culler.h",
|
| + "test/ordered_simple_task_runner.cc",
|
| + "test/ordered_simple_task_runner.h",
|
| "test/ordered_texture_map.cc",
|
| "test/ordered_texture_map.h",
|
| "test/paths.cc",
|
|
|