| Index: sandbox/win/BUILD.gn
|
| diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
|
| index ade3e9978c6d7d0796f084d925a0541205de6064..b5f96bd3bd75a255207e9cc681f6716caa8c570a 100644
|
| --- a/sandbox/win/BUILD.gn
|
| +++ b/sandbox/win/BUILD.gn
|
| @@ -44,6 +44,12 @@ source_set("sandbox") {
|
| "src/ipc_tags.h",
|
| "src/job.cc",
|
| "src/job.h",
|
| + "src/lpc_dispatcher.cc",
|
| + "src/lpc_dispatcher.h",
|
| + "src/lpc_policy.cc",
|
| + "src/lpc_policy.h",
|
| + "src/lpc_interception.cc",
|
| + "src/lpc_interception.h",
|
| "src/named_pipe_dispatcher.cc",
|
| "src/named_pipe_dispatcher.h",
|
| "src/named_pipe_interception.cc",
|
|
|