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

Unified Diff: ui/ui_unittests.gyp

Issue 497503004: Add NSString category for providing iOS6-style string drawing APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: TIL export_dependent_settings Created 6 years, 4 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
« ui/ios/NSString+CrStringDrawing.mm ('K') | « ui/ios/ios.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« ui/ios/NSString+CrStringDrawing.mm ('K') | « ui/ios/ios.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698