| Index: chrome/child/BUILD.gn
|
| diff --git a/chrome/child/BUILD.gn b/chrome/child/BUILD.gn
|
| index 131948f8619f8a818dd12e3548c9cfade268d5e4..11f83d3f36a54e589a3486b3525b8f4a2f98cc0b 100644
|
| --- a/chrome/child/BUILD.gn
|
| +++ b/chrome/child/BUILD.gn
|
| @@ -4,6 +4,8 @@
|
|
|
| static_library("child") {
|
| sources = [
|
| + "child_profiling.cc",
|
| + "child_profiling.h",
|
| "pdf_child_init.cc",
|
| "pdf_child_init.h",
|
| "v8_breakpad_support_win.cc",
|
| @@ -16,5 +18,6 @@ static_library("child") {
|
| "//base",
|
| "//content/public/child",
|
| "//gin",
|
| + "//v8",
|
| ]
|
| }
|
|
|