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

Unified Diff: media/media.gyp

Issue 1032323003: media: unittests: depend on xdisplaycheck for isolate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only depend on xdisplaycheck on x11 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 | « media/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index dbe8562eb1052538f253fbe867f94ceade91ed13..6f33ca81b5bac368bb45c181a203138c1f66f354 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1421,6 +1421,13 @@
'midi/midi_manager_alsa_unittest.cc',
]
}],
+ ['use_x11==1',
M-A Ruel 2015/03/26 19:44:11 If you look around, format is: ['use_x11==1', {
llandwerlin-old 2015/03/26 22:28:47 Done.
+ {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }
M-A Ruel 2015/03/26 19:44:11 }], is the idiomatic format.
llandwerlin-old 2015/03/26 22:28:47 Done.
+ ],
],
},
{
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698