| Index: third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
|
| diff --git a/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp b/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
|
| index a39b6d790edef8d5f02409f5eb8b374ae0cc1f99..1598250f3b43b573ed3ad83d7d0aa94eb9d508d9 100644
|
| --- a/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
|
| +++ b/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
|
| @@ -45,11 +45,15 @@
|
| 'src/AppKit/GTMUILocalizerAndLayoutTweaker.h',
|
| 'src/AppKit/GTMUILocalizerAndLayoutTweaker.m',
|
| 'src/DebugUtils/GTMDebugSelectorValidation.h',
|
| + 'src/DebugUtils/GTMMethodCheck.h',
|
| + 'src/DebugUtils/GTMMethodCheck.m',
|
| 'src/DebugUtils/GTMTypeCasting.h',
|
| 'src/Foundation/GTMLightweightProxy.h',
|
| 'src/Foundation/GTMLightweightProxy.m',
|
| 'src/Foundation/GTMLogger.h',
|
| 'src/Foundation/GTMLogger.m',
|
| + 'src/Foundation/GTMNSDictionary+URLArguments.h',
|
| + 'src/Foundation/GTMNSDictionary+URLArguments.m',
|
| 'src/Foundation/GTMNSString+URLArguments.h',
|
| 'src/Foundation/GTMNSString+URLArguments.m',
|
| 'src/Foundation/GTMServiceManagement.c',
|
| @@ -83,7 +87,9 @@
|
| ['OS!="ios"', {
|
| 'sources/': [
|
| ['exclude', '^src/iPhone/'],
|
| + ['exclude', '^src/DebugUtils/GTMMethodCheck\\.m$'],
|
| ['exclude', '^src/Foundation/GTMLogger\\.m$'],
|
| + ['exclude', '^src/Foundation/GTMNSDictionary\\+URLArguments\\.m$'],
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
| @@ -98,8 +104,10 @@
|
| 'sources/': [
|
| # Exclude everything except what's needed for iOS.
|
| ['exclude', '\\.(c|m)$'],
|
| + ['include', '^src/DebugUtils/GTMMethodCheck\\.m$'],
|
| ['include', '^src/Foundation/GTMLightweightProxy\\.m$'],
|
| ['include', '^src/Foundation/GTMLogger\\.m$'],
|
| + ['include', '^src/Foundation/GTMNSDictionary\\+URLArguments\\.m$'],
|
| ['include', '^src/Foundation/GTMNSString\\+URLArguments\\.m$'],
|
| ['include', '^src/Foundation/GTMStringEncoding\\.m$'],
|
| ['include', '^src/iPhone/'],
|
|
|