Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 2289ef4509c1f5c20210adbec1bb932cbdae8a10..9acefdb17d5316a127c5109dcc486b2984cc1eb0 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -912,7 +912,6 @@ |
'type': 'static_library', |
'dependencies': [ |
'content_shell_lib', |
- 'content.gyp:content_browser', |
'../skia/skia.gyp:skia', |
'../testing/gtest.gyp:gtest', |
], |
@@ -924,6 +923,17 @@ |
'public/test/content_browser_test_utils.h', |
'public/test/content_browser_test_utils_mac.mm', |
], |
+ 'conditions': [ |
+ ['use_mojo==1 and OS=="android"', { |
+ 'dependencies': [ |
+ 'content.gyp:content_app_both', |
+ ], |
+ }, { |
+ 'dependencies': [ |
+ 'content.gyp:content_browser', |
+ ], |
+ }], |
+ ], |
}, |
{ |
'target_name': 'web_ui_test_mojo_bindings', |