Home | History | Annotate | Download | only in cc
      1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 {
      6   'variables': {
      7     'chromium_code': 1,
      8     'cc_unit_tests_source_files': [
      9       'animation/animation_unittest.cc',
     10       'animation/keyframed_animation_curve_unittest.cc',
     11       'animation/layer_animation_controller_unittest.cc',
     12       'animation/scroll_offset_animation_curve_unittest.cc',
     13       'animation/scrollbar_animation_controller_linear_fade_unittest.cc',
     14       'animation/scrollbar_animation_controller_thinning_unittest.cc',
     15       'animation/timing_function_unittest.cc',
     16       'animation/transform_operations_unittest.cc',
     17       'base/float_quad_unittest.cc',
     18       'base/math_util_unittest.cc',
     19       'base/region_unittest.cc',
     20       'base/scoped_ptr_vector_unittest.cc',
     21       'base/tiling_data_unittest.cc',
     22       'base/util_unittest.cc',
     23       'debug/micro_benchmark_controller_unittest.cc',
     24       'input/top_controls_manager_unittest.cc',
     25       'layers/content_layer_unittest.cc',
     26       'layers/contents_scaling_layer_unittest.cc',
     27       'layers/delegated_frame_provider_unittest.cc',
     28       'layers/delegated_frame_resource_collection_unittest.cc',
     29       'layers/delegated_renderer_layer_impl_unittest.cc',
     30       'layers/heads_up_display_unittest.cc',
     31       'layers/heads_up_display_layer_impl_unittest.cc',
     32       'layers/layer_impl_unittest.cc',
     33       'layers/layer_iterator_unittest.cc',
     34       'layers/layer_position_constraint_unittest.cc',
     35       'layers/layer_unittest.cc',
     36       'layers/nine_patch_layer_impl_unittest.cc',
     37       'layers/nine_patch_layer_unittest.cc',
     38       'layers/picture_image_layer_impl_unittest.cc',
     39       'layers/picture_layer_impl_unittest.cc',
     40       'layers/picture_layer_unittest.cc',
     41       'layers/render_surface_unittest.cc',
     42       'layers/scrollbar_layer_unittest.cc',
     43       'layers/solid_color_layer_impl_unittest.cc',
     44       'layers/texture_layer_unittest.cc',
     45       'layers/tiled_layer_impl_unittest.cc',
     46       'layers/tiled_layer_unittest.cc',
     47       'layers/ui_resource_layer_impl_unittest.cc',
     48       'layers/ui_resource_layer_unittest.cc',
     49       'output/delegating_renderer_unittest.cc',
     50       'output/filter_operations_unittest.cc',
     51       'output/gl_renderer_unittest.cc',
     52       'output/output_surface_unittest.cc',
     53       'output/renderer_pixeltest.cc',
     54       'output/shader_unittest.cc',
     55       'output/software_renderer_unittest.cc',
     56       'quads/draw_quad_unittest.cc',
     57       'quads/render_pass_unittest.cc',
     58       'resources/layer_quad_unittest.cc',
     59       'resources/picture_layer_tiling_set_unittest.cc',
     60       'resources/picture_layer_tiling_unittest.cc',
     61       'resources/picture_pile_impl_unittest.cc',
     62       'resources/picture_pile_unittest.cc',
     63       'resources/picture_unittest.cc',
     64       'resources/prioritized_resource_unittest.cc',
     65       'resources/prioritized_tile_set_unittest.cc',
     66       'resources/raster_worker_pool_unittest.cc',
     67       'resources/resource_provider_unittest.cc',
     68       'resources/resource_update_controller_unittest.cc',
     69       'resources/scoped_resource_unittest.cc',
     70       'resources/texture_mailbox_deleter_unittest.cc',
     71       'resources/tile_manager_unittest.cc',
     72       'resources/tile_priority_unittest.cc',
     73       'resources/video_resource_updater_unittest.cc',
     74       'resources/worker_pool_unittest.cc',
     75       'scheduler/delay_based_time_source_unittest.cc',
     76       'scheduler/frame_rate_controller_unittest.cc',
     77       'scheduler/rolling_time_delta_history_unittest.cc',
     78       'scheduler/scheduler_state_machine_unittest.cc',
     79       'scheduler/scheduler_unittest.cc',
     80       'scheduler/texture_uploader_unittest.cc',
     81       'test/layer_tree_json_parser_unittest.cc',
     82       'test/test_web_graphics_context_3d_unittest.cc',
     83       'trees/damage_tracker_unittest.cc',
     84       'trees/layer_sorter_unittest.cc',
     85       'trees/layer_tree_host_common_unittest.cc',
     86       'trees/layer_tree_host_impl_unittest.cc',
     87       'trees/layer_tree_host_pixeltest_blending.cc',
     88       'trees/layer_tree_host_pixeltest_filters.cc',
     89       'trees/layer_tree_host_pixeltest_masks.cc',
     90       'trees/layer_tree_host_pixeltest_on_demand_raster.cc',
     91       'trees/layer_tree_host_pixeltest_readback.cc',
     92       'trees/layer_tree_host_unittest.cc',
     93       'trees/layer_tree_host_unittest_animation.cc',
     94       'trees/layer_tree_host_unittest_context.cc',
     95       'trees/layer_tree_host_unittest_copyrequest.cc',
     96       'trees/layer_tree_host_unittest_damage.cc',
     97       'trees/layer_tree_host_unittest_delegated.cc',
     98       'trees/layer_tree_host_unittest_occlusion.cc',
     99       'trees/layer_tree_host_unittest_picture.cc',
    100       'trees/layer_tree_host_unittest_scroll.cc',
    101       'trees/layer_tree_host_unittest_video.cc',
    102       'trees/occlusion_tracker_unittest.cc',
    103       'trees/quad_culler_unittest.cc',
    104       'trees/tree_synchronizer_unittest.cc',
    105     ],
    106     'cc_tests_support_files': [
    107       'test/animation_test_common.cc',
    108       'test/animation_test_common.h',
    109       'test/fake_content_layer.cc',
    110       'test/fake_content_layer.h',
    111       'test/fake_content_layer_client.cc',
    112       'test/fake_content_layer_client.h',
    113       'test/fake_content_layer_impl.cc',
    114       'test/fake_content_layer_impl.h',
    115       'test/fake_delegated_renderer_layer.cc',
    116       'test/fake_delegated_renderer_layer.h',
    117       'test/fake_delegated_renderer_layer_impl.cc',
    118       'test/fake_delegated_renderer_layer_impl.h',
    119       'test/fake_impl_proxy.h',
    120       'test/fake_layer_tree_host.cc',
    121       'test/fake_layer_tree_host.h',
    122       'test/fake_layer_tree_host_client.cc',
    123       'test/fake_layer_tree_host_client.h',
    124       'test/fake_layer_tree_host_impl.cc',
    125       'test/fake_layer_tree_host_impl.h',
    126       'test/fake_layer_tree_host_impl_client.cc',
    127       'test/fake_layer_tree_host_impl_client.h',
    128       'test/fake_output_surface.cc',
    129       'test/fake_output_surface.h',
    130       'test/fake_output_surface_client.cc',
    131       'test/fake_output_surface_client.h',
    132       'test/fake_painted_scrollbar_layer.cc',
    133       'test/fake_painted_scrollbar_layer.h',
    134       'test/fake_picture_layer.cc',
    135       'test/fake_picture_layer.h',
    136       'test/fake_picture_layer_impl.cc',
    137       'test/fake_picture_layer_impl.h',
    138       'test/fake_picture_layer_tiling_client.cc',
    139       'test/fake_picture_layer_tiling_client.h',
    140       'test/fake_picture_pile_impl.cc',
    141       'test/fake_picture_pile_impl.h',
    142       'test/fake_proxy.cc',
    143       'test/fake_proxy.h',
    144       'test/fake_rendering_stats_instrumentation.h',
    145       'test/fake_scoped_ui_resource.cc',
    146       'test/fake_scoped_ui_resource.h',
    147       'test/fake_scrollbar.cc',
    148       'test/fake_scrollbar.h',
    149       'test/fake_tile_manager.cc',
    150       'test/fake_tile_manager.h',
    151       'test/fake_tile_manager_client.cc',
    152       'test/fake_tile_manager_client.h',
    153       'test/fake_ui_resource_layer_tree_host_impl.cc',
    154       'test/fake_ui_resource_layer_tree_host_impl.h',
    155       'test/fake_video_frame_provider.cc',
    156       'test/fake_video_frame_provider.h',
    157       'test/fake_web_graphics_context_3d.cc',
    158       'test/fake_web_graphics_context_3d.h',
    159       'test/geometry_test_utils.cc',
    160       'test/geometry_test_utils.h',
    161       'test/impl_side_painting_settings.h',
    162       'test/layer_test_common.cc',
    163       'test/layer_test_common.h',
    164       'test/layer_tree_json_parser.cc',
    165       'test/layer_tree_json_parser.h',
    166       'test/layer_tree_pixel_test.cc',
    167       'test/layer_tree_pixel_test.h',
    168       'test/layer_tree_test.cc',
    169       'test/layer_tree_test.h',
    170       'test/mock_quad_culler.cc',
    171       'test/mock_quad_culler.h',
    172       'test/occlusion_tracker_test_common.h',
    173       'test/ordered_texture_map.cc',
    174       'test/ordered_texture_map.h',
    175       'test/paths.cc',
    176       'test/paths.h',
    177       'test/pixel_comparator.cc',
    178       'test/pixel_comparator.h',
    179       'test/pixel_test.cc',
    180       'test/pixel_test.h',
    181       'test/pixel_test_output_surface.cc',
    182       'test/pixel_test_output_surface.h',
    183       'test/pixel_test_software_output_device.cc',
    184       'test/pixel_test_software_output_device.h',
    185       'test/pixel_test_utils.cc',
    186       'test/pixel_test_utils.h',
    187       'test/render_pass_test_common.cc',
    188       'test/render_pass_test_common.h',
    189       'test/render_pass_test_utils.cc',
    190       'test/render_pass_test_utils.h',
    191       'test/scheduler_test_common.cc',
    192       'test/scheduler_test_common.h',
    193       'test/skia_common.cc',
    194       'test/skia_common.h',
    195       'test/solid_color_content_layer_client.cc',
    196       'test/solid_color_content_layer_client.h',
    197       'test/test_context_provider.cc',
    198       'test/test_context_provider.h',
    199       'test/test_context_support.cc',
    200       'test/test_context_support.h',
    201       'test/test_gles2_interface.cc',
    202       'test/test_gles2_interface.h',
    203       'test/test_texture.cc',
    204       'test/test_texture.h',
    205       'test/test_tile_priorities.cc',
    206       'test/test_tile_priorities.h',
    207       'test/test_web_graphics_context_3d.cc',
    208       'test/test_web_graphics_context_3d.h',
    209       'test/tiled_layer_test_common.cc',
    210       'test/tiled_layer_test_common.h',
    211     ],
    212   },
    213   'targets': [
    214     {
    215       'target_name': 'cc_unittests',
    216       'type': '<(gtest_target_type)',
    217       'dependencies': [
    218         '../base/base.gyp:test_support_base',
    219         '../gpu/gpu.gyp:gpu',
    220         '../gpu/gpu.gyp:gpu_unittest_utils',
    221         '../media/media.gyp:media',
    222         '../skia/skia.gyp:skia',
    223         '../testing/gmock.gyp:gmock',
    224         '../testing/gtest.gyp:gtest',
    225         '../ui/events/events.gyp:events_base',
    226         '../ui/gfx/gfx.gyp:gfx',
    227         '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
    228         'cc.gyp:cc',
    229         'cc_test_support',
    230       ],
    231       'sources': [
    232         'test/run_all_unittests.cc',
    233         'test/cc_test_suite.cc',
    234         '<@(cc_unit_tests_source_files)',
    235       ],
    236       'include_dirs': [
    237         'test',
    238         '.',
    239       ],
    240       'conditions': [
    241         ['OS == "android" and gtest_target_type == "shared_library"',
    242           {
    243             'dependencies': [
    244               '../testing/android/native_test.gyp:native_test_native_code',
    245             ],
    246           }
    247         ],
    248         [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"',
    249           {
    250             'conditions': [
    251               [ 'linux_use_tcmalloc==1',
    252                 {
    253                   'dependencies': [
    254                     '../base/allocator/allocator.gyp:allocator',
    255                   ],
    256                 }
    257               ],
    258             ],
    259           }
    260         ],
    261       ],
    262       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
    263       'msvs_disabled_warnings': [ 4267, ],
    264     },
    265     {
    266       'target_name': 'cc_perftests',
    267       'type': '<(gtest_target_type)',
    268       'dependencies': [
    269         '../base/base.gyp:test_support_base',
    270         '../gpu/gpu.gyp:gpu',
    271         '../gpu/gpu.gyp:gpu_unittest_utils',
    272         '../media/media.gyp:media',
    273         '../skia/skia.gyp:skia',
    274         '../testing/gmock.gyp:gmock',
    275         '../testing/gtest.gyp:gtest',
    276         '../testing/perf/perf_test.gyp:*',
    277         '../ui/gfx/gfx.gyp:gfx',
    278         'cc.gyp:cc',
    279         'cc_test_support',
    280       ],
    281       'sources': [
    282         'layers/layer_perftest.cc',
    283         'resources/picture_layer_tiling_perftest.cc',
    284         'resources/raster_worker_pool_perftest.cc',
    285         'resources/tile_manager_perftest.cc',
    286         'resources/worker_pool_perftest.cc',
    287         'test/cc_test_suite.cc',
    288         'test/lap_timer.cc',
    289         'test/run_all_perftests.cc',
    290         'trees/layer_tree_host_common_perftest.cc',
    291         'trees/layer_tree_host_perftest.cc',
    292       ],
    293       'include_dirs': [
    294         'test',
    295         '.',
    296       ],
    297       'conditions': [
    298         ['OS == "android" and gtest_target_type == "shared_library"',
    299           {
    300             'dependencies': [
    301               '../testing/android/native_test.gyp:native_test_native_code',
    302             ],
    303           }
    304         ],
    305         # See http://crbug.com/162998#c4 for why this is needed.
    306         ['OS=="linux" and linux_use_tcmalloc==1',
    307           {
    308             'dependencies': [
    309               '../base/allocator/allocator.gyp:allocator',
    310             ],
    311           }
    312         ],
    313       ],
    314       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
    315       'msvs_disabled_warnings': [ 4267, ],
    316     },
    317     {
    318       'target_name': 'cc_test_support',
    319       'type': 'static_library',
    320       'include_dirs': [
    321         'test',
    322         '.',
    323         '..',
    324       ],
    325       'dependencies': [
    326         '../base/base.gyp:base',
    327         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
    328         '../gpu/gpu.gyp:gpu_unittest_utils',
    329         '../skia/skia.gyp:skia',
    330         '../testing/gmock.gyp:gmock',
    331         '../testing/gtest.gyp:gtest',
    332         '../third_party/WebKit/public/blink.gyp:blink_minimal',
    333         '../third_party/mesa/mesa.gyp:osmesa',
    334         '../ui/gfx/gfx.gyp:gfx',
    335         '../ui/gl/gl.gyp:gl',
    336         '../ui/ui_unittests.gyp:ui_test_support',
    337       ],
    338       'sources': [
    339         '<@(cc_tests_support_files)',
    340       ],
    341       # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
    342       'msvs_disabled_warnings': [ 4267, ],
    343     },
    344   ],
    345   'conditions': [
    346     # Special target to wrap a gtest_target_type==shared_library
    347     # cc_unittests into an android apk for execution.
    348     ['OS == "android" and gtest_target_type == "shared_library"',
    349       {
    350         'targets': [
    351           {
    352             'target_name': 'cc_unittests_apk',
    353             'type': 'none',
    354             'dependencies': [
    355               'cc_unittests',
    356             ],
    357             'variables': {
    358               'test_suite_name': 'cc_unittests',
    359               'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unittests<(SHARED_LIB_SUFFIX)',
    360             },
    361             'includes': [ '../build/apk_test.gypi' ],
    362           },
    363           {
    364             'target_name': 'cc_perftests_apk',
    365             'type': 'none',
    366             'dependencies': [
    367               'cc_perftests',
    368             ],
    369             'variables': {
    370               'test_suite_name': 'cc_perftests',
    371               'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perftests<(SHARED_LIB_SUFFIX)',
    372             },
    373             'includes': [ '../build/apk_test.gypi' ],
    374           },
    375         ],
    376       }
    377     ]
    378   ],
    379 }
    380