OLD | NEW |
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'domain_reliability/test_util.h', | 157 'domain_reliability/test_util.h', |
158 'domain_reliability/uploader_unittest.cc', | 158 'domain_reliability/uploader_unittest.cc', |
159 'domain_reliability/util_unittest.cc', | 159 'domain_reliability/util_unittest.cc', |
160 'favicon_base/select_favicon_frames_unittest.cc', | 160 'favicon_base/select_favicon_frames_unittest.cc', |
161 # Note: GN tests converted to here, need to do the rest. | 161 # Note: GN tests converted to here, need to do the rest. |
162 | 162 |
163 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', | 163 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', |
164 'enhanced_bookmarks/image_store_ios_unittest.mm', | 164 'enhanced_bookmarks/image_store_ios_unittest.mm', |
165 'enhanced_bookmarks/image_store_unittest.cc', | 165 'enhanced_bookmarks/image_store_unittest.cc', |
166 'enhanced_bookmarks/item_position_unittest.cc', | 166 'enhanced_bookmarks/item_position_unittest.cc', |
| 167 'feedback/feedback_common_unittest.cc', |
| 168 'feedback/feedback_data_unittest.cc', |
| 169 'feedback/feedback_uploader_chrome_unittest.cc', |
| 170 'feedback/feedback_uploader_unittest.cc', |
167 'gcm_driver/gcm_account_mapper_unittest.cc', | 171 'gcm_driver/gcm_account_mapper_unittest.cc', |
168 'gcm_driver/gcm_channel_status_request_unittest.cc', | 172 'gcm_driver/gcm_channel_status_request_unittest.cc', |
169 'gcm_driver/gcm_client_impl_unittest.cc', | 173 'gcm_driver/gcm_client_impl_unittest.cc', |
170 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 174 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
171 'gcm_driver/gcm_driver_desktop_unittest.cc', | 175 'gcm_driver/gcm_driver_desktop_unittest.cc', |
172 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 176 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
173 'google/core/browser/google_url_tracker_unittest.cc', | 177 'google/core/browser/google_url_tracker_unittest.cc', |
174 'google/core/browser/google_util_unittest.cc', | 178 'google/core/browser/google_util_unittest.cc', |
175 'history/core/browser/android/android_history_types_unittest.cc', | 179 'history/core/browser/android/android_history_types_unittest.cc', |
176 'history/core/browser/history_types_unittest.cc', | 180 'history/core/browser/history_types_unittest.cc', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'components.gyp:data_reduction_proxy_core_common', | 394 'components.gyp:data_reduction_proxy_core_common', |
391 'components.gyp:data_reduction_proxy_test_support', | 395 'components.gyp:data_reduction_proxy_test_support', |
392 'components.gyp:device_event_log_component', | 396 'components.gyp:device_event_log_component', |
393 'components.gyp:distilled_page_proto', | 397 'components.gyp:distilled_page_proto', |
394 'components.gyp:dom_distiller_core', | 398 'components.gyp:dom_distiller_core', |
395 'components.gyp:dom_distiller_test_support', | 399 'components.gyp:dom_distiller_test_support', |
396 'components.gyp:domain_reliability', | 400 'components.gyp:domain_reliability', |
397 'components.gyp:enhanced_bookmarks', | 401 'components.gyp:enhanced_bookmarks', |
398 'components.gyp:enhanced_bookmarks_test_support', | 402 'components.gyp:enhanced_bookmarks_test_support', |
399 'components.gyp:favicon_base', | 403 'components.gyp:favicon_base', |
| 404 'components.gyp:feedback_component', |
400 'components.gyp:gcm_driver', | 405 'components.gyp:gcm_driver', |
401 'components.gyp:gcm_driver_test_support', | 406 'components.gyp:gcm_driver_test_support', |
402 'components.gyp:google_core_browser', | 407 'components.gyp:google_core_browser', |
403 'components.gyp:history_core_browser', | 408 'components.gyp:history_core_browser', |
404 'components.gyp:history_core_common', | 409 'components.gyp:history_core_common', |
405 'components.gyp:history_core_test_support', | 410 'components.gyp:history_core_test_support', |
406 'components.gyp:invalidation', | 411 'components.gyp:invalidation', |
407 'components.gyp:invalidation_test_support', | 412 'components.gyp:invalidation_test_support', |
408 'components.gyp:json_schema', | 413 'components.gyp:json_schema', |
409 'components.gyp:keyed_service_core', | 414 'components.gyp:keyed_service_core', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 ], | 632 ], |
628 }], | 633 }], |
629 ['OS == "android"', { | 634 ['OS == "android"', { |
630 'sources': [ | 635 'sources': [ |
631 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_blocking_page_unittest.cc', | 636 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_blocking_page_unittest.cc', |
632 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_resource_throttle_unittest.cc', | 637 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_resource_throttle_unittest.cc', |
633 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_ui_manager_unittest.cc', | 638 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_ui_manager_unittest.cc', |
634 'invalidation/invalidation_service_android_unittest.cc', | 639 'invalidation/invalidation_service_android_unittest.cc', |
635 ], | 640 ], |
636 'sources!': [ | 641 'sources!': [ |
| 642 'feedback/feedback_common_unittest.cc', |
| 643 'feedback/feedback_data_unittest.cc', |
| 644 'feedback/feedback_uploader_chrome_unittest.cc', |
| 645 'feedback/feedback_uploader_unittest.cc', |
637 'gcm_driver/gcm_account_mapper_unittest.cc', | 646 'gcm_driver/gcm_account_mapper_unittest.cc', |
638 'gcm_driver/gcm_channel_status_request_unittest.cc', | 647 'gcm_driver/gcm_channel_status_request_unittest.cc', |
639 'gcm_driver/gcm_client_impl_unittest.cc', | 648 'gcm_driver/gcm_client_impl_unittest.cc', |
640 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 649 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
641 'gcm_driver/gcm_driver_desktop_unittest.cc', | 650 'gcm_driver/gcm_driver_desktop_unittest.cc', |
642 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 651 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
643 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', | 652 'signin/core/browser/mutable_profile_oauth2_token_service_unitte
st.cc', |
644 'storage_monitor/media_storage_util_unittest.cc', | 653 'storage_monitor/media_storage_util_unittest.cc', |
645 'storage_monitor/storage_info_unittest.cc', | 654 'storage_monitor/storage_info_unittest.cc', |
646 'storage_monitor/storage_monitor_unittest.cc', | 655 'storage_monitor/storage_monitor_unittest.cc', |
647 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 656 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
648 ], | 657 ], |
649 'dependencies': [ | 658 'dependencies': [ |
650 'components.gyp:data_reduction_proxy_content', | 659 'components.gyp:data_reduction_proxy_content', |
651 '../testing/android/native_test.gyp:native_test_native_code', | 660 '../testing/android/native_test.gyp:native_test_native_code', |
652 ], | 661 ], |
653 'dependencies!': [ | 662 'dependencies!': [ |
| 663 'components.gyp:feedback_component', |
654 'components.gyp:storage_monitor', | 664 'components.gyp:storage_monitor', |
655 'components.gyp:storage_monitor_test_support', | 665 'components.gyp:storage_monitor_test_support', |
656 'components.gyp:web_modal', | 666 'components.gyp:web_modal', |
657 'components.gyp:web_modal_test_support', | 667 'components.gyp:web_modal_test_support', |
658 ], | 668 ], |
659 }], | 669 }], |
660 ['OS != "android"', { | 670 ['OS != "android"', { |
661 'sources': [ | 671 'sources': [ |
662 'invalidation/fake_invalidator_unittest.cc', | 672 'invalidation/fake_invalidator_unittest.cc', |
663 'invalidation/gcm_network_channel_unittest.cc', | 673 'invalidation/gcm_network_channel_unittest.cc', |
(...skipping 17 matching lines...) Expand all Loading... |
681 'audio_modem/audio_recorder_unittest.cc', | 691 'audio_modem/audio_recorder_unittest.cc', |
682 'audio_modem/modem_unittest.cc', | 692 'audio_modem/modem_unittest.cc', |
683 'copresence/copresence_state_unittest.cc', | 693 'copresence/copresence_state_unittest.cc', |
684 'copresence/handlers/audio/audio_directive_handler_unittest.cc', | 694 'copresence/handlers/audio/audio_directive_handler_unittest.cc', |
685 'copresence/handlers/audio/audio_directive_list_unittest.cc', | 695 'copresence/handlers/audio/audio_directive_list_unittest.cc', |
686 'copresence/handlers/directive_handler_unittest.cc', | 696 'copresence/handlers/directive_handler_unittest.cc', |
687 'copresence/handlers/gcm_handler_unittest.cc', | 697 'copresence/handlers/gcm_handler_unittest.cc', |
688 'copresence/rpc/http_post_unittest.cc', | 698 'copresence/rpc/http_post_unittest.cc', |
689 'copresence/rpc/rpc_handler_unittest.cc', | 699 'copresence/rpc/rpc_handler_unittest.cc', |
690 'copresence/timed_map_unittest.cc', | 700 'copresence/timed_map_unittest.cc', |
691 'feedback/feedback_common_unittest.cc', | |
692 'feedback/feedback_data_unittest.cc', | |
693 'feedback/feedback_uploader_chrome_unittest.cc', | |
694 'feedback/feedback_uploader_unittest.cc', | |
695 'proximity_auth/base64url_unittest.cc', | 701 'proximity_auth/base64url_unittest.cc', |
696 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 702 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
697 'proximity_auth/bluetooth_connection_unittest.cc', | 703 'proximity_auth/bluetooth_connection_unittest.cc', |
698 'proximity_auth/client_unittest.cc', | 704 'proximity_auth/client_unittest.cc', |
699 'proximity_auth/connection_unittest.cc', | 705 'proximity_auth/connection_unittest.cc', |
700 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte
st.cc', | 706 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte
st.cc', |
701 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 707 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
702 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', | 708 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', |
703 'proximity_auth/proximity_auth_system_unittest.cc', | 709 'proximity_auth/proximity_auth_system_unittest.cc', |
704 'proximity_auth/remote_status_update_unittest.cc', | 710 'proximity_auth/remote_status_update_unittest.cc', |
705 'proximity_auth/wire_message_unittest.cc', | 711 'proximity_auth/wire_message_unittest.cc', |
706 ], | 712 ], |
707 'dependencies': [ | 713 'dependencies': [ |
708 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 714 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
709 '../google_apis/google_apis.gyp:google_apis_test_support', | 715 '../google_apis/google_apis.gyp:google_apis_test_support', |
710 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 716 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
711 'components.gyp:audio_modem', | 717 'components.gyp:audio_modem', |
712 'components.gyp:audio_modem_test_support', | 718 'components.gyp:audio_modem_test_support', |
713 'components.gyp:copresence', | 719 'components.gyp:copresence', |
714 'components.gyp:copresence_test_support', | 720 'components.gyp:copresence_test_support', |
715 'components.gyp:cryptauth', | 721 'components.gyp:cryptauth', |
716 'components.gyp:feedback_component', | |
717 'components.gyp:proximity_auth', | 722 'components.gyp:proximity_auth', |
718 ], | 723 ], |
719 }], | 724 }], |
720 ['chromeos==1', { | 725 ['chromeos==1', { |
721 'sources': [ | 726 'sources': [ |
722 'pairing/message_buffer_unittest.cc', | 727 'pairing/message_buffer_unittest.cc', |
723 'timers/alarm_timer_unittest.cc', | 728 'timers/alarm_timer_unittest.cc', |
724 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 729 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
725 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 730 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
726 'wifi_sync/wifi_credential_unittest.cc', | 731 'wifi_sync/wifi_credential_unittest.cc', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 '../build/isolate.gypi', | 1069 '../build/isolate.gypi', |
1065 ], | 1070 ], |
1066 'sources': [ | 1071 'sources': [ |
1067 'components_unittests.isolate', | 1072 'components_unittests.isolate', |
1068 ], | 1073 ], |
1069 }, | 1074 }, |
1070 ], | 1075 ], |
1071 }], | 1076 }], |
1072 ], | 1077 ], |
1073 } | 1078 } |
OLD | NEW |