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

Unified Diff: ui/views/BUILD.gn

Issue 2251673004: remove duplicate atk GN config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make use of use_atk instead of use_x11 Created 4 years, 4 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 | « ui/accessibility/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 428d5cbc16c1b9c6bcf990354f100b266496c37a..19d98609ff97c24223a2197ced3dce5fd0966baf 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -120,9 +120,9 @@ component("views") {
]
if (!is_chromeos) {
sources += gypi_values.views_desktop_aura_sources
- if (use_x11) {
+ if (use_atk) {
sources += gypi_values.views_desktop_aura_x11_sources
- configs += [ "//ui/accessibility:atk" ]
+ configs += [ "//build/config/linux/atk" ]
} else if (is_win) {
sources += gypi_values.views_desktop_aura_win_sources
} else if (use_ozone) {
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698