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

Unified Diff: webrtc/base/BUILD.gn

Issue 2698333004: Revert of Added GetCpuTime to base/ to get total CPU time consumed by process for perf tests. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | webrtc/base/cpu_time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 08799915b882a436bc4d290636b0f7605989694f..83e36cb59df7388c6c73c9c83f4534a757df5b13 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -684,8 +684,6 @@
sources = [
# Also use this as a convenient dumping ground for misc files that are
# included by multiple targets below.
- "cpu_time.cc",
- "cpu_time.h",
"fakeclock.cc",
"fakeclock.h",
"fakenetwork.h",
@@ -767,7 +765,6 @@
"bytebuffer_unittest.cc",
"byteorder_unittest.cc",
"copyonwritebuffer_unittest.cc",
- "cpu_time_unittest.cc",
"criticalsection_unittest.cc",
"event_tracer_unittest.cc",
"event_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/cpu_time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698