| Index: chrome/profiling/BUILD.gn
|
| diff --git a/chrome/profiling/BUILD.gn b/chrome/profiling/BUILD.gn
|
| index 3a273e28f2333f2862658e91d8d50abc0f212fb5..c41ee05b719c9cb627d1e034838352c7706cae68 100644
|
| --- a/chrome/profiling/BUILD.gn
|
| +++ b/chrome/profiling/BUILD.gn
|
| @@ -7,15 +7,28 @@ import("//chrome/common/features.gni")
|
| if (enable_oop_heap_profiling) {
|
| static_library("profiling") {
|
| sources = [
|
| + "address.h",
|
| + "allocation_tracker.cc",
|
| + "allocation_tracker.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",
|
| "profiling_main.cc",
|
| "profiling_main.h",
|
| + "stack.cc",
|
| + "stack.h",
|
| + "stack_storage.cc",
|
| + "stack_storage.h",
|
| ]
|
|
|
| deps = [
|
|
|