Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 11a5c56891432b932abb2c6ea2bbf87e8a29791f..2b6a7f009e1d72c885ea592b8e3d1377c8b7d1b1 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -337,11 +337,15 @@ |
}], |
['OS=="android"', { |
'dependencies': [ |
- '../gin/gin.gyp:gin', |
'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
'content.gyp:content_v8_external_data', |
], |
}], |
+ ['v8_use_external_startup_data==1', { |
+ 'dependencies': [ |
+ '../gin/gin.gyp:gin', |
+ ], |
+ }], |
], |
}, |
{ |