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

Side by Side Diff: components/components_tests.gyp

Issue 1238483003: Revert of Redirect the MessageLoop's task runner to the renderer scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 ], 491 ],
492 'safe_json_unittest_sources': [ 492 'safe_json_unittest_sources': [
493 'safe_json/json_sanitizer_unittest.cc', 493 'safe_json/json_sanitizer_unittest.cc',
494 ], 494 ],
495 'scheduler_unittest_sources': [ 495 'scheduler_unittest_sources': [
496 'scheduler/child/idle_helper_unittest.cc', 496 'scheduler/child/idle_helper_unittest.cc',
497 'scheduler/child/nestable_task_runner_for_test.cc', 497 'scheduler/child/nestable_task_runner_for_test.cc',
498 'scheduler/child/nestable_task_runner_for_test.h', 498 'scheduler/child/nestable_task_runner_for_test.h',
499 'scheduler/child/prioritizing_task_queue_selector_unittest.cc', 499 'scheduler/child/prioritizing_task_queue_selector_unittest.cc',
500 'scheduler/child/scheduler_helper_unittest.cc', 500 'scheduler/child/scheduler_helper_unittest.cc',
501 'scheduler/child/scheduler_task_runner_delegate_for_test.cc',
502 'scheduler/child/scheduler_task_runner_delegate_for_test.h',
503 'scheduler/child/scheduler_task_runner_delegate_impl_unittest.cc',
504 'scheduler/child/task_queue_manager_unittest.cc', 501 'scheduler/child/task_queue_manager_unittest.cc',
505 'scheduler/child/test_time_source.cc', 502 'scheduler/child/test_time_source.cc',
506 'scheduler/child/test_time_source.h', 503 'scheduler/child/test_time_source.h',
507 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', 504 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc',
508 'scheduler/child/worker_scheduler_impl_unittest.cc', 505 'scheduler/child/worker_scheduler_impl_unittest.cc',
509 'scheduler/renderer/deadline_task_runner_unittest.cc', 506 'scheduler/renderer/deadline_task_runner_unittest.cc',
510 'scheduler/renderer/renderer_scheduler_impl_unittest.cc', 507 'scheduler/renderer/renderer_scheduler_impl_unittest.cc',
511 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc', 508 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc',
512 'scheduler/test/test_always_fail_time_source.cc', 509 'scheduler/test/test_always_fail_time_source.cc',
513 'scheduler/test/test_always_fail_time_source.h', 510 'scheduler/test/test_always_fail_time_source.h',
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 ], 1512 ],
1516 'variables': { 1513 'variables': {
1517 'test_suite_name': 'components_unittests', 1514 'test_suite_name': 'components_unittests',
1518 }, 1515 },
1519 'includes': [ '../build/apk_test.gypi' ], 1516 'includes': [ '../build/apk_test.gypi' ],
1520 }, 1517 },
1521 ], 1518 ],
1522 }], 1519 }],
1523 ], 1520 ],
1524 } 1521 }
OLDNEW
« no previous file with comments | « no previous file | components/scheduler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698