diff options
author | earthdok <earthdok@chromium.org> | 2014-11-11 06:46:44 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-11 14:47:06 +0000 |
commit | 38a6203a3274f3ec07fe5af8f1c6f35aed8a2785 (patch) | |
tree | dc83095477a2ec947d2588c178cfde7ced1ba042 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 14935a5313c7fe81cdf169e86ee0e81e26649c56 (diff) | |
download | chromium_src-38a6203a3274f3ec07fe5af8f1c6f35aed8a2785.zip chromium_src-38a6203a3274f3ec07fe5af8f1c6f35aed8a2785.tar.gz chromium_src-38a6203a3274f3ec07fe5af8f1c6f35aed8a2785.tar.bz2 |
Instrumented libraries: rewrite install-build-deps.sh.
Explicitly list the packages for which we need to install build dependencies.
The grep-based approach no longer works since we now have packages which are
specific to a certain Ubuntu release.
BUG=414189
R=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/711283003
Cr-Commit-Position: refs/heads/master@{#303646}
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 805a3a1..4399f68 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -83,6 +83,7 @@ # Don't add this target to the dependencies of targets with type=none. 'link_dependency': 1, }, + # NOTE: Please keep install-build-deps.sh in sync with this list. 'dependencies': [ '<(_sanitizer_type)-freetype', '<(_sanitizer_type)-libcairo2', |