| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index ae025ae52a335b015cdca82fb73904b47e09b563..5b58627b17444a828369498d4170be4220c86483 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -496,18 +496,18 @@
|
| }],
|
| ['OS=="mac"', {
|
| 'sources': [
|
| - '../third_party/GTM/AppKit/GTMCarbonEvent.h',
|
| - '../third_party/GTM/AppKit/GTMCarbonEvent.m',
|
| - '../third_party/GTM/DebugUtils/GTMDebugSelectorValidation.h',
|
| - '../third_party/GTM/DebugUtils/GTMTypeCasting.h',
|
| - '../third_party/GTM/Foundation/GTMObjectSingleton.h',
|
| - '../third_party/GTM/GTMDefines.h',
|
| + '../third_party/google_toolbox_for_mac/AppKit/GTMCarbonEvent.h',
|
| + '../third_party/google_toolbox_for_mac/AppKit/GTMCarbonEvent.m',
|
| + '../third_party/google_toolbox_for_mac/DebugUtils/GTMDebugSelectorValidation.h',
|
| + '../third_party/google_toolbox_for_mac/DebugUtils/GTMTypeCasting.h',
|
| + '../third_party/google_toolbox_for_mac/Foundation/GTMObjectSingleton.h',
|
| + '../third_party/google_toolbox_for_mac/GTMDefines.h',
|
| ],
|
| 'include_dirs': [
|
| - '../third_party/GTM',
|
| - '../third_party/GTM/AppKit',
|
| - '../third_party/GTM/DebugUtils',
|
| - '../third_party/GTM/Foundation',
|
| + '../third_party/google_toolbox_for_mac',
|
| + '../third_party/google_toolbox_for_mac/AppKit',
|
| + '../third_party/google_toolbox_for_mac/DebugUtils',
|
| + '../third_party/google_toolbox_for_mac/Foundation',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
|
|