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

Unified Diff: content/content_tests.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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 5f9eb4c41d7b05e6213472bda332ef21fb3698c8..4b98f4652361e8a5801641db2646852eed4dd2d0 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1214,6 +1214,7 @@
'target_name': 'content_unittests_run',
'type': 'none',
'dependencies': [
+ '../third_party/mesa/mesa.gyp:osmesa',
'content_unittests',
],
'includes': [
@@ -2082,10 +2083,11 @@
'target_name': 'content_junit_tests',
'type': 'none',
'dependencies': [
- 'content.gyp:content_java',
'../base/base.gyp:base_java',
'../base/base.gyp:base_java_test_support',
'../testing/android/junit/junit_test.gyp:junit_test_support',
+ '../third_party/mesa/mesa.gyp:osmesa',
+ 'content.gyp:content_java',
],
'variables': {
'main_class': 'org.chromium.testing.local.JunitTestMain',

Powered by Google App Engine
This is Rietveld 408576698