| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index f0f46c829b4cfcf1d8d60244a9859cc507007763..b86d758ac1a0e2e9d02e36079cb846f14660ed34 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -495,19 +495,8 @@
|
| ],
|
| }],
|
| ['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',
|
| - ],
|
| - 'include_dirs': [
|
| - '../third_party/GTM',
|
| - '../third_party/GTM/AppKit',
|
| - '../third_party/GTM/DebugUtils',
|
| - '../third_party/GTM/Foundation',
|
| + 'dependencies': [
|
| + '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
|
|