| 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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 'sessions/content/content_serialized_navigation_driver_unittest.cc', | 515 'sessions/content/content_serialized_navigation_driver_unittest.cc', |
| 516 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', | 516 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', |
| 517 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', | 517 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', |
| 518 'sessions/serialized_navigation_entry_unittest.cc', | 518 'sessions/serialized_navigation_entry_unittest.cc', |
| 519 'sessions/session_backend_unittest.cc', | 519 'sessions/session_backend_unittest.cc', |
| 520 'sessions/session_types_unittest.cc', | 520 'sessions/session_types_unittest.cc', |
| 521 ], | 521 ], |
| 522 'signin_unittest_sources': [ | 522 'signin_unittest_sources': [ |
| 523 'signin/core/browser/account_tracker_service_unittest.cc', | 523 'signin/core/browser/account_tracker_service_unittest.cc', |
| 524 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', | 524 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', |
| 525 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc', | |
| 526 'signin/core/browser/refresh_token_annotation_request_unittest.cc', | 525 'signin/core/browser/refresh_token_annotation_request_unittest.cc', |
| 527 'signin/core/browser/signin_error_controller_unittest.cc', | 526 'signin/core/browser/signin_error_controller_unittest.cc', |
| 528 'signin/core/browser/webdata/token_service_table_unittest.cc', | 527 'signin/core/browser/webdata/token_service_table_unittest.cc', |
| 529 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', | 528 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm'
, |
| 530 ], | 529 ], |
| 531 'storage_monitor_unittest_sources': [ | 530 'storage_monitor_unittest_sources': [ |
| 532 'storage_monitor/image_capture_device_manager_unittest.mm', | 531 'storage_monitor/image_capture_device_manager_unittest.mm', |
| 533 'storage_monitor/media_storage_util_unittest.cc', | 532 'storage_monitor/media_storage_util_unittest.cc', |
| 534 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc
', | 533 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc
', |
| 535 'storage_monitor/storage_info_unittest.cc', | 534 'storage_monitor/storage_info_unittest.cc', |
| 536 'storage_monitor/storage_monitor_chromeos_unittest.cc', | 535 'storage_monitor/storage_monitor_chromeos_unittest.cc', |
| 537 'storage_monitor/storage_monitor_linux_unittest.cc', | 536 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 538 'storage_monitor/storage_monitor_mac_unittest.mm', | 537 'storage_monitor/storage_monitor_mac_unittest.mm', |
| 539 'storage_monitor/storage_monitor_unittest.cc', | 538 'storage_monitor/storage_monitor_unittest.cc', |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 }], | 951 }], |
| 953 ], | 952 ], |
| 954 }, { # 'OS == "ios"' | 953 }, { # 'OS == "ios"' |
| 955 'sources': [ | 954 'sources': [ |
| 956 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', | 955 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', |
| 957 'webp_transcode/webp_decoder_unittest.mm', | 956 'webp_transcode/webp_decoder_unittest.mm', |
| 958 'webp_transcode/webp_network_client_unittest.mm', | 957 'webp_transcode/webp_network_client_unittest.mm', |
| 959 ], | 958 ], |
| 960 'sources!': [ | 959 'sources!': [ |
| 961 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 960 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 962 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c
c', | |
| 963 ], | 961 ], |
| 964 'sources/': [ | 962 'sources/': [ |
| 965 # Exclude all tests that depends on //content (based on layered- | 963 # Exclude all tests that depends on //content (based on layered- |
| 966 # component directory structure). | 964 # component directory structure). |
| 967 ['exclude', '^[^/]*/content/'], | 965 ['exclude', '^[^/]*/content/'], |
| 968 ], | 966 ], |
| 969 'mac_bundle_resources': [ | 967 'mac_bundle_resources': [ |
| 970 '<(PRODUCT_DIR)/ui_test.pak', | 968 '<(PRODUCT_DIR)/ui_test.pak', |
| 971 ], | 969 ], |
| 972 'dependencies': [ | 970 'dependencies': [ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1031 ], | 1029 ], |
| 1032 'sources!': [ | 1030 'sources!': [ |
| 1033 'gcm_driver/gcm_account_mapper_unittest.cc', | 1031 'gcm_driver/gcm_account_mapper_unittest.cc', |
| 1034 'gcm_driver/gcm_channel_status_request_unittest.cc', | 1032 'gcm_driver/gcm_channel_status_request_unittest.cc', |
| 1035 'gcm_driver/gcm_client_impl_unittest.cc', | 1033 'gcm_driver/gcm_client_impl_unittest.cc', |
| 1036 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 1034 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 1037 'gcm_driver/gcm_driver_desktop_unittest.cc', | 1035 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 1038 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 1036 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 1039 'gcm_driver/instance_id/instance_id_driver_unittest.cc', | 1037 'gcm_driver/instance_id/instance_id_driver_unittest.cc', |
| 1040 'sessions/session_backend_unittest.cc', | 1038 'sessions/session_backend_unittest.cc', |
| 1041 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c
c', | |
| 1042 'storage_monitor/media_storage_util_unittest.cc', | 1039 'storage_monitor/media_storage_util_unittest.cc', |
| 1043 'storage_monitor/storage_info_unittest.cc', | 1040 'storage_monitor/storage_info_unittest.cc', |
| 1044 'storage_monitor/storage_monitor_unittest.cc', | 1041 'storage_monitor/storage_monitor_unittest.cc', |
| 1045 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 1042 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 1046 ], | 1043 ], |
| 1047 'dependencies': [ | 1044 'dependencies': [ |
| 1048 'components.gyp:cronet_static', | 1045 'components.gyp:cronet_static', |
| 1049 'components.gyp:data_reduction_proxy_content', | 1046 'components.gyp:data_reduction_proxy_content', |
| 1050 '../content/content.gyp:content_java', | 1047 '../content/content.gyp:content_java', |
| 1051 '../testing/android/native_test.gyp:native_test_native_code', | 1048 '../testing/android/native_test.gyp:native_test_native_code', |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1490 ], | 1487 ], |
| 1491 'variables': { | 1488 'variables': { |
| 1492 'test_suite_name': 'components_unittests', | 1489 'test_suite_name': 'components_unittests', |
| 1493 }, | 1490 }, |
| 1494 'includes': [ '../build/apk_test.gypi' ], | 1491 'includes': [ '../build/apk_test.gypi' ], |
| 1495 }, | 1492 }, |
| 1496 ], | 1493 ], |
| 1497 }], | 1494 }], |
| 1498 ], | 1495 ], |
| 1499 } | 1496 } |
| OLD | NEW |