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

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: Refactor AO2TS to make it easier to componentize. Created 5 years, 7 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'sessions/content/content_serialized_navigation_driver_unittest.cc', 489 'sessions/content/content_serialized_navigation_driver_unittest.cc',
490 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', 490 'sessions/ios/ios_serialized_navigation_builder_unittest.cc',
491 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', 491 'sessions/ios/ios_serialized_navigation_driver_unittest.cc',
492 'sessions/serialized_navigation_entry_unittest.cc', 492 'sessions/serialized_navigation_entry_unittest.cc',
493 'sessions/session_backend_unittest.cc', 493 'sessions/session_backend_unittest.cc',
494 'sessions/session_types_unittest.cc', 494 'sessions/session_types_unittest.cc',
495 ], 495 ],
496 'signin_unittest_sources': [ 496 'signin_unittest_sources': [
497 'signin/core/browser/account_tracker_service_unittest.cc', 497 'signin/core/browser/account_tracker_service_unittest.cc',
498 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', 498 'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
499 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
500 'signin/core/browser/refresh_token_annotation_request_unittest.cc', 499 'signin/core/browser/refresh_token_annotation_request_unittest.cc',
501 'signin/core/browser/signin_error_controller_unittest.cc', 500 'signin/core/browser/signin_error_controller_unittest.cc',
502 'signin/core/browser/webdata/token_service_table_unittest.cc', 501 'signin/core/browser/webdata/token_service_table_unittest.cc',
503 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', 502 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
504 ], 503 ],
505 'storage_monitor_unittest_sources': [ 504 'storage_monitor_unittest_sources': [
506 'storage_monitor/image_capture_device_manager_unittest.mm', 505 'storage_monitor/image_capture_device_manager_unittest.mm',
507 'storage_monitor/media_storage_util_unittest.cc', 506 'storage_monitor/media_storage_util_unittest.cc',
508 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 507 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
509 'storage_monitor/storage_info_unittest.cc', 508 'storage_monitor/storage_info_unittest.cc',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 }], 920 }],
922 ], 921 ],
923 }, { # 'OS == "ios"' 922 }, { # 'OS == "ios"'
924 'sources': [ 923 'sources': [
925 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', 924 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm',
926 'webp_transcode/webp_decoder_unittest.mm', 925 'webp_transcode/webp_decoder_unittest.mm',
927 'webp_transcode/webp_network_client_unittest.mm', 926 'webp_transcode/webp_network_client_unittest.mm',
928 ], 927 ],
929 'sources!': [ 928 'sources!': [
930 'metrics/gpu/gpu_metrics_provider_unittest.cc', 929 'metrics/gpu/gpu_metrics_provider_unittest.cc',
931 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c',
932 ], 930 ],
933 'sources/': [ 931 'sources/': [
934 # Exclude all tests that depends on //content (based on layered- 932 # Exclude all tests that depends on //content (based on layered-
935 # component directory structure). 933 # component directory structure).
936 ['exclude', '^[^/]*/content/'], 934 ['exclude', '^[^/]*/content/'],
937 ], 935 ],
938 'mac_bundle_resources': [ 936 'mac_bundle_resources': [
939 '<(PRODUCT_DIR)/ui_test.pak', 937 '<(PRODUCT_DIR)/ui_test.pak',
940 ], 938 ],
941 'dependencies': [ 939 'dependencies': [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 ], 998 ],
1001 'sources!': [ 999 'sources!': [
1002 'gcm_driver/gcm_account_mapper_unittest.cc', 1000 'gcm_driver/gcm_account_mapper_unittest.cc',
1003 'gcm_driver/gcm_channel_status_request_unittest.cc', 1001 'gcm_driver/gcm_channel_status_request_unittest.cc',
1004 'gcm_driver/gcm_client_impl_unittest.cc', 1002 'gcm_driver/gcm_client_impl_unittest.cc',
1005 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 1003 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
1006 'gcm_driver/gcm_driver_desktop_unittest.cc', 1004 'gcm_driver/gcm_driver_desktop_unittest.cc',
1007 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1005 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
1008 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1006 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1009 'sessions/session_backend_unittest.cc', 1007 'sessions/session_backend_unittest.cc',
1010 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c',
1011 'storage_monitor/media_storage_util_unittest.cc', 1008 'storage_monitor/media_storage_util_unittest.cc',
1012 'storage_monitor/storage_info_unittest.cc', 1009 'storage_monitor/storage_info_unittest.cc',
1013 'storage_monitor/storage_monitor_unittest.cc', 1010 'storage_monitor/storage_monitor_unittest.cc',
1014 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1011 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1015 ], 1012 ],
1016 'dependencies': [ 1013 'dependencies': [
1017 'components.gyp:cronet_static', 1014 'components.gyp:cronet_static',
1018 'components.gyp:data_reduction_proxy_content', 1015 'components.gyp:data_reduction_proxy_content',
1019 '../testing/android/native_test.gyp:native_test_native_code', 1016 '../testing/android/native_test.gyp:native_test_native_code',
1020 ], 1017 ],
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 ], 1452 ],
1456 'variables': { 1453 'variables': {
1457 'test_suite_name': 'components_unittests', 1454 'test_suite_name': 'components_unittests',
1458 }, 1455 },
1459 'includes': [ '../build/apk_test.gypi' ], 1456 'includes': [ '../build/apk_test.gypi' ],
1460 }, 1457 },
1461 ], 1458 ],
1462 }], 1459 }],
1463 ], 1460 ],
1464 } 1461 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698