diff options
author | maruel <maruel@chromium.org> | 2015-09-01 12:52:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-01 19:52:55 +0000 |
commit | fcc6f84e631ed578ac6d52fde2d260a40a0220e9 (patch) | |
tree | 5807614b2330bac3cc508d0580cfca6b89b73b7a /extensions/shell | |
parent | 10b73d7c140bc67ddeeaf716eb31df0977fe2497 (diff) | |
download | chromium_src-fcc6f84e631ed578ac6d52fde2d260a40a0220e9.zip chromium_src-fcc6f84e631ed578ac6d52fde2d260a40a0220e9.tar.gz chromium_src-fcc6f84e631ed578ac6d52fde2d260a40a0220e9.tar.bz2 |
Revert of Add missing runtime dependencies to *_run targets. (patchset #1 id:40001 of https://codereview.chromium.org/1255653003/ )
Reason for revert:
Broke iOS Device builder again.
It fetched by accident osmesa again. Will have to investigate which target does this.
Ref:
http://build.chromium.org/p/chromium.mac/builders/iOS_Device/builds/19013
Original issue's description:
> 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
>
> Committed: https://crrev.com/ac2496af24009df795fe0dc33d419e8a4971a8ec
> Cr-Commit-Position: refs/heads/master@{#346705}
TBR=jam@chromium.org,dpranke@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=98637
Review URL: https://codereview.chromium.org/1314313003
Cr-Commit-Position: refs/heads/master@{#346713}
Diffstat (limited to 'extensions/shell')
-rw-r--r-- | extensions/shell/app_shell.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp index dada740..9c6ead5 100644 --- a/extensions/shell/app_shell.gyp +++ b/extensions/shell/app_shell.gyp @@ -219,8 +219,6 @@ '<(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)', |