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

Unified Diff: third_party/WebKit/Source/platform/wtf/DEPS

Issue 2925073002: Move malloc/partition_alloc memory usage functions to base (Closed)
Patch Set: Moved to ProcessMetrics method, etc Created 3 years, 6 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/wtf/DEPS
diff --git a/third_party/WebKit/Source/platform/wtf/DEPS b/third_party/WebKit/Source/platform/wtf/DEPS
index eb219e53c7b04ccaf4cc576af7ac77c66273ede0..139b57910e2d780fbd46c6004e34fc1a64e01ad9 100644
--- a/third_party/WebKit/Source/platform/wtf/DEPS
+++ b/third_party/WebKit/Source/platform/wtf/DEPS
@@ -3,6 +3,7 @@ include_rules = [
# directories and files instead of writing 'base/'.
"+base/allocator/oom.h",
"+base/allocator/partition_allocator",
+ "+base/process/process_metrics.h",
"+base/auto_reset.h",
"+base/bind.h",
"+base/bits.h",
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/ProcessMetrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698