summaryrefslogtreecommitdiffstats
path: root/components/html_viewer/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/html_viewer/BUILD.gn')
-rw-r--r--components/html_viewer/BUILD.gn8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index ab49118..dcbdaf2 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -185,10 +185,6 @@ source_set("lib") {
sources += [ "html_viewer_version.rc" ]
}
- if (is_linux && !is_android) {
- deps += [ "//components/font_service/public/cpp" ]
- }
-
data_deps = [
"//components/clipboard",
"//components/view_manager",
@@ -320,8 +316,4 @@ mojo_native_application("apptests") {
":html_viewer",
"//components/view_manager",
]
-
- if (is_linux && !is_android) {
- data_deps += [ "//components/font_service" ]
- }
}