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

Side by Side Diff: content/content_tests.gypi

Issue 1389133002: content: Use type-parameterized tests for GpuMemoryBuffer implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add blankline Created 5 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 unified diff | Download patch
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'test/content_browser_sanity_checker.cc', 111 'test/content_browser_sanity_checker.cc',
112 'test/content_browser_sanity_checker.h', 112 'test/content_browser_sanity_checker.h',
113 'test/content_test_suite.cc', 113 'test/content_test_suite.cc',
114 'test/content_test_suite.h', 114 'test/content_test_suite.h',
115 'test/fake_compositor_dependencies.cc', 115 'test/fake_compositor_dependencies.cc',
116 'test/fake_compositor_dependencies.h', 116 'test/fake_compositor_dependencies.h',
117 'test/fake_plugin_service.cc', 117 'test/fake_plugin_service.cc',
118 'test/fake_plugin_service.h', 118 'test/fake_plugin_service.h',
119 'test/fake_renderer_scheduler.cc', 119 'test/fake_renderer_scheduler.cc',
120 'test/fake_renderer_scheduler.h', 120 'test/fake_renderer_scheduler.h',
121 'test/gpu_memory_buffer_factory_test_template.h',
121 'test/mock_google_streaming_server.cc', 122 'test/mock_google_streaming_server.cc',
122 'test/mock_google_streaming_server.h', 123 'test/mock_google_streaming_server.h',
123 'test/mock_keyboard.cc', 124 'test/mock_keyboard.cc',
124 'test/mock_keyboard.h', 125 'test/mock_keyboard.h',
125 'test/mock_keyboard_driver_win.cc', 126 'test/mock_keyboard_driver_win.cc',
126 'test/mock_keyboard_driver_win.h', 127 'test/mock_keyboard_driver_win.h',
127 'test/mock_render_process.cc', 128 'test/mock_render_process.cc',
128 'test/mock_render_process.h', 129 'test/mock_render_process.h',
129 'test/mock_ssl_host_state_delegate.cc', 130 'test/mock_ssl_host_state_delegate.cc',
130 'test/mock_ssl_host_state_delegate.h', 131 'test/mock_ssl_host_state_delegate.h',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'common/common_param_traits_unittest.cc', 627 'common/common_param_traits_unittest.cc',
627 'common/cross_site_document_classifier_unittest.cc', 628 'common/cross_site_document_classifier_unittest.cc',
628 'common/cursors/webcursor_unittest.cc', 629 'common/cursors/webcursor_unittest.cc',
629 'common/database_connections_unittest.cc', 630 'common/database_connections_unittest.cc',
630 'common/database_identifier_unittest.cc', 631 'common/database_identifier_unittest.cc',
631 'common/discardable_shared_memory_heap_unittest.cc', 632 'common/discardable_shared_memory_heap_unittest.cc',
632 'common/dom_storage/dom_storage_map_unittest.cc', 633 'common/dom_storage/dom_storage_map_unittest.cc',
633 'common/dwrite_font_platform_win_unittest.cc', 634 'common/dwrite_font_platform_win_unittest.cc',
634 'common/fileapi/file_system_util_unittest.cc', 635 'common/fileapi/file_system_util_unittest.cc',
635 'common/font_warmup_win_unittest.cc', 636 'common/font_warmup_win_unittest.cc',
636 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', 637 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc',
637 'common/gpu/gpu_channel_test_common.cc', 638 'common/gpu/gpu_channel_test_common.cc',
638 'common/gpu/gpu_channel_test_common.h', 639 'common/gpu/gpu_channel_test_common.h',
639 'common/gpu/gpu_channel_unittest.cc', 640 'common/gpu/gpu_channel_unittest.cc',
640 'common/gpu/gpu_channel_manager_unittest.cc', 641 'common/gpu/gpu_channel_manager_unittest.cc',
641 'common/gpu/gpu_memory_buffer_factory_unittest.cc',
642 'common/gpu/gpu_memory_manager_unittest.cc', 642 'common/gpu/gpu_memory_manager_unittest.cc',
643 'common/host_discardable_shared_memory_manager_unittest.cc', 643 'common/host_discardable_shared_memory_manager_unittest.cc',
644 'common/host_shared_bitmap_manager_unittest.cc', 644 'common/host_shared_bitmap_manager_unittest.cc',
645 'common/indexed_db/indexed_db_key_unittest.cc', 645 'common/indexed_db/indexed_db_key_unittest.cc',
646 'common/input/gesture_event_stream_validator_unittest.cc', 646 'common/input/gesture_event_stream_validator_unittest.cc',
647 'common/input/input_param_traits_unittest.cc', 647 'common/input/input_param_traits_unittest.cc',
648 'common/input/touch_event_stream_validator_unittest.cc', 648 'common/input/touch_event_stream_validator_unittest.cc',
649 'common/input/web_input_event_traits_unittest.cc', 649 'common/input/web_input_event_traits_unittest.cc',
650 'common/inter_process_time_ticks_converter_unittest.cc', 650 'common/inter_process_time_ticks_converter_unittest.cc',
651 'common/mac/attributed_string_coder_unittest.mm', 651 'common/mac/attributed_string_coder_unittest.mm',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 'renderer/media/pepper_to_video_track_adapter_unittest.cc', 780 'renderer/media/pepper_to_video_track_adapter_unittest.cc',
781 'renderer/media/video_track_to_pepper_adapter_unittest.cc', 781 'renderer/media/video_track_to_pepper_adapter_unittest.cc',
782 ], 782 ],
783 'content_unittests_android_sources': [ 783 'content_unittests_android_sources': [
784 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', 784 'browser/android/java/gin_java_method_invocation_helper_unittest.cc',
785 'browser/android/java/java_type_unittest.cc', 785 'browser/android/java/java_type_unittest.cc',
786 'browser/android/java/jni_helper_unittest.cc', 786 'browser/android/java/jni_helper_unittest.cc',
787 'browser/android/overscroll_refresh_unittest.cc', 787 'browser/android/overscroll_refresh_unittest.cc',
788 'browser/android/url_request_content_job_unittest.cc', 788 'browser/android/url_request_content_job_unittest.cc',
789 'browser/renderer_host/input/motion_event_android_unittest.cc', 789 'browser/renderer_host/input/motion_event_android_unittest.cc',
790 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc',
791 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc',
790 'renderer/java/gin_java_bridge_value_converter_unittest.cc', 792 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
791 ], 793 ],
794 'content_unittests_mac_sources': [
795 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc',
796 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc',
797 ],
798 'content_unittests_ozone_sources': [
799 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc' ,
800 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc',
801 ],
792 }, 802 },
793 'targets': [ 803 'targets': [
794 { 804 {
795 # GN version: //content/test:layouttest_support 805 # GN version: //content/test:layouttest_support
796 'target_name': 'layouttest_support_content', 806 'target_name': 'layouttest_support_content',
797 'type': 'static_library', 807 'type': 'static_library',
798 'conditions': [ 808 'conditions': [
799 ['OS=="android"', { 809 ['OS=="android"', {
800 'dependencies': [ 810 'dependencies': [
801 'test_support_content_jni_headers', 811 'test_support_content_jni_headers',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 'sources!': [ 1219 'sources!': [
1210 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 1220 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
1211 ], 1221 ],
1212 }], 1222 }],
1213 ['OS!="win" and OS!="mac"', { 1223 ['OS!="win" and OS!="mac"', {
1214 'sources!': [ 1224 'sources!': [
1215 'common/plugin_list_unittest.cc', 1225 'common/plugin_list_unittest.cc',
1216 ], 1226 ],
1217 }], 1227 }],
1218 ['use_ozone==1', { 1228 ['use_ozone==1', {
1229 'sources': [ '<@(content_unittests_ozone_sources)' ],
1219 'dependencies': [ 1230 'dependencies': [
1220 '../ui/ozone/ozone.gyp:ozone', 1231 '../ui/ozone/ozone.gyp:ozone',
1221 '../ui/ozone/ozone.gyp:ozone_base', 1232 '../ui/ozone/ozone.gyp:ozone_base',
1222 ], 1233 ],
1223 }], 1234 }],
1224 ['OS == "mac"', { 1235 ['OS == "mac"', {
1236 'sources': [ '<@(content_unittests_mac_sources)' ],
1225 'dependencies': [ 1237 'dependencies': [
1226 '../third_party/boringssl/boringssl.gyp:boringssl', 1238 '../third_party/boringssl/boringssl.gyp:boringssl',
1227 ], 1239 ],
1228 }], 1240 }],
1229 ], 1241 ],
1230 }, 1242 },
1231 ], 1243 ],
1232 'conditions': [ 1244 'conditions': [
1233 ['test_isolation_mode != "noop"', { 1245 ['test_isolation_mode != "noop"', {
1234 'targets': [ 1246 'targets': [
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 ], 2145 ],
2134 }, 2146 },
2135 'includes': [ 2147 'includes': [
2136 '../build/host_jar.gypi', 2148 '../build/host_jar.gypi',
2137 ], 2149 ],
2138 }, 2150 },
2139 ], 2151 ],
2140 }], 2152 }],
2141 ], 2153 ],
2142 } 2154 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698