summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorcourage <courage@chromium.org>2015-07-22 17:51:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 00:52:01 +0000
commitdff351a5527dd5cf81b4740e4caf63e84a3e9d2f (patch)
tree942cd8da888848275153f8110d1146f71a171605 /components/components_tests.gyp
parent6a85e9f34f82eac95e44006640e75c3a08e6e310 (diff)
downloadchromium_src-dff351a5527dd5cf81b4740e4caf63e84a3e9d2f.zip
chromium_src-dff351a5527dd5cf81b4740e4caf63e84a3e9d2f.tar.gz
chromium_src-dff351a5527dd5cf81b4740e4caf63e84a3e9d2f.tar.bz2
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}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp2
1 files changed, 0 insertions, 2 deletions
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', {