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

Unified Diff: ash/BUILD.gn

Issue 843583006: GN: Add -Wl,-z defs on linux and fix errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index c9605a39bf91112761907ec46b7d84e950c7d200..8ae17bc46ce8f4e0f6895d45ac802c8e638fe2ed 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -64,7 +64,15 @@ component("ash") {
}
if (use_x11) {
- configs += [ "//build/config/linux:xfixes" ]
+ configs += [
+ "//build/config/linux:x11",
+ "//build/config/linux:xfixes",
+ ]
+ deps += [
+ "//ui/events:gesture_detection",
+ "//ui/events/platform",
+ "//ui/gfx/x",
+ ]
} else {
sources -= [
"host/ash_window_tree_host_x11.cc",
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698