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

Unified Diff: webrtc/base/BUILD.gn

Issue 2290203002: Delete Timing class, timing.h, and update all users. (Closed)
Patch Set: Rename to rtc::TimeUTCMicros, and use it. 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: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index e166a4f7ba3f45274d33fd8e89b099196df1dc3e..acea96e6a95e1e93af4b194b711b7dd816748735 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -417,8 +417,6 @@ static_library("rtc_base") {
"taskrunner.h",
"thread.cc",
"thread.h",
- "timing.cc",
- "timing.h",
"urlencode.cc",
"urlencode.h",
"worker.cc",
@@ -716,7 +714,6 @@ if (rtc_include_tests) {
"fakesslidentity.h",
"faketaskrunner.h",
"gunit.h",
- "test/faketiming.h",
"testbase64.h",
"testechoserver.h",
"testutils.h",

Powered by Google App Engine
This is Rietveld 408576698