diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 12:49:16 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 12:49:16 +0000 |
commit | 4453e2cdf50e93e0bf65edf37352e5f5cfc141a0 (patch) | |
tree | 4d8b556f4e6fd19d4f9838b9faecd12605e8fe25 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | d77d89d3689b1757e8e14f64d3a45a1aa0b94410 (diff) | |
download | chromium_src-4453e2cdf50e93e0bf65edf37352e5f5cfc141a0.zip chromium_src-4453e2cdf50e93e0bf65edf37352e5f5cfc141a0.tar.gz chromium_src-4453e2cdf50e93e0bf65edf37352e5f5cfc141a0.tar.bz2 |
Disable hardware AES acceleration in instrumented builds of NSS.
Silence MSan errors caused by its lack of support for inline assembly.
BUG=313751
R=eugenis@chromium.org, glider@chromium.org
Review URL: https://codereview.chromium.org/149053008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248172 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 e4eaa31..d5cba22 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -284,6 +284,7 @@ 'dependencies=': [ '<(_sanitizer_type)-libnspr4', ], + 'run_before_build': 'nss.sh', 'includes': ['standard_instrumented_library_target.gypi'], }, { |