| Index: chrome/profiling/BUILD.gn
|
| diff --git a/chrome/profiling/BUILD.gn b/chrome/profiling/BUILD.gn
|
| index 097b41ef7330603c6e59ec81fa304db1bc042f43..3a273e28f2333f2862658e91d8d50abc0f212fb5 100644
|
| --- a/chrome/profiling/BUILD.gn
|
| +++ b/chrome/profiling/BUILD.gn
|
| @@ -7,6 +7,11 @@ import("//chrome/common/features.gni")
|
| if (enable_oop_heap_profiling) {
|
| static_library("profiling") {
|
| sources = [
|
| + "memlog_receiver_pipe_server_win.cc",
|
| + "memlog_receiver_pipe_server_win.h",
|
| + "memlog_receiver_pipe_win.cc",
|
| + "memlog_receiver_pipe_win.h",
|
| + "memlog_stream_receiver.h",
|
| "profiling_globals.cc",
|
| "profiling_globals.h",
|
| "profiling_main.cc",
|
|
|