summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 03f8ae5..5332133 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -112,7 +112,9 @@
'scheduler/delay_based_time_source_unittest.cc',
'scheduler/scheduler_state_machine_unittest.cc',
'scheduler/scheduler_unittest.cc',
+ 'test/begin_frame_source_test_unittest.cc',
'test/layer_tree_json_parser_unittest.cc',
+ 'test/mock_helper_unittest.cc',
'test/ordered_simple_task_runner_unittest.cc',
'test/test_web_graphics_context_3d_unittest.cc',
'tiles/picture_layer_tiling_set_unittest.cc',
@@ -165,6 +167,8 @@
'test/animation_timelines_test_common.h',
'test/begin_frame_args_test.cc',
'test/begin_frame_args_test.h',
+ 'test/begin_frame_source_test.cc',
+ 'test/begin_frame_source_test.h',
'test/failure_output_surface.cc',
'test/failure_output_surface.h',
'test/fake_content_layer_client.cc',
@@ -236,6 +240,7 @@
'test/layer_tree_settings_for_testing.h',
'test/layer_tree_test.cc',
'test/layer_tree_test.h',
+ 'test/mock_helper.h',
'test/mock_occlusion_tracker.h',
'test/ordered_simple_task_runner.cc',
'test/ordered_simple_task_runner.h',