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

Unified Diff: device/gamepad/gamepad.gyp

Issue 2125223003: gyp: don't build gamepad_platform_data_fetcher_linux.cc when udev is disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/gamepad.gyp
diff --git a/device/gamepad/gamepad.gyp b/device/gamepad/gamepad.gyp
index f82c5048953bfa33606869dc05fdea90e243fb88..625cdcdf4af9c40dfb97e8646d580aeb75be3dc4 100644
--- a/device/gamepad/gamepad.gyp
+++ b/device/gamepad/gamepad.gyp
@@ -54,7 +54,10 @@
['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0)', {
'sources': [
'gamepad_platform_data_fetcher.cc',
- ]
+ ],
+ 'sources!': [
+ 'gamepad_platform_data_fetcher_linux.cc',
+ ],
}],
],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698