Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: ui/ui.gyp

Issue 54583002: Fix for iOS build after r231478. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/all.gyp ('K') | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)$'],
« build/all.gyp ('K') | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698