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$'], |