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

Side by Side Diff: components/components_tests.gyp

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fixed the test failure this time Created 4 years, 4 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', 700 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc',
701 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', 701 'safe_browsing_db/v4_protocol_manager_util_unittest.cc',
702 'safe_browsing_db/v4_rice_unittest.cc', 702 'safe_browsing_db/v4_rice_unittest.cc',
703 'safe_browsing_db/v4_store_unittest.cc', 703 'safe_browsing_db/v4_store_unittest.cc',
704 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', 704 'safe_browsing_db/v4_update_protocol_manager_unittest.cc',
705 ], 705 ],
706 'safe_json_unittest_sources': [ 706 'safe_json_unittest_sources': [
707 'safe_json/json_sanitizer_unittest.cc', 707 'safe_json/json_sanitizer_unittest.cc',
708 'safe_json/testing_json_parser_unittest.cc', 708 'safe_json/testing_json_parser_unittest.cc',
709 ], 709 ],
710 'scheduler_unittest_sources': [
711 'scheduler/base/long_task_tracker_unittest.cc',
712 'scheduler/base/queueing_time_estimator_unittest.cc',
713 'scheduler/base/task_queue_manager_delegate_for_test.cc',
714 'scheduler/base/task_queue_manager_delegate_for_test.h',
715 'scheduler/base/task_queue_manager_unittest.cc',
716 'scheduler/base/task_queue_selector_unittest.cc',
717 'scheduler/base/test_count_uses_time_source.cc',
718 'scheduler/base/test_count_uses_time_source.h',
719 'scheduler/base/test_task_time_tracker.h',
720 'scheduler/base/test_time_source.cc',
721 'scheduler/base/test_time_source.h',
722 'scheduler/base/time_domain_unittest.cc',
723 'scheduler/base/work_queue_sets_unittest.cc',
724 'scheduler/child/idle_helper_unittest.cc',
725 'scheduler/child/scheduler_helper_unittest.cc',
726 'scheduler/child/scheduler_tqm_delegate_for_test.cc',
727 'scheduler/child/scheduler_tqm_delegate_for_test.h',
728 'scheduler/child/scheduler_tqm_delegate_impl_unittest.cc',
729 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc',
730 'scheduler/child/worker_scheduler_impl_unittest.cc',
731 'scheduler/renderer/auto_advancing_virtual_time_domain_unittest.cc',
732 'scheduler/renderer/deadline_task_runner_unittest.cc',
733 'scheduler/renderer/idle_time_estimator_unittest.cc',
734 'scheduler/renderer/render_widget_signals_unittest.cpp',
735 'scheduler/renderer/renderer_scheduler_impl_unittest.cc',
736 'scheduler/renderer/task_cost_estimator_unittest.cc',
737 'scheduler/renderer/throttling_helper_unittest.cc',
738 'scheduler/renderer/user_model_unittest.cc',
739 'scheduler/renderer/web_view_scheduler_impl_unittest.cc',
740 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc',
741 ],
742 'search_unittest_sources': [ 710 'search_unittest_sources': [
743 'search/search_android_unittest.cc', 711 'search/search_android_unittest.cc',
744 'search/search_unittest.cc', 712 'search/search_unittest.cc',
745 ], 713 ],
746 'search_engines_unittest_sources': [ 714 'search_engines_unittest_sources': [
747 'search_engines/default_search_manager_unittest.cc', 715 'search_engines/default_search_manager_unittest.cc',
748 'search_engines/default_search_policy_handler_unittest.cc', 716 'search_engines/default_search_policy_handler_unittest.cc',
749 'search_engines/default_search_pref_migration_unittest.cc', 717 'search_engines/default_search_pref_migration_unittest.cc',
750 'search_engines/keyword_table_unittest.cc', 718 'search_engines/keyword_table_unittest.cc',
751 'search_engines/search_engine_data_type_controller_unittest.cc', 719 'search_engines/search_engine_data_type_controller_unittest.cc',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 '<@(domain_reliability_unittest_sources)', 1296 '<@(domain_reliability_unittest_sources)',
1329 '<@(error_page_unittest_sources)', 1297 '<@(error_page_unittest_sources)',
1330 '<@(guest_view_unittest_sources)', 1298 '<@(guest_view_unittest_sources)',
1331 '<@(memory_coordinator_unittest_sources)', 1299 '<@(memory_coordinator_unittest_sources)',
1332 '<@(navigation_interception_unittest_sources)', 1300 '<@(navigation_interception_unittest_sources)',
1333 '<@(network_hints_unittest_sources)', 1301 '<@(network_hints_unittest_sources)',
1334 '<@(packed_ct_ev_whitelist_unittest_sources)', 1302 '<@(packed_ct_ev_whitelist_unittest_sources)',
1335 '<@(power_unittest_sources)', 1303 '<@(power_unittest_sources)',
1336 '<@(safe_browsing_db_unittest_sources)', 1304 '<@(safe_browsing_db_unittest_sources)',
1337 '<@(safe_json_unittest_sources)', 1305 '<@(safe_json_unittest_sources)',
1338 '<@(scheduler_unittest_sources)',
1339 '<@(storage_monitor_unittest_sources)', 1306 '<@(storage_monitor_unittest_sources)',
1340 '<@(subresource_filter_content_browser_unittest_sources)', 1307 '<@(subresource_filter_content_browser_unittest_sources)',
1341 '<@(subresource_filter_content_renderer_unittest_sources)', 1308 '<@(subresource_filter_content_renderer_unittest_sources)',
1342 '<@(tracing_unittest_sources)', 1309 '<@(tracing_unittest_sources)',
1343 '<@(visitedlink_unittest_sources)', 1310 '<@(visitedlink_unittest_sources)',
1344 '<@(wallpaper_unittest_sources)', 1311 '<@(wallpaper_unittest_sources)',
1345 '<@(web_cache_unittest_sources)', 1312 '<@(web_cache_unittest_sources)',
1346 '<@(webcrypto_unittest_sources)', 1313 '<@(webcrypto_unittest_sources)',
1347 '<@(web_modal_unittest_sources)', 1314 '<@(web_modal_unittest_sources)',
1348 '<@(zoom_unittest_sources)', 1315 '<@(zoom_unittest_sources)',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'components.gyp:subresource_filter_core_browser', 1359 'components.gyp:subresource_filter_core_browser',
1393 'components.gyp:test_database_manager', 1360 'components.gyp:test_database_manager',
1394 'components.gyp:url_matcher', 1361 'components.gyp:url_matcher',
1395 'components.gyp:visitedlink_browser', 1362 'components.gyp:visitedlink_browser',
1396 'components.gyp:visitedlink_renderer', 1363 'components.gyp:visitedlink_renderer',
1397 'components.gyp:wallpaper', 1364 'components.gyp:wallpaper',
1398 'components.gyp:web_cache_browser', 1365 'components.gyp:web_cache_browser',
1399 'components.gyp:web_modal', 1366 'components.gyp:web_modal',
1400 'components.gyp:web_modal_test_support', 1367 'components.gyp:web_modal_test_support',
1401 'components.gyp:zoom', 1368 'components.gyp:zoom',
1402 'scheduler/scheduler.gyp:scheduler',
1403 'test_runner/test_runner.gyp:test_runner', 1369 'test_runner/test_runner.gyp:test_runner',
1404 'tracing.gyp:proto_zero_testing_messages', 1370 'tracing.gyp:proto_zero_testing_messages',
1405 'tracing.gyp:tracing', 1371 'tracing.gyp:tracing',
1406 'webcrypto/webcrypto.gyp:webcrypto', 1372 'webcrypto/webcrypto.gyp:webcrypto',
1407 '../third_party/boringssl/boringssl.gyp:boringssl', 1373 '../third_party/boringssl/boringssl.gyp:boringssl',
1408 '../third_party/re2/re2.gyp:re2', 1374 '../third_party/re2/re2.gyp:re2',
1409 ], 1375 ],
1410 'conditions': [ 1376 'conditions': [
1411 ['OS=="android"', { 1377 ['OS=="android"', {
1412 'sources' : [ 1378 'sources' : [
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 # GN: //components:components_perftests 1835 # GN: //components:components_perftests
1870 'target_name': 'components_perftests', 1836 'target_name': 'components_perftests',
1871 'type': '<(gtest_target_type)', 1837 'type': '<(gtest_target_type)',
1872 'dependencies': [ 1838 'dependencies': [
1873 '../base/base.gyp:base', 1839 '../base/base.gyp:base',
1874 '../base/base.gyp:test_support_perf', 1840 '../base/base.gyp:test_support_perf',
1875 '../content/content_shell_and_tests.gyp:test_support_content', 1841 '../content/content_shell_and_tests.gyp:test_support_content',
1876 '../testing/gtest.gyp:gtest', 1842 '../testing/gtest.gyp:gtest',
1877 '../testing/perf/perf_test.gyp:perf_test', 1843 '../testing/perf/perf_test.gyp:perf_test',
1878 'components.gyp:visitedlink_browser', 1844 'components.gyp:visitedlink_browser',
1879 'scheduler/scheduler.gyp:scheduler',
1880 ], 1845 ],
1881 'include_dirs': [ 1846 'include_dirs': [
1882 '..', 1847 '..',
1883 ], 1848 ],
1884 'sources': [ 1849 'sources': [
1885 'scheduler/base/task_queue_manager_delegate_for_test.cc', 1850 'scheduler/base/task_queue_manager_delegate_for_test.cc',
1886 'scheduler/base/task_queue_manager_delegate_for_test.h', 1851 'scheduler/base/task_queue_manager_delegate_for_test.h',
1887 'scheduler/base/task_queue_manager_perftest.cc', 1852 'scheduler/base/task_queue_manager_perftest.cc',
1888 'scheduler/base/test_task_time_tracker.h', 1853 'scheduler/base/test_task_time_tracker.h',
1889 'visitedlink/test/visitedlink_perftest.cc', 1854 'visitedlink/test/visitedlink_perftest.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 'dependencies': [ 2016 'dependencies': [
2052 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2017 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2053 ], 2018 ],
2054 }], 2019 }],
2055 ], 2020 ],
2056 }, 2021 },
2057 ], 2022 ],
2058 }], 2023 }],
2059 ], 2024 ],
2060 } 2025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698