Commit ff1d51c3 authored by lionel.g.landwerlin's avatar lionel.g.landwerlin Committed by Commit bot

media: unittests: depend on xdisplaycheck for isolate

BUG=470959

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

Cr-Commit-Position: refs/heads/master@{#322546}
parent 9b4f400f
...@@ -814,6 +814,7 @@ if (use_x11) { ...@@ -814,6 +814,7 @@ if (use_x11) {
":media", ":media",
":shared_memory_support", ":shared_memory_support",
"//base", "//base",
"//tools/xdisplaycheck",
"//ui/gl", "//ui/gl",
"//ui/gfx", "//ui/gfx",
"//ui/gfx/geometry", "//ui/gfx/geometry",
......
...@@ -1421,6 +1421,11 @@ ...@@ -1421,6 +1421,11 @@
'midi/midi_manager_alsa_unittest.cc', 'midi/midi_manager_alsa_unittest.cc',
] ]
}], }],
['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