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

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: Rebased 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
« no previous file with comments | « components/BUILD.gn ('k') | components/scheduler/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', 701 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc',
702 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', 702 'safe_browsing_db/v4_protocol_manager_util_unittest.cc',
703 'safe_browsing_db/v4_rice_unittest.cc', 703 'safe_browsing_db/v4_rice_unittest.cc',
704 'safe_browsing_db/v4_store_unittest.cc', 704 'safe_browsing_db/v4_store_unittest.cc',
705 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', 705 'safe_browsing_db/v4_update_protocol_manager_unittest.cc',
706 ], 706 ],
707 'safe_json_unittest_sources': [ 707 'safe_json_unittest_sources': [
708 'safe_json/json_sanitizer_unittest.cc', 708 'safe_json/json_sanitizer_unittest.cc',
709 'safe_json/testing_json_parser_unittest.cc', 709 'safe_json/testing_json_parser_unittest.cc',
710 ], 710 ],
711 'scheduler_unittest_sources': [
712 'scheduler/base/long_task_tracker_unittest.cc',
713 'scheduler/base/queueing_time_estimator_unittest.cc',
714 'scheduler/base/task_queue_manager_delegate_for_test.cc',
715 'scheduler/base/task_queue_manager_delegate_for_test.h',
716 'scheduler/base/task_queue_manager_unittest.cc',
717 'scheduler/base/task_queue_selector_unittest.cc',
718 'scheduler/base/test_count_uses_time_source.cc',
719 'scheduler/base/test_count_uses_time_source.h',
720 'scheduler/base/test_task_time_tracker.h',
721 'scheduler/base/test_time_source.cc',
722 'scheduler/base/test_time_source.h',
723 'scheduler/base/time_domain_unittest.cc',
724 'scheduler/base/work_queue_sets_unittest.cc',
725 'scheduler/child/idle_helper_unittest.cc',
726 'scheduler/child/scheduler_helper_unittest.cc',
727 'scheduler/child/scheduler_tqm_delegate_for_test.cc',
728 'scheduler/child/scheduler_tqm_delegate_for_test.h',
729 'scheduler/child/scheduler_tqm_delegate_impl_unittest.cc',
730 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc',
731 'scheduler/child/worker_scheduler_impl_unittest.cc',
732 'scheduler/renderer/auto_advancing_virtual_time_domain_unittest.cc',
733 'scheduler/renderer/deadline_task_runner_unittest.cc',
734 'scheduler/renderer/idle_time_estimator_unittest.cc',
735 'scheduler/renderer/render_widget_signals_unittest.cpp',
736 'scheduler/renderer/renderer_scheduler_impl_unittest.cc',
737 'scheduler/renderer/task_cost_estimator_unittest.cc',
738 'scheduler/renderer/throttling_helper_unittest.cc',
739 'scheduler/renderer/user_model_unittest.cc',
740 'scheduler/renderer/web_view_scheduler_impl_unittest.cc',
741 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc',
742 ],
743 'search_unittest_sources': [ 711 'search_unittest_sources': [
744 'search/search_android_unittest.cc', 712 'search/search_android_unittest.cc',
745 'search/search_unittest.cc', 713 'search/search_unittest.cc',
746 ], 714 ],
747 'search_engines_unittest_sources': [ 715 'search_engines_unittest_sources': [
748 'search_engines/default_search_manager_unittest.cc', 716 'search_engines/default_search_manager_unittest.cc',
749 'search_engines/default_search_policy_handler_unittest.cc', 717 'search_engines/default_search_policy_handler_unittest.cc',
750 'search_engines/default_search_pref_migration_unittest.cc', 718 'search_engines/default_search_pref_migration_unittest.cc',
751 'search_engines/keyword_table_unittest.cc', 719 'search_engines/keyword_table_unittest.cc',
752 'search_engines/search_engine_data_type_controller_unittest.cc', 720 'search_engines/search_engine_data_type_controller_unittest.cc',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 '<@(domain_reliability_unittest_sources)', 1385 '<@(domain_reliability_unittest_sources)',
1418 '<@(error_page_unittest_sources)', 1386 '<@(error_page_unittest_sources)',
1419 '<@(guest_view_unittest_sources)', 1387 '<@(guest_view_unittest_sources)',
1420 '<@(memory_coordinator_unittest_sources)', 1388 '<@(memory_coordinator_unittest_sources)',
1421 '<@(navigation_interception_unittest_sources)', 1389 '<@(navigation_interception_unittest_sources)',
1422 '<@(network_hints_unittest_sources)', 1390 '<@(network_hints_unittest_sources)',
1423 '<@(packed_ct_ev_whitelist_unittest_sources)', 1391 '<@(packed_ct_ev_whitelist_unittest_sources)',
1424 '<@(power_unittest_sources)', 1392 '<@(power_unittest_sources)',
1425 '<@(safe_browsing_db_unittest_sources)', 1393 '<@(safe_browsing_db_unittest_sources)',
1426 '<@(safe_json_unittest_sources)', 1394 '<@(safe_json_unittest_sources)',
1427 '<@(scheduler_unittest_sources)',
1428 '<@(storage_monitor_unittest_sources)', 1395 '<@(storage_monitor_unittest_sources)',
1429 '<@(subresource_filter_content_browser_unittest_sources)', 1396 '<@(subresource_filter_content_browser_unittest_sources)',
1430 '<@(subresource_filter_content_renderer_unittest_sources)', 1397 '<@(subresource_filter_content_renderer_unittest_sources)',
1431 '<@(tracing_unittest_sources)', 1398 '<@(tracing_unittest_sources)',
1432 '<@(visitedlink_unittest_sources)', 1399 '<@(visitedlink_unittest_sources)',
1433 '<@(wallpaper_unittest_sources)', 1400 '<@(wallpaper_unittest_sources)',
1434 '<@(web_cache_unittest_sources)', 1401 '<@(web_cache_unittest_sources)',
1435 '<@(webcrypto_unittest_sources)', 1402 '<@(webcrypto_unittest_sources)',
1436 '<@(web_modal_unittest_sources)', 1403 '<@(web_modal_unittest_sources)',
1437 '<@(zoom_unittest_sources)', 1404 '<@(zoom_unittest_sources)',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 'components.gyp:subresource_filter_core_browser', 1448 'components.gyp:subresource_filter_core_browser',
1482 'components.gyp:test_database_manager', 1449 'components.gyp:test_database_manager',
1483 'components.gyp:url_matcher', 1450 'components.gyp:url_matcher',
1484 'components.gyp:visitedlink_browser', 1451 'components.gyp:visitedlink_browser',
1485 'components.gyp:visitedlink_renderer', 1452 'components.gyp:visitedlink_renderer',
1486 'components.gyp:wallpaper', 1453 'components.gyp:wallpaper',
1487 'components.gyp:web_cache_browser', 1454 'components.gyp:web_cache_browser',
1488 'components.gyp:web_modal', 1455 'components.gyp:web_modal',
1489 'components.gyp:web_modal_test_support', 1456 'components.gyp:web_modal_test_support',
1490 'components.gyp:zoom', 1457 'components.gyp:zoom',
1491 'scheduler/scheduler.gyp:scheduler',
1492 'test_runner/test_runner.gyp:test_runner', 1458 'test_runner/test_runner.gyp:test_runner',
1493 'tracing.gyp:proto_zero_testing_messages', 1459 'tracing.gyp:proto_zero_testing_messages',
1494 'tracing.gyp:tracing', 1460 'tracing.gyp:tracing',
1495 'webcrypto/webcrypto.gyp:webcrypto', 1461 'webcrypto/webcrypto.gyp:webcrypto',
1496 '../third_party/boringssl/boringssl.gyp:boringssl', 1462 '../third_party/boringssl/boringssl.gyp:boringssl',
1497 '../third_party/re2/re2.gyp:re2', 1463 '../third_party/re2/re2.gyp:re2',
1498 ], 1464 ],
1499 'conditions': [ 1465 'conditions': [
1500 ['OS=="android"', { 1466 ['OS=="android"', {
1501 'sources' : [ 1467 'sources' : [
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1962 # GN: //components:components_perftests 1928 # GN: //components:components_perftests
1963 'target_name': 'components_perftests', 1929 'target_name': 'components_perftests',
1964 'type': '<(gtest_target_type)', 1930 'type': '<(gtest_target_type)',
1965 'dependencies': [ 1931 'dependencies': [
1966 '../base/base.gyp:base', 1932 '../base/base.gyp:base',
1967 '../base/base.gyp:test_support_perf', 1933 '../base/base.gyp:test_support_perf',
1968 '../content/content_shell_and_tests.gyp:test_support_content', 1934 '../content/content_shell_and_tests.gyp:test_support_content',
1969 '../testing/gtest.gyp:gtest', 1935 '../testing/gtest.gyp:gtest',
1970 '../testing/perf/perf_test.gyp:perf_test', 1936 '../testing/perf/perf_test.gyp:perf_test',
1971 'components.gyp:visitedlink_browser', 1937 'components.gyp:visitedlink_browser',
1972 'scheduler/scheduler.gyp:scheduler',
1973 ], 1938 ],
1974 'include_dirs': [ 1939 'include_dirs': [
1975 '..', 1940 '..',
1976 ], 1941 ],
1977 'sources': [ 1942 'sources': [
1978 'scheduler/base/task_queue_manager_delegate_for_test.cc', 1943 'scheduler/base/task_queue_manager_delegate_for_test.cc',
1979 'scheduler/base/task_queue_manager_delegate_for_test.h', 1944 'scheduler/base/task_queue_manager_delegate_for_test.h',
1980 'scheduler/base/task_queue_manager_perftest.cc', 1945 'scheduler/base/task_queue_manager_perftest.cc',
1981 'scheduler/base/test_task_time_tracker.h', 1946 'scheduler/base/test_task_time_tracker.h',
1982 'visitedlink/test/visitedlink_perftest.cc', 1947 'visitedlink/test/visitedlink_perftest.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 'dependencies': [ 2109 'dependencies': [
2145 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2110 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2146 ], 2111 ],
2147 }], 2112 }],
2148 ], 2113 ],
2149 }, 2114 },
2150 ], 2115 ],
2151 }], 2116 }],
2152 ], 2117 ],
2153 } 2118 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/scheduler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698