Add the CoreGraphics and CoreText frameworks to base for iOS

r147862 added dependencies on CoreText and CoreGraphics to foundation_utils,
so those frameworks now need to be linked on iOS.

TBR=
BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10821009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148307 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: de6bb903d339226241ff82c1130a2ee1c0797f8c
diff --git a/base/base.gyp b/base/base.gyp
index 54ef20a..5d054f7 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -182,6 +182,8 @@
           'link_settings': {
             'libraries': [
               '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
+              '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
+              '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
               '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
               '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
             ],