Index: ui/ui_unittests.gyp |
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp |
index b186cd143c75aad490590a15979a5394595a1968..e247c20cde10961af51f6250da22fbc0ebba8e93 100644 |
--- a/ui/ui_unittests.gyp |
+++ b/ui/ui_unittests.gyp |
@@ -83,8 +83,12 @@ |
['OS!="ios"', { |
'sources' : ['<@(_all_sources)'], |
}, { # OS=="ios" |
+ 'dependencies' : [ |
+ 'ios/ios.gyp:ios', |
+ ], |
'sources' : [ |
'<@(_common_sources)', |
+ 'ios/NSString+CrStringDrawing_unittest.mm', |
], |
# The ResourceBundle unittest expects a locale.pak file to exist in |
# the bundle for English-US. Copy it in from where it was generated |