| Index: src/inspector/BUILD.gn
|
| diff --git a/src/inspector/BUILD.gn b/src/inspector/BUILD.gn
|
| index 0f3814df94170a4ee08b356eb5c5e8fc8eb96a64..b48678485bd1a74e256dd311432163c714332c9b 100644
|
| --- a/src/inspector/BUILD.gn
|
| +++ b/src/inspector/BUILD.gn
|
| @@ -12,6 +12,8 @@ protocol_sources = [
|
| "$target_gen_dir/HeapProfiler.h",
|
| "$target_gen_dir/Profiler.cpp",
|
| "$target_gen_dir/Profiler.h",
|
| + "$target_gen_dir/public/Debugger.h",
|
| + "$target_gen_dir/public/Runtime.h",
|
| "$target_gen_dir/Runtime.cpp",
|
| "$target_gen_dir/Runtime.h",
|
| ]
|
| @@ -41,6 +43,10 @@ action("inspector_protocol_sources") {
|
| rebase_path(target_gen_dir, root_build_dir),
|
| "--output_package",
|
| "inspector",
|
| + "--exported_dir",
|
| + rebase_path("$target_gen_dir/public", root_build_dir),
|
| + "--exported_package",
|
| + "inspector/public",
|
| ]
|
| }
|
|
|
|
|