Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index a38f8590bc6bdbccee0df6a7191094d1967046a6..f492b3b802793ff1e4a4eaa316296581047b08e6 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -336,6 +336,9 @@ |
], |
}, { # OS=="ios" |
# iOS only uses a subset of UI. |
+ 'dependencies': [ |
+ 'ui_unittests.gyp:ui_unittests', |
lliabraa
2013/10/31 11:58:41
We only need to add this dependency in one place a
|
+ ], |
'sources/': [ |
['exclude', '\\.(cc|mm)$'], |
['include', '_ios\\.(cc|mm)$'], |