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

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: Fix gn libs defs 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'common/cc_messages_unittest.cc', 664 'common/cc_messages_unittest.cc',
666 'common/common_param_traits_unittest.cc', 665 'common/common_param_traits_unittest.cc',
667 'common/cross_site_document_classifier_unittest.cc', 666 'common/cross_site_document_classifier_unittest.cc',
668 'common/cursors/webcursor_unittest.cc', 667 'common/cursors/webcursor_unittest.cc',
669 'common/database_connections_unittest.cc', 668 'common/database_connections_unittest.cc',
670 'common/database_identifier_unittest.cc', 669 'common/database_identifier_unittest.cc',
671 'common/discardable_shared_memory_heap_unittest.cc', 670 'common/discardable_shared_memory_heap_unittest.cc',
672 'common/dom_storage/dom_storage_map_unittest.cc', 671 'common/dom_storage/dom_storage_map_unittest.cc',
673 'common/dwrite_font_platform_win_unittest.cc', 672 'common/dwrite_font_platform_win_unittest.cc',
674 'common/fileapi/file_system_util_unittest.cc', 673 'common/fileapi/file_system_util_unittest.cc',
675 'common/gpu/ca_layer_tree_unittest_mac.mm',
676 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc', 674 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc',
677 'common/gpu/client/gpu_memory_buffer_impl_test_template.h', 675 'common/gpu/client/gpu_memory_buffer_impl_test_template.h',
678 'common/gpu/gpu_channel_manager_unittest.cc',
679 'common/gpu/gpu_channel_test_common.cc',
680 'common/gpu/gpu_channel_test_common.h',
681 'common/gpu/gpu_channel_unittest.cc',
682 'common/host_discardable_shared_memory_manager_unittest.cc', 676 'common/host_discardable_shared_memory_manager_unittest.cc',
683 'common/host_shared_bitmap_manager_unittest.cc', 677 'common/host_shared_bitmap_manager_unittest.cc',
684 'common/indexed_db/indexed_db_key_unittest.cc', 678 'common/indexed_db/indexed_db_key_unittest.cc',
685 'common/input/event_with_latency_info_unittest.cc', 679 'common/input/event_with_latency_info_unittest.cc',
686 'common/input/gesture_event_stream_validator_unittest.cc', 680 'common/input/gesture_event_stream_validator_unittest.cc',
687 'common/input/input_param_traits_unittest.cc', 681 'common/input/input_param_traits_unittest.cc',
688 'common/input/touch_event_stream_validator_unittest.cc', 682 'common/input/touch_event_stream_validator_unittest.cc',
689 'common/input/web_input_event_traits_unittest.cc', 683 'common/input/web_input_event_traits_unittest.cc',
690 'common/inter_process_time_ticks_converter_unittest.cc', 684 'common/inter_process_time_ticks_converter_unittest.cc',
691 'common/mac/attributed_string_coder_unittest.mm', 685 'common/mac/attributed_string_coder_unittest.mm',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'content_unittests_plugin_webrtc_sources': [ 818 'content_unittests_plugin_webrtc_sources': [
825 'renderer/media/pepper_to_video_track_adapter_unittest.cc', 819 'renderer/media/pepper_to_video_track_adapter_unittest.cc',
826 'renderer/media/video_track_to_pepper_adapter_unittest.cc', 820 'renderer/media/video_track_to_pepper_adapter_unittest.cc',
827 ], 821 ],
828 'content_unittests_android_sources': [ 822 'content_unittests_android_sources': [
829 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', 823 'browser/android/java/gin_java_method_invocation_helper_unittest.cc',
830 'browser/android/java/java_type_unittest.cc', 824 'browser/android/java/java_type_unittest.cc',
831 'browser/android/java/jni_helper_unittest.cc', 825 'browser/android/java/jni_helper_unittest.cc',
832 'browser/android/url_request_content_job_unittest.cc', 826 'browser/android/url_request_content_job_unittest.cc',
833 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc', 827 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc',
834 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc',
835 'renderer/java/gin_java_bridge_value_converter_unittest.cc', 828 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
836 'renderer/media/android/webmediasession_android_unittest.cc', 829 'renderer/media/android/webmediasession_android_unittest.cc',
837 ], 830 ],
838 'content_unittests_mac_sources': [ 831 'content_unittests_mac_sources': [
839 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc', 832 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc',
840 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc',
841 ], 833 ],
842 'content_unittests_ozone_sources': [ 834 'content_unittests_ozone_sources': [
843 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc' , 835 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc' ,
844 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc',
845 ], 836 ],
846 }, 837 },
847 'targets': [ 838 'targets': [
848 { 839 {
849 # GN version: //content/test:test_support 840 # GN version: //content/test:test_support
850 'target_name': 'test_support_content', 841 'target_name': 'test_support_content',
851 'type': 'static_library', 842 'type': 'static_library',
852 'dependencies': [ 843 'dependencies': [
853 '../cc/blink/cc_blink.gyp:cc_blink', 844 '../cc/blink/cc_blink.gyp:cc_blink',
854 '../cc/cc.gyp:cc', 845 '../cc/cc.gyp:cc',
855 '../cc/cc_tests.gyp:cc_test_support', 846 '../cc/cc_tests.gyp:cc_test_support',
856 '../components/scheduler/scheduler.gyp:scheduler', 847 '../components/scheduler/scheduler.gyp:scheduler',
857 '../components/scheduler/scheduler.gyp:scheduler_test_support', 848 '../components/scheduler/scheduler.gyp:scheduler_test_support',
858 '../gpu/blink/gpu_blink.gyp:gpu_blink', 849 '../gpu/blink/gpu_blink.gyp:gpu_blink',
859 '../gpu/gpu.gyp:gpu_ipc_common', 850 '../gpu/gpu.gyp:gpu_ipc_common',
851 '../gpu/gpu.gyp:gpu_ipc_service_test_support',
860 '../ipc/mojo/ipc_mojo.gyp:*', 852 '../ipc/mojo/ipc_mojo.gyp:*',
861 '../media/blink/media_blink.gyp:media_blink', 853 '../media/blink/media_blink.gyp:media_blink',
862 '../media/media.gyp:media', 854 '../media/media.gyp:media',
863 '../media/midi/midi.gyp:midi', 855 '../media/midi/midi.gyp:midi',
864 '../mojo/mojo_edk.gyp:mojo_common_test_support', 856 '../mojo/mojo_edk.gyp:mojo_common_test_support',
865 '../mojo/mojo_base.gyp:mojo_application_base', 857 '../mojo/mojo_base.gyp:mojo_application_base',
866 '../mojo/mojo_edk.gyp:mojo_system_impl', 858 '../mojo/mojo_edk.gyp:mojo_system_impl',
867 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 859 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
868 '../net/net.gyp:net_test_support', 860 '../net/net.gyp:net_test_support',
869 '../ppapi/ppapi_internal.gyp:ppapi_host', 861 '../ppapi/ppapi_internal.gyp:ppapi_host',
(...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 'content_unittests_apk.isolate', 2209 'content_unittests_apk.isolate',
2218 ], 2210 ],
2219 }, 2211 },
2220 ], 2212 ],
2221 }, 2213 },
2222 ], 2214 ],
2223 ], 2215 ],
2224 }], 2216 }],
2225 ], 2217 ],
2226 } 2218 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698