Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10248)

Unified Diff: content/test/BUILD.gn

Issue 2833973003: Initialize FontConfigIPC when zygote is disabled so font fallback works. (Closed)
Patch Set: Make test TSan clean. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/renderer_main.cc ('k') | content/test/data/font/font_fallback.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 52fc469be2cdf93bd03626278a0b6332aa31adaa..10ec768513d7242bbc81d2814b4f3576cc8a7df2 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -861,7 +861,11 @@ test("content_browsertests") {
}
if (is_linux) {
- sources += [ "../zygote/zygote_browsertest.cc" ]
+ sources += [
+ "../browser/linux_ipc_browsertest.cc",
+ "../zygote/zygote_browsertest.cc",
+ ]
+ deps += [ "//ui/gfx:test_support" ]
}
if (is_android) {
« no previous file with comments | « content/renderer/renderer_main.cc ('k') | content/test/data/font/font_fallback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698