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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2709963004: Remove gconf usage from atk_util_auralinux (Closed)
Patch Set: Remove gconf config, move constants to top Created 3 years, 10 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 | ui/accessibility/platform/atk_util_auralinux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 22922f56f59c0a203519c2aabd9e9ff918fac246..4a8622b34a5860f02b9c56e42b479cb65a31708d 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -89,10 +89,6 @@ component("accessibility") {
configs += [ "//build/config/linux/atk" ]
- if (use_gconf) {
- configs += [ "//build/config/linux/gconf" ]
- }
-
if (use_glib) {
configs += [ "//build/config/linux:glib" ]
}
« no previous file with comments | « no previous file | ui/accessibility/platform/atk_util_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698