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

Unified Diff: content/content_tests.gypi

Issue 669883002: fix broken xdisplaycheck dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: just check use_x11 Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index b50200919e079de8ec75f4d73e64b1693854980b..d548d52e0b768b35f29e57f820166e9f5a9e08ee 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -998,7 +998,7 @@
'content_unittests.isolate',
],
'conditions': [
- ['OS=="linux" and use_ozone==0', {
+ ['use_x11==1', {
'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698