OLD | NEW |
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', |
25 'public/test/async_file_test_helper.cc', | 26 'public/test/async_file_test_helper.cc', |
26 'public/test/async_file_test_helper.h', | 27 'public/test/async_file_test_helper.h', |
27 'public/test/background_sync_test_util.cc', | 28 'public/test/background_sync_test_util.cc', |
28 'public/test/background_sync_test_util.h', | 29 'public/test/background_sync_test_util.h', |
29 'public/test/content_test_suite_base.cc', | 30 'public/test/content_test_suite_base.cc', |
30 'public/test/content_test_suite_base.h', | 31 'public/test/content_test_suite_base.h', |
31 'public/test/download_test_observer.cc', | 32 'public/test/download_test_observer.cc', |
32 'public/test/download_test_observer.h', | 33 'public/test/download_test_observer.h', |
33 'public/test/fake_speech_recognition_manager.cc', | 34 'public/test/fake_speech_recognition_manager.cc', |
34 'public/test/fake_speech_recognition_manager.h', | 35 'public/test/fake_speech_recognition_manager.h', |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 'common/cc_messages_unittest.cc', | 666 'common/cc_messages_unittest.cc', |
666 'common/common_param_traits_unittest.cc', | 667 'common/common_param_traits_unittest.cc', |
667 'common/cross_site_document_classifier_unittest.cc', | 668 'common/cross_site_document_classifier_unittest.cc', |
668 'common/cursors/webcursor_unittest.cc', | 669 'common/cursors/webcursor_unittest.cc', |
669 'common/database_connections_unittest.cc', | 670 'common/database_connections_unittest.cc', |
670 'common/database_identifier_unittest.cc', | 671 'common/database_identifier_unittest.cc', |
671 'common/discardable_shared_memory_heap_unittest.cc', | 672 'common/discardable_shared_memory_heap_unittest.cc', |
672 'common/dom_storage/dom_storage_map_unittest.cc', | 673 'common/dom_storage/dom_storage_map_unittest.cc', |
673 'common/dwrite_font_platform_win_unittest.cc', | 674 'common/dwrite_font_platform_win_unittest.cc', |
674 'common/fileapi/file_system_util_unittest.cc', | 675 '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', |
675 'common/host_discardable_shared_memory_manager_unittest.cc', | 681 'common/host_discardable_shared_memory_manager_unittest.cc', |
676 'common/host_shared_bitmap_manager_unittest.cc', | 682 'common/host_shared_bitmap_manager_unittest.cc', |
677 'common/indexed_db/indexed_db_key_unittest.cc', | 683 'common/indexed_db/indexed_db_key_unittest.cc', |
678 'common/input/event_with_latency_info_unittest.cc', | 684 'common/input/event_with_latency_info_unittest.cc', |
679 'common/input/gesture_event_stream_validator_unittest.cc', | 685 'common/input/gesture_event_stream_validator_unittest.cc', |
680 'common/input/input_param_traits_unittest.cc', | 686 'common/input/input_param_traits_unittest.cc', |
681 'common/input/touch_event_stream_validator_unittest.cc', | 687 'common/input/touch_event_stream_validator_unittest.cc', |
682 'common/input/web_input_event_traits_unittest.cc', | 688 'common/input/web_input_event_traits_unittest.cc', |
683 'common/inter_process_time_ticks_converter_unittest.cc', | 689 'common/inter_process_time_ticks_converter_unittest.cc', |
684 'common/mac/attributed_string_coder_unittest.mm', | 690 'common/mac/attributed_string_coder_unittest.mm', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
817 'content_unittests_plugin_webrtc_sources': [ | 823 'content_unittests_plugin_webrtc_sources': [ |
818 'renderer/media/pepper_to_video_track_adapter_unittest.cc', | 824 'renderer/media/pepper_to_video_track_adapter_unittest.cc', |
819 'renderer/media/video_track_to_pepper_adapter_unittest.cc', | 825 'renderer/media/video_track_to_pepper_adapter_unittest.cc', |
820 ], | 826 ], |
821 'content_unittests_android_sources': [ | 827 'content_unittests_android_sources': [ |
822 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', | 828 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', |
823 'browser/android/java/java_type_unittest.cc', | 829 'browser/android/java/java_type_unittest.cc', |
824 'browser/android/java/jni_helper_unittest.cc', | 830 'browser/android/java/jni_helper_unittest.cc', |
825 'browser/android/url_request_content_job_unittest.cc', | 831 'browser/android/url_request_content_job_unittest.cc', |
826 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc', | 832 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc', |
| 833 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc', |
827 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 834 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
828 'renderer/media/android/webmediasession_android_unittest.cc', | 835 'renderer/media/android/webmediasession_android_unittest.cc', |
829 ], | 836 ], |
| 837 'content_unittests_mac_sources': [ |
| 838 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc', |
| 839 ], |
| 840 'content_unittests_ozone_sources': [ |
| 841 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', |
| 842 ], |
830 }, | 843 }, |
831 'targets': [ | 844 'targets': [ |
832 { | 845 { |
833 # GN version: //content/test:test_support | 846 # GN version: //content/test:test_support |
834 'target_name': 'test_support_content', | 847 'target_name': 'test_support_content', |
835 'type': 'static_library', | 848 'type': 'static_library', |
836 'dependencies': [ | 849 'dependencies': [ |
837 '../cc/blink/cc_blink.gyp:cc_blink', | 850 '../cc/blink/cc_blink.gyp:cc_blink', |
838 '../cc/cc.gyp:cc', | 851 '../cc/cc.gyp:cc', |
839 '../cc/cc_tests.gyp:cc_test_support', | 852 '../cc/cc_tests.gyp:cc_test_support', |
840 '../components/scheduler/scheduler.gyp:scheduler', | 853 '../components/scheduler/scheduler.gyp:scheduler', |
841 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 854 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
842 '../gpu/blink/gpu_blink.gyp:gpu_blink', | 855 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
843 '../gpu/gpu.gyp:gpu_ipc_common', | 856 '../gpu/gpu.gyp:gpu_ipc_common', |
844 '../gpu/gpu.gyp:gpu_ipc_service_test_support', | |
845 '../ipc/mojo/ipc_mojo.gyp:*', | 857 '../ipc/mojo/ipc_mojo.gyp:*', |
846 '../media/blink/media_blink.gyp:media_blink', | 858 '../media/blink/media_blink.gyp:media_blink', |
847 '../media/media.gyp:media', | 859 '../media/media.gyp:media', |
848 '../media/midi/midi.gyp:midi', | 860 '../media/midi/midi.gyp:midi', |
849 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 861 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
850 '../mojo/mojo_base.gyp:mojo_application_base', | 862 '../mojo/mojo_base.gyp:mojo_application_base', |
851 '../mojo/mojo_edk.gyp:mojo_system_impl', | 863 '../mojo/mojo_edk.gyp:mojo_system_impl', |
852 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 864 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
853 '../net/net.gyp:net_test_support', | 865 '../net/net.gyp:net_test_support', |
854 '../ppapi/ppapi_internal.gyp:ppapi_host', | 866 '../ppapi/ppapi_internal.gyp:ppapi_host', |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1208 'sources!': [ | 1220 'sources!': [ |
1209 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 1221 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
1210 ], | 1222 ], |
1211 }], | 1223 }], |
1212 ['OS!="win" and OS!="mac"', { | 1224 ['OS!="win" and OS!="mac"', { |
1213 'sources!': [ | 1225 'sources!': [ |
1214 'common/plugin_list_unittest.cc', | 1226 'common/plugin_list_unittest.cc', |
1215 ], | 1227 ], |
1216 }], | 1228 }], |
1217 ['use_ozone==1', { | 1229 ['use_ozone==1', { |
| 1230 'sources': [ '<@(content_unittests_ozone_sources)' ], |
1218 'dependencies': [ | 1231 'dependencies': [ |
1219 '../ui/ozone/ozone.gyp:ozone', | 1232 '../ui/ozone/ozone.gyp:ozone', |
1220 '../ui/ozone/ozone.gyp:ozone_base', | 1233 '../ui/ozone/ozone.gyp:ozone_base', |
1221 ], | 1234 ], |
1222 }], | 1235 }], |
1223 ['OS == "mac"', { | 1236 ['OS == "mac"', { |
| 1237 'sources': [ '<@(content_unittests_mac_sources)' ], |
1224 'dependencies': [ | 1238 'dependencies': [ |
1225 '../third_party/boringssl/boringssl.gyp:boringssl', | 1239 '../third_party/boringssl/boringssl.gyp:boringssl', |
1226 ], | 1240 ], |
1227 }], | 1241 }], |
1228 ], | 1242 ], |
1229 }, | 1243 }, |
1230 { | 1244 { |
1231 # GN version: //content/test:content_perftests | 1245 # GN version: //content/test:content_perftests |
1232 'target_name': 'content_perftests', | 1246 'target_name': 'content_perftests', |
1233 'type': '<(gtest_target_type)', | 1247 'type': '<(gtest_target_type)', |
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2202 'content_unittests_apk.isolate', | 2216 'content_unittests_apk.isolate', |
2203 ], | 2217 ], |
2204 }, | 2218 }, |
2205 ], | 2219 ], |
2206 }, | 2220 }, |
2207 ], | 2221 ], |
2208 ], | 2222 ], |
2209 }], | 2223 }], |
2210 ], | 2224 ], |
2211 } | 2225 } |
OLD | NEW |