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

Side by Side Diff: components/components_tests.gyp

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 8 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 ], 423 ],
424 'rappor_unittest_sources': [ 424 'rappor_unittest_sources': [
425 'rappor/bloom_filter_unittest.cc', 425 'rappor/bloom_filter_unittest.cc',
426 'rappor/byte_vector_utils_unittest.cc', 426 'rappor/byte_vector_utils_unittest.cc',
427 'rappor/log_uploader_unittest.cc', 427 'rappor/log_uploader_unittest.cc',
428 'rappor/rappor_metric_unittest.cc', 428 'rappor/rappor_metric_unittest.cc',
429 'rappor/rappor_prefs_unittest.cc', 429 'rappor/rappor_prefs_unittest.cc',
430 'rappor/rappor_service_unittest.cc', 430 'rappor/rappor_service_unittest.cc',
431 'rappor/rappor_utils_unittest.cc', 431 'rappor/rappor_utils_unittest.cc',
432 ], 432 ],
433 'scheduler_unittest_sources': [
434 'scheduler/child/nestable_task_runner_for_test.cc',
435 'scheduler/child/nestable_task_runner_for_test.h',
436 'scheduler/child/prioritizing_task_queue_selector_unittest.cc',
437 'scheduler/child/scheduler_helper_unittest.cc',
438 'scheduler/child/task_queue_manager_unittest.cc',
439 'scheduler/child/test_time_source.cc',
440 'scheduler/child/test_time_source.h',
441 'scheduler/child/worker_scheduler_impl_unittest.cc',
442 'scheduler/renderer/deadline_task_runner_unittest.cc',
443 'scheduler/renderer/renderer_scheduler_impl_unittest.cc',
444 ],
433 'search_unittest_sources': [ 445 'search_unittest_sources': [
434 'search/search_android_unittest.cc', 446 'search/search_android_unittest.cc',
435 'search/search_unittest.cc', 447 'search/search_unittest.cc',
436 'search_engines/default_search_manager_unittest.cc', 448 'search_engines/default_search_manager_unittest.cc',
437 'search_engines/default_search_policy_handler_unittest.cc', 449 'search_engines/default_search_policy_handler_unittest.cc',
438 'search_engines/keyword_table_unittest.cc', 450 'search_engines/keyword_table_unittest.cc',
439 'search_engines/search_host_to_urls_map_unittest.cc', 451 'search_engines/search_host_to_urls_map_unittest.cc',
440 'search_engines/template_url_prepopulate_data_unittest.cc', 452 'search_engines/template_url_prepopulate_data_unittest.cc',
441 'search_engines/template_url_service_util_unittest.cc', 453 'search_engines/template_url_service_util_unittest.cc',
442 'search_engines/template_url_unittest.cc', 454 'search_engines/template_url_unittest.cc',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 # Unit tests should always use statically-linked CLD data. 820 # Unit tests should always use statically-linked CLD data.
809 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 821 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
810 }], 822 }],
811 ['OS != "ios"', { 823 ['OS != "ios"', {
812 'sources': [ 824 'sources': [
813 '<@(devtools_http_handler_unittest_sources)', 825 '<@(devtools_http_handler_unittest_sources)',
814 '<@(error_page_unittest_sources)', 826 '<@(error_page_unittest_sources)',
815 '<@(navigation_interception_unittest_sources)', 827 '<@(navigation_interception_unittest_sources)',
816 '<@(network_hints_unittest_sources)', 828 '<@(network_hints_unittest_sources)',
817 '<@(power_unittest_sources)', 829 '<@(power_unittest_sources)',
830 '<@(scheduler_unittest_sources)',
818 '<@(storage_monitor_unittest_sources)', 831 '<@(storage_monitor_unittest_sources)',
819 '<@(ui_unittest_sources)', 832 '<@(ui_unittest_sources)',
820 '<@(visitedlink_unittest_sources)', 833 '<@(visitedlink_unittest_sources)',
821 '<@(web_cache_unittest_sources)', 834 '<@(web_cache_unittest_sources)',
822 '<@(webcrypto_unittest_sources)', 835 '<@(webcrypto_unittest_sources)',
823 '<@(web_modal_unittest_sources)', 836 '<@(web_modal_unittest_sources)',
824 ], 837 ],
825 'dependencies': [ 838 'dependencies': [
826 '../skia/skia.gyp:skia', 839 '../skia/skia.gyp:skia',
827 'components.gyp:autofill_content_browser', 840 'components.gyp:autofill_content_browser',
(...skipping 14 matching lines...) Expand all
842 'components.gyp:precache_content', 855 'components.gyp:precache_content',
843 'components.gyp:sessions_content', 856 'components.gyp:sessions_content',
844 'components.gyp:storage_monitor', 857 'components.gyp:storage_monitor',
845 'components.gyp:storage_monitor_test_support', 858 'components.gyp:storage_monitor_test_support',
846 'components.gyp:url_matcher', 859 'components.gyp:url_matcher',
847 'components.gyp:visitedlink_browser', 860 'components.gyp:visitedlink_browser',
848 'components.gyp:visitedlink_renderer', 861 'components.gyp:visitedlink_renderer',
849 'components.gyp:web_cache_browser', 862 'components.gyp:web_cache_browser',
850 'components.gyp:web_modal', 863 'components.gyp:web_modal',
851 'components.gyp:web_modal_test_support', 864 'components.gyp:web_modal_test_support',
865 'scheduler/scheduler.gyp:scheduler',
852 'webcrypto/webcrypto.gyp:webcrypto', 866 'webcrypto/webcrypto.gyp:webcrypto',
853 '../third_party/re2/re2.gyp:re2', 867 '../third_party/re2/re2.gyp:re2',
854 ], 868 ],
855 'conditions': [ 869 'conditions': [
856 ['OS=="android"', { 870 ['OS=="android"', {
857 'dependencies': [ 871 'dependencies': [
858 '../build/android/ndk.gyp:cpu_features', 872 '../build/android/ndk.gyp:cpu_features',
859 ], 873 ],
860 }], 874 }],
861 ['use_openssl==1', { 875 ['use_openssl==1', {
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 'targets': [ 1127 'targets': [
1114 { 1128 {
1115 # GN: //components:components_perftests 1129 # GN: //components:components_perftests
1116 'target_name': 'components_perftests', 1130 'target_name': 'components_perftests',
1117 'type': '<(gtest_target_type)', 1131 'type': '<(gtest_target_type)',
1118 'dependencies': [ 1132 'dependencies': [
1119 '../base/base.gyp:base', 1133 '../base/base.gyp:base',
1120 '../base/base.gyp:test_support_perf', 1134 '../base/base.gyp:test_support_perf',
1121 '../content/content_shell_and_tests.gyp:test_support_content', 1135 '../content/content_shell_and_tests.gyp:test_support_content',
1122 '../testing/gtest.gyp:gtest', 1136 '../testing/gtest.gyp:gtest',
1137 '../testing/perf/perf_test.gyp:perf_test',
1123 'components.gyp:visitedlink_browser', 1138 'components.gyp:visitedlink_browser',
1139 'scheduler/scheduler.gyp:scheduler',
1124 ], 1140 ],
1125 'include_dirs': [ 1141 'include_dirs': [
1126 '..', 1142 '..',
1127 ], 1143 ],
1128 'sources': [ 1144 'sources': [
1145 'scheduler/child/task_queue_manager_perftest.cc',
1129 'visitedlink/test/visitedlink_perftest.cc', 1146 'visitedlink/test/visitedlink_perftest.cc',
1130 ], 1147 ],
1131 'conditions': [ 1148 'conditions': [
1132 ['OS == "android"', { 1149 ['OS == "android"', {
1133 'dependencies': [ 1150 'dependencies': [
1134 '../testing/android/native_test.gyp:native_test_native_code', 1151 '../testing/android/native_test.gyp:native_test_native_code',
1135 ], 1152 ],
1136 }], 1153 }],
1137 ['OS=="win" and component!="shared_library" and win_use_allocator_shi m==1', { 1154 ['OS=="win" and component!="shared_library" and win_use_allocator_shi m==1', {
1138 'dependencies': [ 1155 'dependencies': [
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 ], 1332 ],
1316 'variables': { 1333 'variables': {
1317 'test_suite_name': 'components_unittests', 1334 'test_suite_name': 'components_unittests',
1318 }, 1335 },
1319 'includes': [ '../build/apk_test.gypi' ], 1336 'includes': [ '../build/apk_test.gypi' ],
1320 }, 1337 },
1321 ], 1338 ],
1322 }], 1339 }],
1323 ], 1340 ],
1324 } 1341 }
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