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

Unified Diff: webrtc/base/BUILD.gn

Issue 2706403010: Added memory usage function to base. (Closed)
Patch Set: Added simple unittest and rebased 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/memory_usage.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 d8f5e2b0964b9e36307b5d493fe35cd62390c757..eb9361bc42be99918cdbcee92dd129a3e610c5d1 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -698,6 +698,8 @@ if (rtc_include_tests) {
"gunit.h",
"httpserver.cc",
"httpserver.h",
+ "memory_usage.cc",
+ "memory_usage.h",
"natserver.cc",
"natserver.h",
"natsocketfactory.cc",
@@ -853,6 +855,7 @@ if (rtc_include_tests) {
"httpcommon_unittest.cc",
"httpserver_unittest.cc",
"ipaddress_unittest.cc",
+ "memory_usage_unittest.cc",
"messagedigest_unittest.cc",
"messagequeue_unittest.cc",
"nat_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/memory_usage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698