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

Unified Diff: ui/gfx/gfx.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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index f1bc1f00fcf40a5fc85395a715f3fb17db8bbd57..129cd8ef055e5f436017023e43435869ac358974 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -308,6 +308,15 @@
],
'conditions': [
['OS=="ios"', {
+ 'dependencies': [
+ "<(DEPTH)/ui/ios/ios.gyp:ios",
+ ],
+ 'export_dependent_settings': [
lliabraa 2014/08/25 19:41:52 maybe this is not correct...I get the following wa
stuartmorgan 2014/08/25 20:17:37 The ui/ gyp files aren't set up the way they used
lliabraa 2014/08/28 12:13:20 changed to link_settings in the ui_ios.gyp file.
+ # Targets that depend on this gfx target, will also need the
+ # direct_dependent_settings of ios.gyp:ios in order to use the
+ # categories defined there.
+ "<(DEPTH)/ui/ios/ios.gyp:ios",
+ ],
# iOS only uses a subset of UI.
'sources/': [
['exclude', '^codec/jpeg_codec\\.cc$'],
« no previous file with comments | « ui/gfx/DEPS ('k') | ui/gfx/platform_font_ios.mm » ('j') | ui/ios/NSString+CrStringDrawing.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698