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

Unified Diff: components/components_tests.gyp

Issue 981343003: Fix flake in PersonalDataManagerTest.UpdateServerCreditCardUsageStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: xdisplaycheck Created 5 years, 9 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 | « components/autofill/core/browser/personal_data_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 4bab080484344fc77318a9e0b4f0302289d0d3f9..05d42340528c248c08497ca9916ca67afaa00eb7 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1236,6 +1236,13 @@
'sources': [
'components_unittests.isolate',
],
+ 'conditions': [
+ ['use_x11==1', {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }],
+ ],
},
],
}],
« no previous file with comments | « components/autofill/core/browser/personal_data_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698