Commit 8bb59090 authored by watk's avatar watk Committed by Commit bot

Add missing dependency of audio_unittests on xdisplaycheck.

audio_unittests.isolate includes xdisplaycheck so audio_unittests should depend
on it.

BUG=416594

Review URL: https://codereview.chromium.org/1137933006

Cr-Commit-Position: refs/heads/master@{#330850}
parent 81d05c56
......@@ -1964,6 +1964,13 @@
'sources': [
'audio_unittests.isolate',
],
'conditions': [
['use_x11==1', {
'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
],
}],
],
},
],
}],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment