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

Side by Side Diff: components/components_tests.gyp

Issue 1009943004: Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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 | « components/components.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 '<@(cloud_devices_unittest_sources)', 582 '<@(cloud_devices_unittest_sources)',
583 '<@(content_settings_unittest_sources)', 583 '<@(content_settings_unittest_sources)',
584 '<@(crash_unittest_sources)', 584 '<@(crash_unittest_sources)',
585 '<@(crx_file_unittest_sources)', 585 '<@(crx_file_unittest_sources)',
586 '<@(data_reduction_proxy_unittest_sources)', 586 '<@(data_reduction_proxy_unittest_sources)',
587 '<@(device_event_log_unittest_sources)', 587 '<@(device_event_log_unittest_sources)',
588 '<@(dom_distiller_unittest_sources)', 588 '<@(dom_distiller_unittest_sources)',
589 '<@(domain_reliability_unittest_sources)', 589 '<@(domain_reliability_unittest_sources)',
590 '<@(enhanced_bookmarks_unittest_sources)', 590 '<@(enhanced_bookmarks_unittest_sources)',
591 '<@(favicon_base_unittest_sources)', 591 '<@(favicon_base_unittest_sources)',
592 # This should be in the !android && !ios list, but has to be here
593 # due to a test bug making them order-dependent. crbug.com/462352
594 '<@(feedback_unittest_sources)',
595 '<@(gcm_driver_unittest_sources)', 592 '<@(gcm_driver_unittest_sources)',
596 '<@(google_unittest_sources)', 593 '<@(google_unittest_sources)',
597 '<@(history_unittest_sources)', 594 '<@(history_unittest_sources)',
598 '<@(json_schema_unittest_sources)', 595 '<@(json_schema_unittest_sources)',
599 '<@(keyed_service_unittest_sources)', 596 '<@(keyed_service_unittest_sources)',
600 '<@(language_usage_metrics_unittest_sources)', 597 '<@(language_usage_metrics_unittest_sources)',
601 '<@(leveldb_proto_unittest_sources)', 598 '<@(leveldb_proto_unittest_sources)',
602 '<@(login_unittest_sources)', 599 '<@(login_unittest_sources)',
603 '<@(metrics_unittest_sources)', 600 '<@(metrics_unittest_sources)',
604 '<@(network_time_unittest_sources)', 601 '<@(network_time_unittest_sources)',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'components.gyp:data_reduction_proxy_core_common', 669 'components.gyp:data_reduction_proxy_core_common',
673 'components.gyp:data_reduction_proxy_test_support', 670 'components.gyp:data_reduction_proxy_test_support',
674 'components.gyp:device_event_log_component', 671 'components.gyp:device_event_log_component',
675 'components.gyp:distilled_page_proto', 672 'components.gyp:distilled_page_proto',
676 'components.gyp:dom_distiller_core', 673 'components.gyp:dom_distiller_core',
677 'components.gyp:dom_distiller_test_support', 674 'components.gyp:dom_distiller_test_support',
678 'components.gyp:domain_reliability', 675 'components.gyp:domain_reliability',
679 'components.gyp:enhanced_bookmarks', 676 'components.gyp:enhanced_bookmarks',
680 'components.gyp:enhanced_bookmarks_test_support', 677 'components.gyp:enhanced_bookmarks_test_support',
681 'components.gyp:favicon_base', 678 'components.gyp:favicon_base',
682 'components.gyp:feedback_component',
683 'components.gyp:gcm_driver', 679 'components.gyp:gcm_driver',
684 'components.gyp:gcm_driver_test_support', 680 'components.gyp:gcm_driver_test_support',
685 'components.gyp:google_core_browser', 681 'components.gyp:google_core_browser',
686 'components.gyp:history_core_browser', 682 'components.gyp:history_core_browser',
687 'components.gyp:history_core_common', 683 'components.gyp:history_core_common',
688 'components.gyp:history_core_test_support', 684 'components.gyp:history_core_test_support',
689 'components.gyp:invalidation', 685 'components.gyp:invalidation',
690 'components.gyp:invalidation_test_support', 686 'components.gyp:invalidation_test_support',
691 'components.gyp:json_schema', 687 'components.gyp:json_schema',
692 'components.gyp:keyed_service_core', 688 'components.gyp:keyed_service_core',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'components.gyp:web_modal_test_support', 800 'components.gyp:web_modal_test_support',
805 ], 801 ],
806 }, { # 'OS == "ios"' 802 }, { # 'OS == "ios"'
807 'sources': [ 803 'sources': [
808 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', 804 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm',
809 'webp_transcode/webp_decoder_unittest.mm', 805 'webp_transcode/webp_decoder_unittest.mm',
810 ], 806 ],
811 'sources!': [ 807 'sources!': [
812 'metrics/gpu/gpu_metrics_provider_unittest.cc', 808 'metrics/gpu/gpu_metrics_provider_unittest.cc',
813 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', 809 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc',
814 # This shouldn't be necessary, but the tests have to be in the m ain list
815 # due to a test bug making them order-dependent. crbug.com/46235 2
816 '<@(feedback_unittest_sources)',
817 ], 810 ],
818 'sources/': [ 811 'sources/': [
819 # Exclude all tests that depends on //content (based on layered- 812 # Exclude all tests that depends on //content (based on layered-
820 # component directory structure). 813 # component directory structure).
821 ['exclude', '^[^/]*/content/'], 814 ['exclude', '^[^/]*/content/'],
822 ], 815 ],
823 'dependencies': [ 816 'dependencies': [
824 '../ios/ios_tests.gyp:test_support_ios', 817 '../ios/ios_tests.gyp:test_support_ios',
825 '../ios/web/ios_web.gyp:test_support_ios_web', 818 '../ios/web/ios_web.gyp:test_support_ios_web',
826 '../third_party/ocmock/ocmock.gyp:ocmock', 819 '../third_party/ocmock/ocmock.gyp:ocmock',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 }], 866 }],
874 ['OS == "android"', { 867 ['OS == "android"', {
875 'sources': [ 868 'sources': [
876 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _blocking_page_unittest.cc', 869 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _blocking_page_unittest.cc',
877 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _resource_throttle_unittest.cc', 870 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _resource_throttle_unittest.cc',
878 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _ui_manager_unittest.cc', 871 'data_reduction_proxy/content/browser/data_reduction_proxy_debug _ui_manager_unittest.cc',
879 'invalidation/invalidation_logger_unittest.cc', 872 'invalidation/invalidation_logger_unittest.cc',
880 'invalidation/invalidation_service_android_unittest.cc', 873 'invalidation/invalidation_service_android_unittest.cc',
881 ], 874 ],
882 'sources!': [ 875 'sources!': [
883 # This shouldn't be necessary, but the tests have to be in the m ain list
884 # due to a test bug making them order-dependent. crbug.com/46235 2
885 '<@(feedback_unittest_sources)',
886 'gcm_driver/gcm_account_mapper_unittest.cc', 876 'gcm_driver/gcm_account_mapper_unittest.cc',
887 'gcm_driver/gcm_channel_status_request_unittest.cc', 877 'gcm_driver/gcm_channel_status_request_unittest.cc',
888 'gcm_driver/gcm_client_impl_unittest.cc', 878 'gcm_driver/gcm_client_impl_unittest.cc',
889 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 879 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
890 'gcm_driver/gcm_driver_desktop_unittest.cc', 880 'gcm_driver/gcm_driver_desktop_unittest.cc',
891 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 881 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
892 'sessions/session_backend_unittest.cc', 882 'sessions/session_backend_unittest.cc',
893 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', 883 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc',
894 'storage_monitor/media_storage_util_unittest.cc', 884 'storage_monitor/media_storage_util_unittest.cc',
895 'storage_monitor/storage_info_unittest.cc', 885 'storage_monitor/storage_info_unittest.cc',
896 'storage_monitor/storage_monitor_unittest.cc', 886 'storage_monitor/storage_monitor_unittest.cc',
897 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 887 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
898 ], 888 ],
899 'dependencies': [ 889 'dependencies': [
900 'components.gyp:data_reduction_proxy_content', 890 'components.gyp:data_reduction_proxy_content',
901 '../testing/android/native_test.gyp:native_test_native_code', 891 '../testing/android/native_test.gyp:native_test_native_code',
902 ], 892 ],
903 'dependencies!': [ 893 'dependencies!': [
904 'components.gyp:feedback_component',
905 'components.gyp:storage_monitor', 894 'components.gyp:storage_monitor',
906 'components.gyp:storage_monitor_test_support', 895 'components.gyp:storage_monitor_test_support',
907 'components.gyp:web_modal', 896 'components.gyp:web_modal',
908 'components.gyp:web_modal_test_support', 897 'components.gyp:web_modal_test_support',
909 ], 898 ],
910 }], 899 }],
911 ['OS != "android"', { 900 ['OS != "android"', {
912 'sources': [ 901 'sources': [
913 '<@(invalidation_unittest_sources)', 902 '<@(invalidation_unittest_sources)',
914 ], 903 ],
915 }], 904 }],
916 ['OS != "ios" and OS != "android"', { 905 ['OS != "ios" and OS != "android"', {
917 'sources': [ 906 'sources': [
918 '<@(audio_modem_unittest_sources)', 907 '<@(audio_modem_unittest_sources)',
919 '<@(copresence_unittest_sources)', 908 '<@(copresence_unittest_sources)',
909 '<@(feedback_unittest_sources)',
920 '<@(proximity_auth_unittest_sources)', 910 '<@(proximity_auth_unittest_sources)',
921 ], 911 ],
922 'dependencies': [ 912 'dependencies': [
923 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 913 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
924 '../google_apis/google_apis.gyp:google_apis_test_support', 914 '../google_apis/google_apis.gyp:google_apis_test_support',
925 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 915 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
926 'components.gyp:audio_modem', 916 'components.gyp:audio_modem',
927 'components.gyp:audio_modem_test_support', 917 'components.gyp:audio_modem_test_support',
928 'components.gyp:copresence', 918 'components.gyp:copresence',
929 'components.gyp:copresence_test_support', 919 'components.gyp:copresence_test_support',
930 'components.gyp:cryptauth', 920 'components.gyp:cryptauth',
921 'components.gyp:feedback_component',
931 'components.gyp:proximity_auth', 922 'components.gyp:proximity_auth',
932 ], 923 ],
933 }], 924 }],
934 ['chromeos==1', { 925 ['chromeos==1', {
935 'sources': [ 926 'sources': [
936 'pairing/message_buffer_unittest.cc', 927 'pairing/message_buffer_unittest.cc',
937 'timers/alarm_timer_unittest.cc', 928 'timers/alarm_timer_unittest.cc',
938 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 929 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
939 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 930 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
940 'wifi_sync/wifi_credential_unittest.cc', 931 'wifi_sync/wifi_credential_unittest.cc',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 'dependencies': [ 1235 'dependencies': [
1245 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1236 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1246 ], 1237 ],
1247 }], 1238 }],
1248 ], 1239 ],
1249 }, 1240 },
1250 ], 1241 ],
1251 }], 1242 }],
1252 ], 1243 ],
1253 } 1244 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698