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

Unified Diff: components/usb_service.gypi

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 | « chrome/chrome_browser_ui.gypi ('k') | device/device_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/usb_service.gypi
diff --git a/components/usb_service.gypi b/components/usb_service.gypi
index 5f85452225d35d156983c23e05b4492d9c237fba..4f9fdf1a49e9522939215ebc533956818fe48a0b 100644
--- a/components/usb_service.gypi
+++ b/components/usb_service.gypi
@@ -39,7 +39,7 @@
'usb_service/usb_service_impl.cc',
],
'conditions': [
- ['OS == "linux"', {
+ ['use_udev == 1', {
'dependencies': [
'../build/linux/system.gyp:udev',
],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | device/device_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698