diff options
author | maruel <maruel@chromium.org> | 2015-09-01 12:29:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-01 19:30:13 +0000 |
commit | ac2496af24009df795fe0dc33d419e8a4971a8ec (patch) | |
tree | 5236e587a0e9a6e370c07f14429006926727ac46 /extensions/shell | |
parent | f05bccb5aea0cdafda10889fc699f14e56b33b83 (diff) | |
download | chromium_src-ac2496af24009df795fe0dc33d419e8a4971a8ec.zip chromium_src-ac2496af24009df795fe0dc33d419e8a4971a8ec.tar.gz chromium_src-ac2496af24009df795fe0dc33d419e8a4971a8ec.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.
This is a redo of d7b8df80cd5ce2a882bbf35482dc21cee34934f9 but with a fix for
iOS and update to BUILD.gn files.
TBR=jam@chromium.org,dpranke@chromium.org
BUG=98637
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1255653003
Cr-Commit-Position: refs/heads/master@{#346705}
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 9c6ead5..dada740 100644 --- a/extensions/shell/app_shell.gyp +++ b/extensions/shell/app_shell.gyp @@ -219,6 +219,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)', |