[Segmentation] Adding internal page for segmentation platform
This CL adds a simple internal page for segmentation, it allows devs
to check the optimization targets by segment key.
Will add more features to this page to allow checking of system
status, available segments, etc.
BUG=1271839
Change-Id: I98599befa308babe226c84442ef75cca507e304a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3296844
Commit-Queue: Min Qin <[email protected]>
Reviewed-by: Robert Sesek <[email protected]>
Reviewed-by: calamity <[email protected]>
Cr-Commit-Position: refs/heads/main@{#946509}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index f37e340..b1577af 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2019,6 +2019,7 @@
"//chrome/browser/ui/webui/read_later/side_panel:mojo_bindings",
"//chrome/browser/ui/webui/realbox:mojo_bindings",
"//chrome/browser/ui/webui/reset_password:mojo_bindings",
+ "//chrome/browser/ui/webui/segmentation_internals:mojo_bindings",
"//chrome/browser/ui/webui/tab_search:mojo_bindings",
"//chrome/browser/ui/webui/usb_internals:mojo_bindings",
"//chrome/browser/updates/announcement_notification",