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

Unified Diff: device/BUILD.gn

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 | « no previous file | device/device_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 5dc6654047fcd77996fda9f1ced864c952b4f9f9..9c684ebbc895de1955c88efd27b227dbb179d28a 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -86,6 +86,12 @@ test("device_unittests") {
libs = [ "IOBluetooth.framework" ]
}
+ if (use_udev) {
+ sources += [ "udev_linux/udev_unittest.cc" ]
+
+ deps += [ "//device/udev_linux" ]
+ }
+
if (is_linux && !use_udev) {
# Udev is the only Linux implementation. If we're compiling without Udev,
# disable these unittests.
« no previous file with comments | « no previous file | device/device_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698