Migrate color_picker to devtools_entrypoint
Bug: 1101738
Change-Id: Ieac471b6ec7213ba1999239ca38383d1502c658a
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2312679
Commit-Queue: Jack Franklin <[email protected]>
Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/BUILD.gn b/front_end/BUILD.gn
index 403e2a5..c35f8af 100644
--- a/front_end/BUILD.gn
+++ b/front_end/BUILD.gn
@@ -12,6 +12,7 @@
"accessibility:bundle",
"bindings:bundle",
"browser_sdk:bundle",
+ "color_picker:bundle",
"common:bundle",
"component_docs",
"data_grid:bundle",
@@ -73,7 +74,7 @@
deps = [
"bindings:bundle",
"browser_sdk:bundle",
- "color_picker",
+ "color_picker:bundle",
"common:bundle",
"dom_extension:bundle",
"host:bundle",