| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index f0f46c829b4cfcf1d8d60244a9859cc507007763..bc73f68e19e108e0da6246585381bf2200d977d2 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/src/AppKit/GTMCarbonEvent.h',
|
| + '../third_party/google_toolbox_for_mac/src/AppKit/GTMCarbonEvent.m',
|
| + '../third_party/google_toolbox_for_mac/src/DebugUtils/GTMDebugSelectorValidation.h',
|
| + '../third_party/google_toolbox_for_mac/src/DebugUtils/GTMTypeCasting.h',
|
| + '../third_party/google_toolbox_for_mac/src/Foundation/GTMObjectSingleton.h',
|
| + '../third_party/google_toolbox_for_mac/src/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/src',
|
| + '../third_party/google_toolbox_for_mac/src/AppKit',
|
| + '../third_party/google_toolbox_for_mac/src/DebugUtils',
|
| + '../third_party/google_toolbox_for_mac/src/Foundation',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
|
|