| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index a56fc909e758fd4c6ba9270e8be670bb164af0ce..b43bbb305b075fa4260102fbf259fbcfe15786af 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -64,6 +64,8 @@
|
| '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',
|
| @@ -87,6 +89,8 @@
|
| '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',
|
|
|