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

Unified Diff: ui/base/BUILD.gn

Issue 2058623002: GN: Set and use use_clipboard_aurax11 correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_gn
Patch Set: Created 4 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 | « build/config/ui.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 8e5e7f23349665f5c1a122fd482f64bfe5a98e5a..383a441b41c8a00daf2b7294537d4a2657092005 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -589,7 +589,7 @@ component("base") {
# Aura clipboard.
if (use_aura) {
- if (use_x11) {
+ if (use_clipboard_aurax11) {
sources += [
"clipboard/clipboard_aurax11.cc",
"clipboard/clipboard_aurax11.h",
« no previous file with comments | « build/config/ui.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698