Chromium Code Reviews| 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", |
|
Michael Achenbach
2016/08/02 10:45:35
This / is ok also on windows? Guess so as the gyp
Yang
2016/08/02 13:24:27
This string is used to fill the template when gene
|
| ] |
| } |