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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2319053004: [Reland] Make canceling Timers fast. (Closed)
Patch Set: Getting printf to work with size_t cross platform is too hard, use C++ io streams instead Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index e325f127265c319b950431007313fe239ddf3635..fdbe458c21ceac7251719e94d8a9235953e569c5 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1965,9 +1965,11 @@ test("blink_platform_unittests") {
test("blink_platform_perftests") {
sources = [
+ "TimerPerfTest.cpp",
"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",
+ "testing/RunAllPerfTests.cpp",
]
configs += [
@@ -1980,9 +1982,10 @@ test("blink_platform_perftests") {
deps = [
":blink_common",
":platform",
+ ":test_support",
"//base",
"//base/test:test_support",
- "//base/test:test_support_perf",
+ "//content/test:test_support",
"//testing/gtest",
"//testing/perf",
]
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/Timer.h » ('j') | third_party/WebKit/Source/platform/Timer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698