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

Unified Diff: components/web_cache/renderer/BUILD.gn

Issue 1283793004: [tracing] Add WebCache memory usage in Blink to chrome://tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get() -> pointer() Created 5 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
« no previous file with comments | « components/web_cache.gypi ('k') | components/web_cache/renderer/web_cache_memory_dump_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_cache/renderer/BUILD.gn
diff --git a/components/web_cache/renderer/BUILD.gn b/components/web_cache/renderer/BUILD.gn
index e98abe9930262ae966f7cf24f3d299d900e17f0b..94b4379c1c35bb3bc11f5364703c49a642e93d7e 100644
--- a/components/web_cache/renderer/BUILD.gn
+++ b/components/web_cache/renderer/BUILD.gn
@@ -5,6 +5,8 @@
static_library("renderer") {
output_name = "web_cache_renderer"
sources = [
+ "web_cache_memory_dump_provider.cc",
+ "web_cache_memory_dump_provider.h",
"web_cache_render_process_observer.cc",
"web_cache_render_process_observer.h",
]
« no previous file with comments | « components/web_cache.gypi ('k') | components/web_cache/renderer/web_cache_memory_dump_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698