diff options
author | earthdok <earthdok@chromium.org> | 2015-02-12 08:21:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-12 16:22:13 +0000 |
commit | 905851b176b07d53a799d4855bcd39ce9a82831e (patch) | |
tree | 6efa32be721c76117e4f64cd10813c1c6c43aa96 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 58c1206d7b8cacb0e59e14fcd8b21a41a2b5945d (diff) | |
download | chromium_src-905851b176b07d53a799d4855bcd39ce9a82831e.zip chromium_src-905851b176b07d53a799d4855bcd39ce9a82831e.tar.gz chromium_src-905851b176b07d53a799d4855bcd39ce9a82831e.tar.bz2 |
Instrumented libraries: work around a build issue in pixman.
BUG=449183
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/920543003
Cr-Commit-Position: refs/heads/master@{#315990}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index eeed377..105e9b8 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -317,6 +317,8 @@ # From debian/rules. '--disable-gtk', '--disable-silent-rules', + # Avoid a clang issue. http://crbug.com/449183 + '--disable-mmx', ], 'patch': 'patches/libpixman-1-0.diff', 'includes': ['standard_instrumented_package_target.gypi'], |