Index: components/html_viewer/BUILD.gn |
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn |
index 6ce7625db42591644ccc2ae9c0856618a6a24951..3c6cb37a7b77b229f8dbaa5db27d350b4e09639a 100644 |
--- a/components/html_viewer/BUILD.gn |
+++ b/components/html_viewer/BUILD.gn |
@@ -190,6 +190,7 @@ source_set("lib") { |
"//ui/mojo/init", |
"//ui/native_theme", |
"//url", |
+ "//v8", |
] |
public_deps = [ |
@@ -221,6 +222,7 @@ mojo_native_application("html_viewer") { |
deps = [ |
":lib", |
":pak", |
+ "//base", |
"//mojo/application/public/cpp:sources", |
"//third_party/mojo/src/mojo/public/c/system:for_shared_library", |
] |