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

Unified Diff: cc/cc_tests.gyp

Issue 139763003: Initial surface aggregator implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use less advanced struct initialization syntax Created 6 years, 11 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/cc.gyp ('k') | cc/quads/shared_quad_state.h » ('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 6f0e3831182a93b4794fa4ca9b987fc51b730be0..75d9178b9b4be78f48cc7108f20c1f33eda9f0ac 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -106,6 +106,9 @@
],
'cc_surfaces_unit_tests_source_files': [
'surfaces/surface_unittest.cc',
+ 'surfaces/surface_aggregator_unittest.cc',
+ 'surfaces/surface_aggregator_test_helpers.cc',
+ 'surfaces/surface_aggregator_test_helpers.h',
],
'cc_tests_support_files': [
'test/animation_test_common.cc',
« no previous file with comments | « cc/cc.gyp ('k') | cc/quads/shared_quad_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698