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

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, 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 474f5624af785fef408e77d5e29f954c1ac286fa..3ec21b7d741d67807ac5f4b382b5c4be18ad546b 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -279,6 +279,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" ]
}

Powered by Google App Engine
This is Rietveld 408576698