Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: cc/cc_tests.gyp

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 534e5e65f1809aed99a9156a402952b70fb4aa75..43a4571ecd5bf3627fdf8f227156a52c86d8aec6 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',
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698