| Index: ios/chrome/ios_chrome.gyp
|
| diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
|
| index b2029dc7a65e6e8c5b4ee1bff1f098bf32f77514..3b0d999253079190009fe2b17a613f2df57395f7 100644
|
| --- a/ios/chrome/ios_chrome.gyp
|
| +++ b/ios/chrome/ios_chrome.gyp
|
| @@ -39,6 +39,7 @@
|
| '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
|
| '../web/ios_web.gyp:ios_web',
|
| 'injected_js',
|
| + 'ios_chrome_common',
|
| 'ios_chrome_resources.gyp:ios_theme_resources_gen',
|
| ],
|
| 'link_settings': {
|
| @@ -199,6 +200,26 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'ios_chrome_common',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '../..',
|
| + ],
|
| + 'dependencies': [
|
| + '../../base/base.gyp:base',
|
| + ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
|
| + '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
| + ],
|
| + },
|
| + 'sources': [
|
| + 'common/string_util.h',
|
| + 'common/string_util.mm',
|
| + ]
|
| + },
|
| + {
|
| 'target_name': 'injected_js',
|
| 'type': 'none',
|
| 'sources': [
|
|
|