commit | b40906acf189f7764d0c75a173c2e03cc55eb620 | [log] [tgz] |
---|---|---|
author | Dominik Röttsches <[email protected]> | Mon Jul 16 12:39:56 2018 |
committer | Commit Bot <[email protected]> | Mon Jul 16 12:39:56 2018 |
tree | 0adddac7e6302aff8c641a57a6ce7d1a22e854d5 | |
parent | 8a7145651ffa132b520d54f0da617f1a1f46beac [diff] [blame] |
Run font_service in-browser Instead of running font_service in the utility service, move it back to running in-browser, as process creation and memory usage overhead seems too high. Bug: 862553 Change-Id: I42333d07e0e79be55bd5491d9a4ef5d4dd28c874 Reviewed-on: https://chromium-review.googlesource.com/1133002 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Dominik Röttsches <[email protected]> Cr-Commit-Position: refs/heads/master@{#575234}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn index 2eb15ee..dbe98ed 100644 --- a/content/browser/BUILD.gn +++ b/content/browser/BUILD.gn
@@ -1800,6 +1800,7 @@ if (is_linux) { deps += [ + "//components/services/font:lib", "//components/services/font/public/interfaces", "//services/service_manager/zygote", ]