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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 704073004: Instrumented libraries: fix udev build on Trusty. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing file Created 6 years, 1 month 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 | third_party/instrumented_libraries/scripts/udev.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index fc07a3f13d27171555ee1a427f78974a7e00b995..adf306e0808dfc002b485c571f95eb3193e9fc84 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -503,8 +503,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'],
},
{
« no previous file with comments | « no previous file | third_party/instrumented_libraries/scripts/udev.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698