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

Unified Diff: device/device_tests.gyp

Issue 989913002: Move UdevDecodeString from media/midi to device/udev_linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@seq3
Patch Set: Fix unit tests 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 | « device/BUILD.gn ('k') | device/udev_linux/udev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index ba3aea5e0df795233fed7b086e5416627352dda9..eb42712d469d9aa09eb1818ed8508da8e426ad0f 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -94,6 +94,14 @@
}],
],
}],
+ ['use_udev==1', {
+ 'dependencies': [
+ 'udev_linux/udev.gyp:udev_linux',
+ ],
+ 'sources': [
+ 'udev_linux/udev_unittest.cc',
+ ],
+ }],
['OS=="linux" and use_udev==0', {
# Udev is the only Linux implementation. If we're compiling without
# Udev, disable these unittests.
« no previous file with comments | « device/BUILD.gn ('k') | device/udev_linux/udev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698