From dff351a5527dd5cf81b4740e4caf63e84a3e9d2f Mon Sep 17 00:00:00 2001 From: courage Date: Wed, 22 Jul 2015 17:51:06 -0700 Subject: Revert of Add missing dependencies. (patchset #7 id:120001 of https://codereview.chromium.org/1242323004/) Reason for revert: It looks to me like this broke the iOS_Device builder starting at https://build.chromium.org/p/chromium.mac/builders/iOS_Device/builds/14003, despite the green trybots. === BUILD TARGET osmesa OF PROJECT mesa WITH CONFIGURATION Release === Check dependencies CodeSign error: code signing is required for product type 'Dynamic Library' in SDK 'iOS 8.3' ** BUILD FAILED ** The following build commands failed: Check dependencies (1 failure) 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. > > R=jam@chromium.org > BUG=98637 > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel > > Committed: https://crrev.com/d7b8df80cd5ce2a882bbf35482dc21cee34934f9 > Cr-Commit-Position: refs/heads/master@{#339994} TBR=jam@chromium.org,danakj@chromium.org,marcheu@chromium.org,maruel@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=98637 Review URL: https://codereview.chromium.org/1247533003 Cr-Commit-Position: refs/heads/master@{#340015} --- components/components_tests.gyp | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/components_tests.gyp') diff --git a/components/components_tests.gyp b/components/components_tests.gyp index f7433cd..75221d1 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -881,8 +881,6 @@ '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', { -- cgit v1.1