Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Unified Diff: src/inspector/BUILD.gn

Issue 2199253002: [inspector] include additional outputs from protocol handler generator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: also update to new js_protocol.json Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/inspector/inspector.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « no previous file | src/inspector/inspector.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698