| 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, |
| 11 | 11 |
| 12 # Note: sources list duplicated in GN build. In the GN build, | 12 # Note: sources list duplicated in GN build. In the GN build, |
| 13 # each component has its own unit tests target defined in its | 13 # each component has its own unit tests target defined in its |
| 14 # directory that are then linked into the final content_unittests. | 14 # directory that are then linked into the final components_unittests. |
| 15 'auto_login_parser_unittest_sources': [ | 15 'auto_login_parser_unittest_sources': [ |
| 16 'auto_login_parser/auto_login_parser_unittest.cc', | 16 'auto_login_parser/auto_login_parser_unittest.cc', |
| 17 ], | 17 ], |
| 18 'autofill_unittest_sources': [ | 18 'autofill_unittest_sources': [ |
| 19 'autofill/content/browser/content_autofill_driver_unittest.cc', | 19 'autofill/content/browser/content_autofill_driver_unittest.cc', |
| 20 'autofill/content/browser/request_autocomplete_manager_unittest.cc', | 20 'autofill/content/browser/request_autocomplete_manager_unittest.cc', |
| 21 'autofill/content/browser/wallet/full_wallet_unittest.cc', | 21 'autofill/content/browser/wallet/full_wallet_unittest.cc', |
| 22 'autofill/content/browser/wallet/real_pan_wallet_client_unittest.cc', | 22 'autofill/content/browser/wallet/real_pan_wallet_client_unittest.cc', |
| 23 'autofill/content/browser/wallet/wallet_address_unittest.cc', | 23 'autofill/content/browser/wallet/wallet_address_unittest.cc', |
| 24 'autofill/content/browser/wallet/wallet_service_url_unittest.cc', | 24 'autofill/content/browser/wallet/wallet_service_url_unittest.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'captive_portal/captive_portal_detector_unittest.cc', | 85 'captive_portal/captive_portal_detector_unittest.cc', |
| 86 ], | 86 ], |
| 87 'cloud_devices_unittest_sources': [ | 87 'cloud_devices_unittest_sources': [ |
| 88 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 88 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
| 89 'cloud_devices/common/printer_description_unittest.cc', | 89 'cloud_devices/common/printer_description_unittest.cc', |
| 90 ], | 90 ], |
| 91 'component_updater_unittest_sources': [ | 91 'component_updater_unittest_sources': [ |
| 92 'component_updater/component_updater_service_unittest.cc', | 92 'component_updater/component_updater_service_unittest.cc', |
| 93 'component_updater/timer_unittest.cc', | 93 'component_updater/timer_unittest.cc', |
| 94 ], | 94 ], |
| 95 'compression_unittest_sources': [ |
| 96 'compression/compression_utils_unittest.cc', |
| 97 ], |
| 95 'content_settings_unittest_sources': [ | 98 'content_settings_unittest_sources': [ |
| 96 'content_settings/core/browser/content_settings_mock_provider.cc', | 99 'content_settings/core/browser/content_settings_mock_provider.cc', |
| 97 'content_settings/core/browser/content_settings_mock_provider.h', | 100 'content_settings/core/browser/content_settings_mock_provider.h', |
| 98 'content_settings/core/browser/content_settings_provider_unittest.cc', | 101 'content_settings/core/browser/content_settings_provider_unittest.cc', |
| 99 'content_settings/core/browser/content_settings_rule_unittest.cc', | 102 'content_settings/core/browser/content_settings_rule_unittest.cc', |
| 100 'content_settings/core/browser/content_settings_utils_unittest.cc', | 103 'content_settings/core/browser/content_settings_utils_unittest.cc', |
| 101 'content_settings/core/browser/cookie_settings_unittest.cc', | 104 'content_settings/core/browser/cookie_settings_unittest.cc', |
| 102 'content_settings/core/browser/plugins_field_trial_unittest.cc', | 105 'content_settings/core/browser/plugins_field_trial_unittest.cc', |
| 103 'content_settings/core/browser/website_settings_registry_unittest.cc', | 106 'content_settings/core/browser/website_settings_registry_unittest.cc', |
| 104 'content_settings/core/common/content_settings_pattern_parser_unittest.cc'
, | 107 'content_settings/core/common/content_settings_pattern_parser_unittest.cc'
, |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'login/screens/screen_context_unittest.cc', | 302 'login/screens/screen_context_unittest.cc', |
| 300 ], | 303 ], |
| 301 'memory_pressure_unittest_sources': [ | 304 'memory_pressure_unittest_sources': [ |
| 302 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', | 305 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', |
| 303 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', | 306 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', |
| 304 'memory_pressure/test_memory_pressure_calculator.cc', | 307 'memory_pressure/test_memory_pressure_calculator.cc', |
| 305 'memory_pressure/test_memory_pressure_calculator.h', | 308 'memory_pressure/test_memory_pressure_calculator.h', |
| 306 ], | 309 ], |
| 307 'metrics_unittest_sources': [ | 310 'metrics_unittest_sources': [ |
| 308 'metrics/call_stack_profile_metrics_provider_unittest.cc', | 311 'metrics/call_stack_profile_metrics_provider_unittest.cc', |
| 309 'metrics/compression_utils_unittest.cc', | |
| 310 'metrics/daily_event_unittest.cc', | 312 'metrics/daily_event_unittest.cc', |
| 311 'metrics/drive_metrics_provider_unittest.cc', | 313 'metrics/drive_metrics_provider_unittest.cc', |
| 312 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 314 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 313 'metrics/histogram_encoder_unittest.cc', | 315 'metrics/histogram_encoder_unittest.cc', |
| 314 'metrics/machine_id_provider_win_unittest.cc', | 316 'metrics/machine_id_provider_win_unittest.cc', |
| 315 'metrics/metrics_hashes_unittest.cc', | 317 'metrics/metrics_hashes_unittest.cc', |
| 316 'metrics/metrics_log_manager_unittest.cc', | 318 'metrics/metrics_log_manager_unittest.cc', |
| 317 'metrics/metrics_log_unittest.cc', | 319 'metrics/metrics_log_unittest.cc', |
| 318 'metrics/metrics_reporting_scheduler_unittest.cc', | 320 'metrics/metrics_reporting_scheduler_unittest.cc', |
| 319 'metrics/metrics_service_unittest.cc', | 321 'metrics/metrics_service_unittest.cc', |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 'sources': [ | 745 'sources': [ |
| 744 'test/run_all_unittests.cc', | 746 'test/run_all_unittests.cc', |
| 745 | 747 |
| 746 '<@(auto_login_parser_unittest_sources)', | 748 '<@(auto_login_parser_unittest_sources)', |
| 747 '<@(autofill_unittest_sources)', | 749 '<@(autofill_unittest_sources)', |
| 748 '<@(bookmarks_unittest_sources)', | 750 '<@(bookmarks_unittest_sources)', |
| 749 '<@(browser_watcher_unittest_sources)', | 751 '<@(browser_watcher_unittest_sources)', |
| 750 '<@(captive_portal_unittest_sources)', | 752 '<@(captive_portal_unittest_sources)', |
| 751 '<@(cloud_devices_unittest_sources)', | 753 '<@(cloud_devices_unittest_sources)', |
| 752 '<@(component_updater_unittest_sources)', | 754 '<@(component_updater_unittest_sources)', |
| 755 '<@(compression_unittest_sources)', |
| 753 '<@(content_settings_unittest_sources)', | 756 '<@(content_settings_unittest_sources)', |
| 754 '<@(crash_unittest_sources)', | 757 '<@(crash_unittest_sources)', |
| 755 '<@(crx_file_unittest_sources)', | 758 '<@(crx_file_unittest_sources)', |
| 756 '<@(data_reduction_proxy_unittest_sources)', | 759 '<@(data_reduction_proxy_unittest_sources)', |
| 757 '<@(device_event_log_unittest_sources)', | 760 '<@(device_event_log_unittest_sources)', |
| 758 '<@(dom_distiller_unittest_sources)', | 761 '<@(dom_distiller_unittest_sources)', |
| 759 '<@(domain_reliability_unittest_sources)', | 762 '<@(domain_reliability_unittest_sources)', |
| 760 '<@(enhanced_bookmarks_unittest_sources)', | 763 '<@(enhanced_bookmarks_unittest_sources)', |
| 761 '<@(favicon_base_unittest_sources)', | 764 '<@(favicon_base_unittest_sources)', |
| 762 '<@(favicon_unittest_sources)', | 765 '<@(favicon_unittest_sources)', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 'components.gyp:auto_login_parser', | 840 'components.gyp:auto_login_parser', |
| 838 'components.gyp:autofill_core_browser', | 841 'components.gyp:autofill_core_browser', |
| 839 'components.gyp:autofill_core_common', | 842 'components.gyp:autofill_core_common', |
| 840 'components.gyp:autofill_core_test_support', | 843 'components.gyp:autofill_core_test_support', |
| 841 'components.gyp:bookmarks_browser', | 844 'components.gyp:bookmarks_browser', |
| 842 'components.gyp:bookmarks_managed', | 845 'components.gyp:bookmarks_managed', |
| 843 'components.gyp:bookmarks_test_support', | 846 'components.gyp:bookmarks_test_support', |
| 844 'components.gyp:captive_portal_test_support', | 847 'components.gyp:captive_portal_test_support', |
| 845 'components.gyp:cloud_devices_common', | 848 'components.gyp:cloud_devices_common', |
| 846 'components.gyp:component_updater', | 849 'components.gyp:component_updater', |
| 850 'components.gyp:compression', |
| 847 'components.gyp:content_settings_core_browser', | 851 'components.gyp:content_settings_core_browser', |
| 848 'components.gyp:content_settings_core_common', | 852 'components.gyp:content_settings_core_common', |
| 849 'components.gyp:content_settings_core_test_support', | 853 'components.gyp:content_settings_core_test_support', |
| 850 'components.gyp:crash_test_support', | 854 'components.gyp:crash_test_support', |
| 851 'components.gyp:crx_file', | 855 'components.gyp:crx_file', |
| 852 'components.gyp:data_reduction_proxy_core_browser', | 856 'components.gyp:data_reduction_proxy_core_browser', |
| 853 'components.gyp:data_reduction_proxy_core_common', | 857 'components.gyp:data_reduction_proxy_core_common', |
| 854 'components.gyp:data_reduction_proxy_test_support', | 858 'components.gyp:data_reduction_proxy_test_support', |
| 855 'components.gyp:device_event_log_component', | 859 'components.gyp:device_event_log_component', |
| 856 'components.gyp:dom_distiller_core', | 860 'components.gyp:dom_distiller_core', |
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1610 'invalidation/impl/android/junit/', | 1614 'invalidation/impl/android/junit/', |
| 1611 'policy/android/junit/' | 1615 'policy/android/junit/' |
| 1612 ], | 1616 ], |
| 1613 }, | 1617 }, |
| 1614 'includes': [ '../build/host_jar.gypi' ], | 1618 'includes': [ '../build/host_jar.gypi' ], |
| 1615 }, | 1619 }, |
| 1616 ], | 1620 ], |
| 1617 }], | 1621 }], |
| 1618 ], | 1622 ], |
| 1619 } | 1623 } |
| OLD | NEW |