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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 714963002: Instrumented libraries: fix pulseaudio build on Trusty. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enable parallel build 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/pulseaudio.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 4399f68227cd4f98c43c382ebd44a45505a4255c..fc07a3f13d27171555ee1a427f78974a7e00b995 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -422,6 +422,7 @@
'conditions': [
['"<(_ubuntu_release)"=="precise"', {
'patch': 'patches/pulseaudio.precise.diff',
+ 'jobs': 1,
}],
],
'extra_configure_flags': [
@@ -433,7 +434,6 @@
'--disable-neon-opt'
],
'run_before_build': 'scripts/pulseaudio.sh',
- 'jobs': 1,
'includes': ['standard_instrumented_package_target.gypi'],
},
{
« no previous file with comments | « no previous file | third_party/instrumented_libraries/scripts/pulseaudio.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698