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

Unified Diff: content/browser/BUILD.gn

Issue 1128183010: ATK accessibility support for web content on Aura Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | content/browser/accessibility/accessibility_tree_formatter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 474f5624af785fef408e77d5e29f954c1ac286fa..196e158eba78ee876064f7f3e188d2bfedfe2c07 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -278,7 +278,6 @@ source_set("browser") {
sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
}
}
-
Avi (use Gerrit) 2015/07/02 18:25:27 Why are you removing this line? Put it back in. A
if (is_linux && use_aura) {
configs += [ "//build/config/linux:fontconfig" ]
}
« no previous file with comments | « no previous file | content/browser/accessibility/accessibility_tree_formatter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698