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

Unified Diff: BUILD.gn

Issue 2553033003: Add xdisplaycheck back until //build dependency is removed (Closed)
Patch Set: Created 4 years 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 | tools/xdisplaycheck/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index df309ddc7211d80d3bb7373081fc5ccf6fefdbfe..6b0f6c1875d7a7aa55d4185b5372fee48d8a5aba 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -379,6 +379,10 @@ group("both_gn_and_gyp") {
]
}
+ if (use_x11 || ozone_platform_x11) {
+ deps += [ "//tools/xdisplaycheck" ]
+ }
+
if (enable_configuration_policy) {
deps += [ "//components/policy:policy_templates" ]
}
« no previous file with comments | « no previous file | tools/xdisplaycheck/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698