diff options
author | maruel <maruel@chromium.org> | 2015-07-22 17:13:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-23 00:13:55 +0000 |
commit | d7b8df80cd5ce2a882bbf35482dc21cee34934f9 (patch) | |
tree | 96fa896889770a93fd05631869cfef2203262a43 /components | |
parent | fd42e198a2d776d2be459fc752a068e8388a1742 (diff) | |
download | chromium_src-d7b8df80cd5ce2a882bbf35482dc21cee34934f9.zip chromium_src-d7b8df80cd5ce2a882bbf35482dc21cee34934f9.tar.gz chromium_src-d7b8df80cd5ce2a882bbf35482dc21cee34934f9.tar.bz2 |
Add missing runtime dependencies to *_run targets.
A follow up CL removes dynamic libraries that would be fetched automatically via
implicit dependencies. The target hierarchy needs to be there in the first
place for this to work.
R=jam@chromium.org
BUG=98637
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1242323004
Cr-Commit-Position: refs/heads/master@{#339994}
Diffstat (limited to 'components')
-rw-r--r-- | components/components_tests.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp index 75221d1..f7433cd 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -881,6 +881,8 @@ 'components_strings.gyp:components_strings', 'components_tests_pak', 'mime_util/mime_util.gyp:mime_util', + # Only needed at runtime. + '../third_party/mesa/mesa.gyp:osmesa', ], 'conditions': [ ['enable_rlz_support==1', { |