commit | 3e19fbd5dd60f4ffae2883ceca56eec10506a1f4 | [log] [tgz] |
---|---|---|
author | Nasko Oskov <[email protected]> | Wed Jun 13 00:13:29 2018 |
committer | Commit Bot <[email protected]> | Wed Jun 13 00:13:29 2018 |
tree | 10f5c7898790410962118ecdc5414ae92b02a0a2 | |
parent | 402b38947ed90c765154c8b3465eea589728b202 [diff] [blame] |
Add chrome://process-internals WebUI This CL adds barebones implementation of chrome://process-internals WebUI, which only shows the current Site Isolation mode and list of origins isolated by policy or command line. Bug: 850087 Change-Id: I14b8e20bc763488e8b4ea433599125c96c5ba8d3 Reviewed-on: https://chromium-review.googlesource.com/1091167 Commit-Queue: Nasko Oskov <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#566638}
diff --git a/content/BUILD.gn b/content/BUILD.gn index 8ec381e..835bd6d 100644 --- a/content/BUILD.gn +++ b/content/BUILD.gn
@@ -121,6 +121,7 @@ "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), ] deps = [ + "//content/browser/process_internals:mojo_bindings_js", "//content/public/app:browser_manifest", "//content/public/app:gpu_manifest", "//content/public/app:packaged_services_manifest",