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

Side by Side Diff: components/scheduler/scheduler.gypi

Issue 1832673002: Add testRunner.runIdleTasks() to force idle tasks to run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 4 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/scheduler/scheduler.gyp ('k') | components/scheduler/test/DEPS » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'scheduler_common_sources': [ 7 'scheduler_common_sources': [
8 # Sources list duplicated in GN build. 8 # Sources list duplicated in GN build.
9 'common/scheduler_switches.cc', 9 'common/scheduler_switches.cc',
10 'common/scheduler_switches.h', 10 'common/scheduler_switches.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'renderer/user_model.cc', 90 'renderer/user_model.cc',
91 'renderer/user_model.h', 91 'renderer/user_model.h',
92 'renderer/webthread_impl_for_renderer_scheduler.cc', 92 'renderer/webthread_impl_for_renderer_scheduler.cc',
93 'renderer/webthread_impl_for_renderer_scheduler.h', 93 'renderer/webthread_impl_for_renderer_scheduler.h',
94 'scheduler_export.h', 94 'scheduler_export.h',
95 ], 95 ],
96 'scheduler_test_support_sources': [ 96 'scheduler_test_support_sources': [
97 # Sources list duplicated in GN build. 97 # Sources list duplicated in GN build.
98 'test/lazy_scheduler_message_loop_delegate_for_tests.cc', 98 'test/lazy_scheduler_message_loop_delegate_for_tests.cc',
99 'test/lazy_scheduler_message_loop_delegate_for_tests.h', 99 'test/lazy_scheduler_message_loop_delegate_for_tests.h',
100 'test/renderer_scheduler_test_support.h',
101 'test/renderer_scheduler_test_support.cc',
100 ], 102 ],
101 }, 103 },
102 } 104 }
OLDNEW
« no previous file with comments | « components/scheduler/scheduler.gyp ('k') | components/scheduler/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698