summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/instrumented_libraries.gyp
diff options
context:
space:
mode:
authorearthdok <earthdok@chromium.org>2014-11-11 11:25:59 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-11 19:26:19 +0000
commitf867aeb0464d2b3bc1a495f4075cc85c59d17a4d (patch)
tree6032931736119b913aa7d0fd08538f531a4c9c42 /third_party/instrumented_libraries/instrumented_libraries.gyp
parent28401af4c533f219dcd5b9f743f1603be5769abe (diff)
downloadchromium_src-f867aeb0464d2b3bc1a495f4075cc85c59d17a4d.zip
chromium_src-f867aeb0464d2b3bc1a495f4075cc85c59d17a4d.tar.gz
chromium_src-f867aeb0464d2b3bc1a495f4075cc85c59d17a4d.tar.bz2
Instrumented libraries: fix udev build on Trusty.
BUG=414189 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/704073004 Cr-Commit-Position: refs/heads/master@{#303687}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 9a3c944..1e70ec0 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -504,8 +504,7 @@
# TODO(earthdok): find a better fix.
'--disable-gudev'
],
- # Required on Trusty due to autoconf version mismatch.
- 'run_before_build': 'scripts/autoreconf.sh',
+ 'run_before_build': 'scripts/udev.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{