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

Unified Diff: chrome/test/BUILD.gn

Issue 2530463002: Remove xdisplaycheck from the tree (Closed)
Patch Set: Rebase again 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 | « blimp/BUILD.gn ('k') | components/exo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 36bf0ae3e6e18b8a15794ef5ee52dffc30c133f4..dab2e719600afedbf16bc64656a7714898da17e0 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -746,7 +746,6 @@ if (!is_android) {
if (use_x11) {
configs += [ "//build/config/linux:xtst" ]
- data_deps += [ "//tools/xdisplaycheck" ]
}
if (enable_app_list) {
@@ -2683,9 +2682,6 @@ test("browser_tests") {
]
deps += [ "//remoting/webapp" ]
}
- if (use_x11) {
- deps += [ "//tools/xdisplaycheck" ]
- }
if (use_aura) {
if (enable_wifi_display) {
@@ -4439,7 +4435,6 @@ test("unit_tests") {
}
if (use_x11) {
deps += [ "//ui/events/devices" ]
- data_deps += [ "//tools/xdisplaycheck" ]
} else {
sources -= [ "../browser/password_manager/password_store_x_unittest.cc" ]
}
« no previous file with comments | « blimp/BUILD.gn ('k') | components/exo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698