Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index 308a61d245c485e76297bce7b10f98746347affb..fac01a7aee0e67c686aede76e46210d29077c518 100644 |
--- a/cc/cc.gyp |
+++ b/cc/cc.gyp |
@@ -92,6 +92,7 @@ |
'base/switches.h', |
'base/tiling_data.cc', |
'base/tiling_data.h', |
+ 'base/time_util.h', |
'base/unique_notifier.cc', |
'base/unique_notifier.h', |
'base/util.h', |
@@ -140,11 +141,14 @@ |
'debug/unittest_only_benchmark.h', |
'debug/unittest_only_benchmark_impl.cc', |
'debug/unittest_only_benchmark_impl.h', |
+ 'input/input_handler.cc', |
'input/input_handler.h', |
'input/page_scale_animation.cc', |
'input/page_scale_animation.h', |
'input/layer_selection_bound.cc', |
'input/layer_selection_bound.h', |
+ 'input/scroll_elasticity_helper.cc', |
+ 'input/scroll_elasticity_helper.h', |
'input/selection_bound_type.h', |
'input/top_controls_manager.cc', |
'input/top_controls_manager.h', |
@@ -381,8 +385,6 @@ |
'resources/picture_layer_tiling_set.h', |
'resources/picture_pile.cc', |
'resources/picture_pile.h', |
- 'resources/picture_pile_base.cc', |
- 'resources/picture_pile_base.h', |
'resources/picture_pile_impl.cc', |
'resources/picture_pile_impl.h', |
'resources/pixel_buffer_raster_worker_pool.cc', |
@@ -403,6 +405,7 @@ |
'resources/raster_worker_pool.h', |
'resources/rasterizer.cc', |
'resources/rasterizer.h', |
+ 'resources/recording_source.h', |
'resources/release_callback.h', |
'resources/resource.cc', |
'resources/resource.h', |