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

Unified Diff: content/test/BUILD.gn

Issue 2833973003: Initialize FontConfigIPC when zygote is disabled so font fallback works. (Closed)
Patch Set: Add browser test. 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 52fc469be2cdf93bd03626278a0b6332aa31adaa..d62c6c6cafa47c68abf32d3b86e30cfe4e64032f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -861,7 +861,10 @@ test("content_browsertests") {
}
if (is_linux) {
- sources += [ "../zygote/zygote_browsertest.cc" ]
+ sources += [
+ "../browser/linux_ipc_browsertest.cc",
+ "../zygote/zygote_browsertest.cc",
+ ]
}
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698