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

Unified Diff: components/BUILD.gn

Issue 1424053002: Adds a flag to support "Virtual Time" to the blink scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 2fdd4ce3f913d5ce76fd73d9be419119ffb9158f..3ab1eb003ececde3869ab8af159aac714a7fc0e5 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -610,8 +610,8 @@ test("components_browsertests") {
test("components_perftests") {
sources = [
- "scheduler/base/nestable_task_runner_for_test.cc",
- "scheduler/base/nestable_task_runner_for_test.h",
+ "scheduler/base/task_queue_manager_delegate_for_test.cc",
+ "scheduler/base/task_queue_manager_delegate_for_test.h",
"scheduler/base/task_queue_manager_perftest.cc",
"visitedlink/test/visitedlink_perftest.cc",
]
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698