diff options
author | earthdok <earthdok@chromium.org> | 2014-11-11 10:25:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-11 18:26:15 +0000 |
commit | eba7d4b5dcbd3e01c6e1962cdd3af7415269a886 (patch) | |
tree | d0188633c11fd5696273ec03cee87ecac7d6abb2 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 6cef75c5eebd1f15f7bbb00345301783c0ef39e2 (diff) | |
download | chromium_src-eba7d4b5dcbd3e01c6e1962cdd3af7415269a886.zip chromium_src-eba7d4b5dcbd3e01c6e1962cdd3af7415269a886.tar.gz chromium_src-eba7d4b5dcbd3e01c6e1962cdd3af7415269a886.tar.bz2 |
Instrumented libraries: fix pulseaudio build on Trusty.
This time for real.
BUG=414189
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/714963002
Cr-Commit-Position: refs/heads/master@{#303678}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index 4399f68..fc07a3f 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'], }, { |