| 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'],
|
| },
|
| {
|
|
|