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

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: fixing nits Created 5 years, 5 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 | « build/config/ui.gni ('k') | 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 9211dc17f2918bfd92654bb660e2ede588aaf846..2b5c7c23cf2e59939817931a804b11cb9b93e061 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -282,6 +282,20 @@ source_set("browser") {
}
}
+ if (use_atk) {
+ sources +=
+ rebase_path(content_browser_gypi_values.auralinux_browser_sources,
+ ".",
+ "//content")
+
+ configs += [
+ "//build/config/linux:atk",
+ "//build/config/linux:atk_warnings",
+ "//build/config/linux:gconf",
+ "//build/config/linux:glib",
+ ]
+ }
+
if (is_linux && use_aura) {
configs += [ "//build/config/linux:fontconfig" ]
}
« no previous file with comments | « build/config/ui.gni ('k') | content/browser/accessibility/accessibility_tree_formatter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698