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

Unified Diff: skia/BUILD.gn

Issue 1253403002: [tracing] Adding Skia memory dump provider with cache totals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Including correct header. Created 5 years, 5 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 | « content/renderer/render_thread_impl.cc ('k') | skia/ext/skia_memory_dump_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 29e9e392632c2ad1e0cc7108fbee1c38b38dfd5c..7fb9295461a6a8d29e12769ffd326304351c4ae6 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -291,6 +291,7 @@ component("skia") {
"ext/platform_device_mac.cc",
"ext/platform_device_win.cc",
"ext/recursive_gaussian_convolution.cc",
+ "ext/skia_memory_dump_provider.cc",
"ext/skia_utils_base.cc",
"ext/skia_utils_ios.mm",
"ext/skia_utils_mac.mm",
@@ -591,6 +592,7 @@ test("skia_unittests") {
"ext/platform_canvas_unittest.cc",
"ext/recursive_gaussian_convolution_unittest.cc",
"ext/refptr_unittest.cc",
+ "ext/skia_memory_dump_provider_unittest.cc",
"ext/skia_utils_ios_unittest.mm",
"ext/skia_utils_mac_unittest.mm",
]
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | skia/ext/skia_memory_dump_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698