Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 9ba42e19a6d5041ce1c75f6bfb1340b445f6cc60..760634bca08234fa36251b641f1cec0b7bc0539a 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -339,11 +339,15 @@ |
}], |
['OS=="android"', { |
'dependencies': [ |
- '../gin/gin.gyp:gin', |
'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
'content.gyp:content_v8_external_data', |
jochen (gone - plz use gerrit)
2014/11/18 13:42:59
shouldn't this move as well?
baixo1
2014/11/18 13:49:46
This will copy the snapshot files to content_shell
|
], |
}], |
+ ['v8_use_external_startup_data==1', { |
+ 'dependencies': [ |
+ '../gin/gin.gyp:gin', |
+ ], |
+ }], |
], |
}, |
{ |