diff options
author | earthdok <earthdok@chromium.org> | 2014-09-02 15:32:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-02 22:42:10 +0000 |
commit | 8ed88eb6dd2675eef6c08805d4b59b032f9da77a (patch) | |
tree | 2050523004823bb4ac1004b31dff739f00799cf5 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | d80ebf6cfa81d71cc24198e5ec5b62d0c26063dc (diff) | |
download | chromium_src-8ed88eb6dd2675eef6c08805d4b59b032f9da77a.zip chromium_src-8ed88eb6dd2675eef6c08805d4b59b032f9da77a.tar.gz chromium_src-8ed88eb6dd2675eef6c08805d4b59b032f9da77a.tar.bz2 |
Instrumented libraries: build freetype again.
It was inadvertently disabled in r287058.
BUG=313751
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/528053003
Cr-Commit-Position: refs/heads/master@{#293012}
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 6cc529c..5bd857e 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -81,6 +81,7 @@ 'link_dependency': 1, }, 'dependencies': [ + '<(_sanitizer_type)-freetype', '<(_sanitizer_type)-libcairo2', '<(_sanitizer_type)-libexpat1', '<(_sanitizer_type)-libffi6', |