| Index: src/inspector/BUILD.gn
|
| diff --git a/src/inspector/BUILD.gn b/src/inspector/BUILD.gn
|
| index b48678485bd1a74e256dd311432163c714332c9b..0f3814df94170a4ee08b356eb5c5e8fc8eb96a64 100644
|
| --- a/src/inspector/BUILD.gn
|
| +++ b/src/inspector/BUILD.gn
|
| @@ -12,8 +12,6 @@
|
| "$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",
|
| ]
|
| @@ -43,10 +41,6 @@
|
| 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",
|
| ]
|
| }
|
|
|
|
|