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

Unified Diff: build/all.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
« no previous file with comments | « no previous file | ui/ui.gyp » ('j') | ui/ui.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 43ac284e51a2853fabc941f8afc32a35bd75d430..39f9504c502680bc8d2e13484ffb02970ed2d25d 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -75,6 +75,7 @@
}, { # 'OS=="ios"'
'dependencies': [
'../ios/ios.gyp:*',
+ '../ui/ui_unittests.gyp:ui_unittests',
lliabraa 2013/10/31 11:58:41 remove this
],
}],
['OS!="android" and OS!="ios"', {
« no previous file with comments | « no previous file | ui/ui.gyp » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698