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

Unified Diff: device/device_tests.gyp

Issue 467983002: Make udev target disappear on linux when use_udev==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « components/usb_service.gypi ('k') | device/serial/serial.gyp » ('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 09be87e3d7610a2031a0b65f8aa9cb491e277ba6..118e78534b63952f38e3f6d4e5a78a0eed8c61b5 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -83,8 +83,11 @@
# Udev, disable these unittests.
'dependencies!': [
'hid/hid.gyp:device_hid',
+ 'serial/serial.gyp:device_serial',
+ 'serial/serial.gyp:device_serial_test_util',
],
'sources/': [
+ ['exclude', '^serial/'],
['exclude', '^hid/'],
],
}],
« no previous file with comments | « components/usb_service.gypi ('k') | device/serial/serial.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698