| Index: content/public/child/BUILD.gn
|
| diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn
|
| index 808490945f97943f270cd0b03887fda377308d23..36a015582806d7a0a1c0171a248c32f72355a81a 100644
|
| --- a/content/public/child/BUILD.gn
|
| +++ b/content/public/child/BUILD.gn
|
| @@ -28,6 +28,7 @@ source_set("child_sources") {
|
| visibility = [ "//content/*" ]
|
|
|
| sources = [
|
| + "child_process_sandbox_support_linux.h",
|
| "child_thread.h",
|
| "fixed_received_data.cc",
|
| "fixed_received_data.h",
|
| @@ -47,6 +48,7 @@ source_set("child_sources") {
|
| "//content/child", # Must not be public_deps!
|
| "//content/public/common:common_sources",
|
| "//gin",
|
| + "//ppapi/c",
|
| ]
|
|
|
| allow_circular_includes_from = [
|
|
|