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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1242323004: Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fix many new tests Created 5 years, 5 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 | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 2a4d83583b5de3149efafe7358f93befa3953b3d..7d89c4f361c022403d361b559835baab1659c791 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2882,6 +2882,7 @@
'target_name': 'unit_tests_run',
'type': 'none',
'dependencies': [
+ '../third_party/mesa/mesa.gyp:osmesa',
jam 2015/07/20 22:52:14 here and in other places, shouldn't this be in uni
M-A Ruel 2015/07/20 23:18:46 That's a fair question. The main difference is tha
danakj 2015/07/20 23:56:43 osmesa is dynamically loaded by GLSurface. any un
'unit_tests',
],
'includes': [
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698