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

Side by Side Diff: content/content_tests.gypi

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop source_set dep from :test_support Created 4 years, 8 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
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',
11 'test/layouttest_support.cc', 11 'test/layouttest_support.cc',
12 ], 12 ],
13 'test_support_content_sources': [ 13 'test_support_content_sources': [
14 # TODO(phajdan.jr): All of those files should live in content/test (if 14 # TODO(phajdan.jr): All of those files should live in content/test (if
15 # they're only used by content) or content/public/test (if they're used 15 # they're only used by content) or content/public/test (if they're used
16 # by other embedders). 16 # by other embedders).
17 'browser/download/mock_download_file.cc', 17 'browser/download/mock_download_file.cc',
18 'browser/download/mock_download_file.h', 18 'browser/download/mock_download_file.h',
19 'browser/geolocation/fake_access_token_store.cc', 19 'browser/geolocation/fake_access_token_store.cc',
20 'browser/geolocation/fake_access_token_store.h', 20 'browser/geolocation/fake_access_token_store.h',
21 'browser/geolocation/mock_location_arbitrator.cc', 21 'browser/geolocation/mock_location_arbitrator.cc',
22 'browser/geolocation/mock_location_arbitrator.h', 22 'browser/geolocation/mock_location_arbitrator.h',
23 'browser/geolocation/mock_location_provider.cc', 23 'browser/geolocation/mock_location_provider.cc',
24 'browser/geolocation/mock_location_provider.h', 24 'browser/geolocation/mock_location_provider.h',
25 'common/gpu/gpu_memory_buffer_factory_test_template.h',
26 'public/test/async_file_test_helper.cc', 25 'public/test/async_file_test_helper.cc',
27 'public/test/async_file_test_helper.h', 26 'public/test/async_file_test_helper.h',
28 'public/test/background_sync_test_util.cc', 27 'public/test/background_sync_test_util.cc',
29 'public/test/background_sync_test_util.h', 28 'public/test/background_sync_test_util.h',
30 'public/test/content_test_suite_base.cc', 29 'public/test/content_test_suite_base.cc',
31 'public/test/content_test_suite_base.h', 30 'public/test/content_test_suite_base.h',
32 'public/test/download_test_observer.cc', 31 'public/test/download_test_observer.cc',
33 'public/test/download_test_observer.h', 32 'public/test/download_test_observer.h',
34 'public/test/fake_speech_recognition_manager.cc', 33 'public/test/fake_speech_recognition_manager.cc',
35 'public/test/fake_speech_recognition_manager.h', 34 'public/test/fake_speech_recognition_manager.h',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'common/android/gin_java_bridge_value_unittest.cc', 665 'common/android/gin_java_bridge_value_unittest.cc',
667 'common/cc_messages_unittest.cc', 666 'common/cc_messages_unittest.cc',
668 'common/common_param_traits_unittest.cc', 667 'common/common_param_traits_unittest.cc',
669 'common/cross_site_document_classifier_unittest.cc', 668 'common/cross_site_document_classifier_unittest.cc',
670 'common/cursors/webcursor_unittest.cc', 669 'common/cursors/webcursor_unittest.cc',
671 'common/database_connections_unittest.cc', 670 'common/database_connections_unittest.cc',
672 'common/database_identifier_unittest.cc', 671 'common/database_identifier_unittest.cc',
673 'common/discardable_shared_memory_heap_unittest.cc', 672 'common/discardable_shared_memory_heap_unittest.cc',
674 'common/dom_storage/dom_storage_map_unittest.cc', 673 'common/dom_storage/dom_storage_map_unittest.cc',
675 'common/fileapi/file_system_util_unittest.cc', 674 'common/fileapi/file_system_util_unittest.cc',
676 'common/gpu/ca_layer_tree_unittest_mac.mm',
677 'common/gpu/gpu_channel_manager_unittest.cc',
678 'common/gpu/gpu_channel_test_common.cc',
679 'common/gpu/gpu_channel_test_common.h',
680 'common/gpu/gpu_channel_unittest.cc',
681 'common/host_discardable_shared_memory_manager_unittest.cc', 675 'common/host_discardable_shared_memory_manager_unittest.cc',
682 'common/host_shared_bitmap_manager_unittest.cc', 676 'common/host_shared_bitmap_manager_unittest.cc',
683 'common/indexed_db/indexed_db_key_unittest.cc', 677 'common/indexed_db/indexed_db_key_unittest.cc',
684 'common/input/event_with_latency_info_unittest.cc', 678 'common/input/event_with_latency_info_unittest.cc',
685 'common/input/gesture_event_stream_validator_unittest.cc', 679 'common/input/gesture_event_stream_validator_unittest.cc',
686 'common/input/input_param_traits_unittest.cc', 680 'common/input/input_param_traits_unittest.cc',
687 'common/input/touch_event_stream_validator_unittest.cc', 681 'common/input/touch_event_stream_validator_unittest.cc',
688 'common/input/web_input_event_traits_unittest.cc', 682 'common/input/web_input_event_traits_unittest.cc',
689 'common/inter_process_time_ticks_converter_unittest.cc', 683 'common/inter_process_time_ticks_converter_unittest.cc',
690 'common/mac/attributed_string_coder_unittest.mm', 684 'common/mac/attributed_string_coder_unittest.mm',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'content_unittests_plugin_webrtc_sources': [ 816 'content_unittests_plugin_webrtc_sources': [
823 'renderer/media/pepper_to_video_track_adapter_unittest.cc', 817 'renderer/media/pepper_to_video_track_adapter_unittest.cc',
824 'renderer/media/video_track_to_pepper_adapter_unittest.cc', 818 'renderer/media/video_track_to_pepper_adapter_unittest.cc',
825 ], 819 ],
826 'content_unittests_android_sources': [ 820 'content_unittests_android_sources': [
827 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', 821 'browser/android/java/gin_java_method_invocation_helper_unittest.cc',
828 'browser/android/java/java_type_unittest.cc', 822 'browser/android/java/java_type_unittest.cc',
829 'browser/android/java/jni_helper_unittest.cc', 823 'browser/android/java/jni_helper_unittest.cc',
830 'browser/android/url_request_content_job_unittest.cc', 824 'browser/android/url_request_content_job_unittest.cc',
831 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc', 825 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc',
832 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc',
833 'renderer/java/gin_java_bridge_value_converter_unittest.cc', 826 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
834 'renderer/media/android/webmediasession_android_unittest.cc', 827 'renderer/media/android/webmediasession_android_unittest.cc',
835 ], 828 ],
836 'content_unittests_mac_sources': [
837 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc',
838 ],
839 'content_unittests_ozone_sources': [
840 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc',
841 ],
842 }, 829 },
843 'targets': [ 830 'targets': [
844 { 831 {
845 # GN version: //content/test:test_support 832 # GN version: //content/test:test_support
846 'target_name': 'test_support_content', 833 'target_name': 'test_support_content',
847 'type': 'static_library', 834 'type': 'static_library',
848 'dependencies': [ 835 'dependencies': [
849 '../cc/blink/cc_blink.gyp:cc_blink', 836 '../cc/blink/cc_blink.gyp:cc_blink',
850 '../cc/cc.gyp:cc', 837 '../cc/cc.gyp:cc',
851 '../cc/cc_tests.gyp:cc_test_support', 838 '../cc/cc_tests.gyp:cc_test_support',
852 '../components/scheduler/scheduler.gyp:scheduler', 839 '../components/scheduler/scheduler.gyp:scheduler',
853 '../components/scheduler/scheduler.gyp:scheduler_test_support', 840 '../components/scheduler/scheduler.gyp:scheduler_test_support',
854 '../gpu/blink/gpu_blink.gyp:gpu_blink', 841 '../gpu/blink/gpu_blink.gyp:gpu_blink',
855 '../gpu/gpu.gyp:gpu_ipc_common', 842 '../gpu/gpu.gyp:gpu_ipc_common',
843 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
856 '../ipc/mojo/ipc_mojo.gyp:*', 844 '../ipc/mojo/ipc_mojo.gyp:*',
857 '../media/blink/media_blink.gyp:media_blink', 845 '../media/blink/media_blink.gyp:media_blink',
858 '../media/media.gyp:media', 846 '../media/media.gyp:media',
859 '../media/midi/midi.gyp:midi', 847 '../media/midi/midi.gyp:midi',
860 '../mojo/mojo_edk.gyp:mojo_common_test_support', 848 '../mojo/mojo_edk.gyp:mojo_common_test_support',
861 '../mojo/mojo_base.gyp:mojo_application_base', 849 '../mojo/mojo_base.gyp:mojo_application_base',
862 '../mojo/mojo_edk.gyp:mojo_system_impl', 850 '../mojo/mojo_edk.gyp:mojo_system_impl',
863 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 851 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
864 '../net/net.gyp:net_test_support', 852 '../net/net.gyp:net_test_support',
865 '../ppapi/ppapi_internal.gyp:ppapi_host', 853 '../ppapi/ppapi_internal.gyp:ppapi_host',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 'sources!': [ 1205 'sources!': [
1218 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 1206 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
1219 ], 1207 ],
1220 }], 1208 }],
1221 ['OS!="win" and OS!="mac"', { 1209 ['OS!="win" and OS!="mac"', {
1222 'sources!': [ 1210 'sources!': [
1223 'common/plugin_list_unittest.cc', 1211 'common/plugin_list_unittest.cc',
1224 ], 1212 ],
1225 }], 1213 }],
1226 ['use_ozone==1', { 1214 ['use_ozone==1', {
1227 'sources': [ '<@(content_unittests_ozone_sources)' ],
1228 'dependencies': [ 1215 'dependencies': [
1229 '../ui/ozone/ozone.gyp:ozone', 1216 '../ui/ozone/ozone.gyp:ozone',
1230 '../ui/ozone/ozone.gyp:ozone_base', 1217 '../ui/ozone/ozone.gyp:ozone_base',
1231 ], 1218 ],
1232 }], 1219 }],
1233 ['OS == "mac"', { 1220 ['OS == "mac"', {
1234 'sources': [ '<@(content_unittests_mac_sources)' ],
1235 'dependencies': [ 1221 'dependencies': [
1236 '../third_party/boringssl/boringssl.gyp:boringssl', 1222 '../third_party/boringssl/boringssl.gyp:boringssl',
1237 ], 1223 ],
1238 }], 1224 }],
1239 ], 1225 ],
1240 }, 1226 },
1241 { 1227 {
1242 # GN version: //content/test:content_perftests 1228 # GN version: //content/test:content_perftests
1243 'target_name': 'content_perftests', 1229 'target_name': 'content_perftests',
1244 'type': '<(gtest_target_type)', 1230 'type': '<(gtest_target_type)',
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 'content_unittests_apk.isolate', 2198 'content_unittests_apk.isolate',
2213 ], 2199 ],
2214 }, 2200 },
2215 ], 2201 ],
2216 }, 2202 },
2217 ], 2203 ],
2218 ], 2204 ],
2219 }], 2205 }],
2220 ], 2206 ],
2221 } 2207 }
OLDNEW
« no previous file with comments | « content/content_gpu.gypi ('k') | content/gpu/BUILD.gn » ('j') | gpu/ipc/service/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698