summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authormaruel <maruel@chromium.org>2015-09-01 12:29:40 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-01 19:30:13 +0000
commitac2496af24009df795fe0dc33d419e8a4971a8ec (patch)
tree5236e587a0e9a6e370c07f14429006926727ac46 /cc/cc_tests.gyp
parentf05bccb5aea0cdafda10889fc699f14e56b33b83 (diff)
downloadchromium_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 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 534e5e6..43a4571 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -296,6 +296,8 @@
'cc.gyp:cc',
'cc.gyp:cc_surfaces',
'cc_test_support',
+ # Only needed at runtime.
+ '../third_party/mesa/mesa.gyp:osmesa',
],
'sources': [
'test/cc_test_suite.cc',
@@ -411,7 +413,6 @@
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../third_party/mesa/mesa.gyp:osmesa',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/gfx.gyp:gfx_test_support',