Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2781)

Unified Diff: cc/cc_tests.gyp

Issue 10909218: Add some missing unit tests and update cc_unittests and webkit_compositor_bindings_unittests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated to tip of tree Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/TreeSynchronizerTest.cpp ('k') | webkit/compositor_bindings/LayerChromiumTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 0796afa8729877ef146c2f4ed354d1a1aa4b76b5..8966c8c20231c0d80dd067d454d0e39ff8b497bc 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -10,6 +10,7 @@
'CCActiveAnimationTest.cpp',
'CCDamageTrackerTest.cpp',
'CCDelayBasedTimeSourceTest.cpp',
+ 'CCDrawQuadTest.cpp',
'CCFrameRateControllerTest.cpp',
'CCHeadsUpDisplayTest.cpp',
'CCKeyframedAnimationCurveTest.cpp',
@@ -25,12 +26,13 @@
'CCOcclusionTrackerTest.cpp',
'CCPrioritizedTextureTest.cpp',
'CCQuadCullerTest.cpp',
+ 'CCRenderPassTest.cpp',
'CCRenderSurfaceFiltersTest.cpp',
'CCRenderSurfaceTest.cpp',
+ 'CCRendererGLTest.cpp',
'CCResourceProviderTest.cpp',
'CCSchedulerStateMachineTest.cpp',
'CCSchedulerTest.cpp',
- 'CCSchedulerTest.cpp',
'CCScopedTextureTest.cpp',
'CCScrollbarAnimationControllerLinearFadeTest.cpp',
'CCSolidColorLayerImplTest.cpp',
@@ -40,7 +42,15 @@
'CCThreadedTest.h',
'CCTiledLayerImplTest.cpp',
'CCTimerTest.cpp',
+ 'ContentLayerChromiumTest.cpp',
'FloatQuadTest.cpp',
+ 'LayerChromiumTest.cpp',
+ 'ScrollbarLayerChromiumTest.cpp',
+ 'TextureCopierTest.cpp',
+ 'TextureLayerChromiumTest.cpp',
+ 'ThrottledTextureUploaderTest.cpp',
+ 'TiledLayerChromiumTest.cpp',
+ 'TreeSynchronizerTest.cpp',
],
'cc_tests_support_files': [
'test/CCAnimationTestCommon.cpp',
« no previous file with comments | « cc/TreeSynchronizerTest.cpp ('k') | webkit/compositor_bindings/LayerChromiumTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698