| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 05d6f5cd93e4cee1b4a6efad6d0643f036c18bb7..1a1e7366faa4862160dc2371760729c41ddbebb8 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/mock_occlusion_tracker.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",
|
|
|