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

Unified Diff: webrtc/base/BUILD.gn

Issue 2290203002: Delete Timing class, timing.h, and update all users. (Closed)
Patch Set: 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 9d4aa4c8fb82c6aa39121589ed3e844ff80d41b0..520f87e2222e82130eb349254ef38211f9906dc1 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -407,8 +407,6 @@ static_library("rtc_base") {
"taskrunner.h",
"thread.cc",
"thread.h",
- "timing.cc",
- "timing.h",
"urlencode.cc",
"urlencode.h",
"worker.cc",
@@ -706,7 +704,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