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

Side by Side Diff: components/components_tests.gyp

Issue 1143323005: Refactor AO2TS to make it easier to componentize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: works for all platforms commit e75a498951318d4deb65d40ce8b2def44cd5abc0 Created 5 years, 5 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 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'sessions/content/content_serialized_navigation_driver_unittest.cc', 513 'sessions/content/content_serialized_navigation_driver_unittest.cc',
514 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', 514 'sessions/ios/ios_serialized_navigation_builder_unittest.cc',
515 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', 515 'sessions/ios/ios_serialized_navigation_driver_unittest.cc',
516 'sessions/serialized_navigation_entry_unittest.cc', 516 'sessions/serialized_navigation_entry_unittest.cc',
517 'sessions/session_backend_unittest.cc', 517 'sessions/session_backend_unittest.cc',
518 'sessions/session_types_unittest.cc', 518 'sessions/session_types_unittest.cc',
519 ], 519 ],
520 'signin_unittest_sources': [ 520 'signin_unittest_sources': [
521 'signin/core/browser/account_tracker_service_unittest.cc', 521 'signin/core/browser/account_tracker_service_unittest.cc',
522 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', 522 'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
523 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
524 'signin/core/browser/refresh_token_annotation_request_unittest.cc', 523 'signin/core/browser/refresh_token_annotation_request_unittest.cc',
525 'signin/core/browser/signin_error_controller_unittest.cc', 524 'signin/core/browser/signin_error_controller_unittest.cc',
526 'signin/core/browser/webdata/token_service_table_unittest.cc', 525 'signin/core/browser/webdata/token_service_table_unittest.cc',
527 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', 526 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' ,
528 ], 527 ],
529 'storage_monitor_unittest_sources': [ 528 'storage_monitor_unittest_sources': [
530 'storage_monitor/image_capture_device_manager_unittest.mm', 529 'storage_monitor/image_capture_device_manager_unittest.mm',
531 'storage_monitor/media_storage_util_unittest.cc', 530 'storage_monitor/media_storage_util_unittest.cc',
532 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 531 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
533 'storage_monitor/storage_info_unittest.cc', 532 'storage_monitor/storage_info_unittest.cc',
534 'storage_monitor/storage_monitor_chromeos_unittest.cc', 533 'storage_monitor/storage_monitor_chromeos_unittest.cc',
535 'storage_monitor/storage_monitor_linux_unittest.cc', 534 'storage_monitor/storage_monitor_linux_unittest.cc',
536 'storage_monitor/storage_monitor_mac_unittest.mm', 535 'storage_monitor/storage_monitor_mac_unittest.mm',
537 'storage_monitor/storage_monitor_unittest.cc', 536 'storage_monitor/storage_monitor_unittest.cc',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 }], 949 }],
951 ], 950 ],
952 }, { # 'OS == "ios"' 951 }, { # 'OS == "ios"'
953 'sources': [ 952 'sources': [
954 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', 953 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm',
955 'webp_transcode/webp_decoder_unittest.mm', 954 'webp_transcode/webp_decoder_unittest.mm',
956 'webp_transcode/webp_network_client_unittest.mm', 955 'webp_transcode/webp_network_client_unittest.mm',
957 ], 956 ],
958 'sources!': [ 957 'sources!': [
959 'metrics/gpu/gpu_metrics_provider_unittest.cc', 958 'metrics/gpu/gpu_metrics_provider_unittest.cc',
960 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c',
961 ], 959 ],
962 'sources/': [ 960 'sources/': [
963 # Exclude all tests that depends on //content (based on layered- 961 # Exclude all tests that depends on //content (based on layered-
964 # component directory structure). 962 # component directory structure).
965 ['exclude', '^[^/]*/content/'], 963 ['exclude', '^[^/]*/content/'],
966 ], 964 ],
967 'mac_bundle_resources': [ 965 'mac_bundle_resources': [
968 '<(PRODUCT_DIR)/ui_test.pak', 966 '<(PRODUCT_DIR)/ui_test.pak',
969 ], 967 ],
970 'dependencies': [ 968 'dependencies': [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 ], 1027 ],
1030 'sources!': [ 1028 'sources!': [
1031 'gcm_driver/gcm_account_mapper_unittest.cc', 1029 'gcm_driver/gcm_account_mapper_unittest.cc',
1032 'gcm_driver/gcm_channel_status_request_unittest.cc', 1030 'gcm_driver/gcm_channel_status_request_unittest.cc',
1033 'gcm_driver/gcm_client_impl_unittest.cc', 1031 'gcm_driver/gcm_client_impl_unittest.cc',
1034 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 1032 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
1035 'gcm_driver/gcm_driver_desktop_unittest.cc', 1033 'gcm_driver/gcm_driver_desktop_unittest.cc',
1036 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1034 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1037 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1035 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1038 'sessions/session_backend_unittest.cc', 1036 'sessions/session_backend_unittest.cc',
1039 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c',
1040 'storage_monitor/media_storage_util_unittest.cc', 1037 'storage_monitor/media_storage_util_unittest.cc',
1041 'storage_monitor/storage_info_unittest.cc', 1038 'storage_monitor/storage_info_unittest.cc',
1042 'storage_monitor/storage_monitor_unittest.cc', 1039 'storage_monitor/storage_monitor_unittest.cc',
1043 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1040 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1044 ], 1041 ],
1045 'dependencies': [ 1042 'dependencies': [
1046 'components.gyp:cronet_static', 1043 'components.gyp:cronet_static',
1047 'components.gyp:data_reduction_proxy_content', 1044 'components.gyp:data_reduction_proxy_content',
1048 '../content/content.gyp:content_java', 1045 '../content/content.gyp:content_java',
1049 '../testing/android/native_test.gyp:native_test_native_code', 1046 '../testing/android/native_test.gyp:native_test_native_code',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 ], 1472 ],
1476 'variables': { 1473 'variables': {
1477 'test_suite_name': 'components_unittests', 1474 'test_suite_name': 'components_unittests',
1478 }, 1475 },
1479 'includes': [ '../build/apk_test.gypi' ], 1476 'includes': [ '../build/apk_test.gypi' ],
1480 }, 1477 },
1481 ], 1478 ],
1482 }], 1479 }],
1483 ], 1480 ],
1484 } 1481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698