diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-19 16:16:49 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-19 16:20:35 +0000 |
commit | c3b78832c70d2f887e879efe1e68da86ad79581b (patch) | |
tree | f32a3836501c1d9c973425ca0f228da4887b45d7 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 9e8975cd1bfab7cd1a9c22c7db6ad7d950186152 (diff) | |
download | chromium_src-c3b78832c70d2f887e879efe1e68da86ad79581b.zip chromium_src-c3b78832c70d2f887e879efe1e68da86ad79581b.tar.gz chromium_src-c3b78832c70d2f887e879efe1e68da86ad79581b.tar.bz2 |
Assume sqrtf is always present in the system when building libpixman.
BUG=404526
TBR=earthdok@chromium.org
Review URL: https://codereview.chromium.org/487213002
Cr-Commit-Position: refs/heads/master@{#290582}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290582 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index fee404e..6cc529c 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -279,6 +279,7 @@ { 'package_name': 'libpixman-1-0', 'dependencies=': [], + 'patch': 'patches/libpixman-1-0.diff', 'includes': ['standard_instrumented_package_target.gypi'], }, { |