diff options
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 1f26448..8201254 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -11,6 +11,7 @@ 'CCDamageTrackerTest.cpp', 'CCDelayBasedTimeSourceTest.cpp', 'CCDrawQuadTest.cpp', + 'CCDelegatedRendererLayerImplTest.cpp', 'CCFrameRateControllerTest.cpp', 'CCHeadsUpDisplayTest.cpp', 'CCKeyframedAnimationCurveTest.cpp', @@ -61,6 +62,7 @@ 'test/CCLayerTestCommon.h', 'test/CCOcclusionTrackerTestCommon.h', 'test/CCSchedulerTestCommon.h', + 'test/CCRenderPassTestCommon.h', 'test/CCTestCommon.h', 'test/CCTiledLayerTestCommon.cpp', 'test/CCTiledLayerTestCommon.h', |