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

Unified Diff: device/gamepad/gamepad.gyp

Issue 2132453002: Gamepad: Fix GYP build on Linux (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..f7112ed04fcda8abdcfd2968477c13cea264cb29 100644
--- a/device/gamepad/gamepad.gyp
+++ b/device/gamepad/gamepad.gyp
@@ -51,6 +51,11 @@
['OS=="win"', {
'msvs_disabled_warnings': [4267, ],
}],
+ ['OS=="linux" and use_udev==1', {
+ 'dependencies': [
+ '../udev_linux/udev.gyp:udev_linux',
+ ]
+ }],
['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0)', {
'sources': [
'gamepad_platform_data_fetcher.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