summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-06 20:34:35 +0000
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-06 20:34:35 +0000
commitcdb285583abd42c9cee96be6ed46bab945ea0abc (patch)
treee2dc082d9b80fd4ee0a563ed9d008d51197e4d56 /build
parent361e5cbf9de1ee2f14a66014c90ee140f72e8a05 (diff)
downloadchromium_src-cdb285583abd42c9cee96be6ed46bab945ea0abc.zip
chromium_src-cdb285583abd42c9cee96be6ed46bab945ea0abc.tar.gz
chromium_src-cdb285583abd42c9cee96be6ed46bab945ea0abc.tar.bz2
Revert 116724 - Add gamepad data fetcher for Linux
Broke ASAN builder: http://build.chromium.org/p/chromium.memory/builders/ASAN%20Builder/builds/8480/steps/update/logs/stdio BUG=79050 Review URL: http://codereview.chromium.org/8899017 TBR=scottmg@google.com Review URL: http://codereview.chromium.org/9110039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/linux/system.gyp21
1 files changed, 0 insertions, 21 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index cc50d59..90c8b45 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -625,26 +625,5 @@
}],
],
},
- {
- 'target_name': 'udev',
- 'type': 'none',
- 'conditions': [
- ['_toolset=="target"', {
- 'direct_dependent_settings': {
- 'cflags': [
- '<!@(<(pkg-config) --cflags libudev)'
- ],
- },
- 'link_settings': {
- 'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other libudev)',
- ],
- 'libraries': [
- '<!@(<(pkg-config) --libs-only-l libudev)',
- ],
- },
- }],
- ],
- },
],
}