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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2259013003: Move and rename TaskTimeTracker to public interface exposed to WebThread, use in WebPerf Agent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move TaskTimeTracker to public interface, expose to WebThread. Created 4 years, 4 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/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 8e4e50c3d0899ef66db6b500f2afd814611c1cd8..bfb7ae1f045af9aab208b3c719ede0d99e5df9f5 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -937,8 +937,6 @@
'scheduler/base/enqueue_order.h',
'scheduler/base/lazy_now.cc',
'scheduler/base/lazy_now.h',
- 'scheduler/base/long_task_tracker.cc',
- 'scheduler/base/long_task_tracker.h',
'scheduler/base/pollable_thread_safe_flag.cc',
'scheduler/base/pollable_thread_safe_flag.h',
'scheduler/base/queueing_time_estimator.cc',
@@ -952,7 +950,6 @@
'scheduler/base/task_queue_manager_delegate.h',
'scheduler/base/task_queue_selector.cc',
'scheduler/base/task_queue_selector.h',
- 'scheduler/base/task_time_tracker.h',
'scheduler/base/time_domain.cc',
'scheduler/base/time_domain.h',
'scheduler/base/virtual_time_domain.cc',
@@ -1313,7 +1310,6 @@
'network/ResourceRequestTest.cpp',
'network/ResourceResponseTest.cpp',
'scheduler/CancellableTaskFactoryTest.cpp',
- 'scheduler/base/long_task_tracker_unittest.cc',
'scheduler/base/task_queue_manager_delegate_for_test.cc',
'scheduler/base/task_queue_manager_unittest.cc',
'scheduler/base/task_queue_selector_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698