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 /extensions/shell | |
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 'extensions/shell')
-rw-r--r-- | extensions/shell/app_shell.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp index 4a41b30..f2e661b 100644 --- a/extensions/shell/app_shell.gyp +++ b/extensions/shell/app_shell.gyp @@ -215,6 +215,8 @@ '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', '<(DEPTH)/testing/gtest.gyp:gtest', + # Only needed at runtime. + '../../third_party/mesa/mesa.gyp:osmesa', ], 'sources': [ '<@(app_shell_unittests_sources)', |