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

Unified Diff: cc/cc_tests.gyp

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased - fixed the conflicts hopefuly Created 8 years, 2 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/content_layer_unittest.cc » ('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 de6505996411a03d296facd4e41782236a67176d..6360267ca2005dc1076ce341919491aa81be26b7 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -6,13 +6,16 @@
'variables': {
'chromium_code': 0,
'cc_tests_source_files': [
- 'hash_pair_unittest.cc',
'active_animation_unittest.cc',
+ 'content_layer_unittest.cc',
'damage_tracker_unittest.cc',
'delay_based_time_source_unittest.cc',
- 'draw_quad_unittest.cc',
'delegated_renderer_layer_impl_unittest.cc',
+ 'draw_quad_unittest.cc',
+ 'float_quad_unittest.cc',
'frame_rate_controller_unittest.cc',
+ 'gl_renderer_unittest.cc',
+ 'hash_pair_unittest.cc',
'heads_up_display_unittest.cc',
'keyframed_animation_curve_unittest.cc',
'layer_animation_controller_unittest.cc',
@@ -23,36 +26,33 @@
'layer_tree_host_common_unittest.cc',
'layer_tree_host_impl_unittest.cc',
'layer_tree_host_unittest.cc',
+ 'layer_unittest.cc',
'math_util_unittest.cc',
'occlusion_tracker_unittest.cc',
'prioritized_texture_unittest.cc',
'quad_culler_unittest.cc',
- 'software_renderer_unittest.cc',
'render_pass_unittest.cc',
'render_surface_filters_unittest.cc',
'render_surface_unittest.cc',
- 'gl_renderer_unittest.cc',
'resource_provider_unittest.cc',
'scheduler_state_machine_unittest.cc',
'scheduler_unittest.cc',
'scoped_texture_unittest.cc',
'scrollbar_animation_controller_linear_fade_unittest.cc',
+ 'scrollbar_layer_unittest.cc',
+ 'software_renderer_unittest.cc',
'solid_color_layer_impl_unittest.cc',
+ 'texture_copier_unittest.cc',
+ 'texture_layer_unittest.cc',
'texture_update_controller_unittest.cc',
'thread_task_unittest.cc',
+ 'threaded_test.h',
'threaded_unittest.cc',
'threaded_unittest.h',
- 'CCThreadedTest.h',
- 'tiled_layer_impl_unittest.cc',
- 'timer_unittest.cc',
- 'content_layer_unittest.cc',
- 'float_quad_unittest.cc',
- 'layer_unittest.cc',
- 'scrollbar_layer_unittest.cc',
- 'texture_copier_unittest.cc',
- 'texture_layer_unittest.cc',
'throttled_texture_uploader_unittest.cc',
+ 'tiled_layer_impl_unittest.cc',
'tiled_layer_unittest.cc',
+ 'timer_unittest.cc',
'tree_synchronizer_unittest.cc',
],
'cc_tests_support_files': [
« no previous file with comments | « cc/cc.gyp ('k') | cc/content_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698