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

Unified Diff: chrome/profiling/BUILD.gn

Issue 2943733002: Add out-of-process memory logging stream parsing. (Closed)
Patch Set: Add TODO 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
« no previous file with comments | « chrome/common/profiling/memlog_stream.h ('k') | chrome/profiling/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/profiling/BUILD.gn
diff --git a/chrome/profiling/BUILD.gn b/chrome/profiling/BUILD.gn
index 3a273e28f2333f2862658e91d8d50abc0f212fb5..1adceab5b94da9553c48f852c10db025ebd6f7ff 100644
--- a/chrome/profiling/BUILD.gn
+++ b/chrome/profiling/BUILD.gn
@@ -7,10 +7,23 @@ import("//chrome/common/features.gni")
if (enable_oop_heap_profiling) {
static_library("profiling") {
sources = [
+ "address.h",
+ "allocation_tracker.cc",
+ "allocation_tracker.h",
+ "backtrace.cc",
+ "backtrace.h",
+ "backtrace_storage.cc",
+ "backtrace_storage.h",
+ "memlog_connection_manager.cc",
+ "memlog_connection_manager.h",
+ "memlog_receiver.h",
+ "memlog_receiver_pipe_server.h",
"memlog_receiver_pipe_server_win.cc",
"memlog_receiver_pipe_server_win.h",
"memlog_receiver_pipe_win.cc",
"memlog_receiver_pipe_win.h",
+ "memlog_stream_parser.cc",
+ "memlog_stream_parser.h",
"memlog_stream_receiver.h",
"profiling_globals.cc",
"profiling_globals.h",
« no previous file with comments | « chrome/common/profiling/memlog_stream.h ('k') | chrome/profiling/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698