| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index 7571f7afa73dacacd4817e18f23e81e961732b7a..b356167b53f512c64b594a3fb644607057eba68c 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -120,21 +120,6 @@
|
| 'dependencies': [
|
| '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
|
| ],
|
| - 'variables': {
|
| - # Include internal_mac-inl.h only if it exists.
|
| - 'use_remoting_macosx_internal%':
|
| - '<!(python -c "import os; print 1 if os.path.exists(\'tools/internal/internal_mac-inl.h\') else 0")'
|
| - },
|
| - 'conditions': [
|
| - ['use_remoting_macosx_internal==1', {
|
| - 'sources': [
|
| - 'internal/internal_mac-inl.h'
|
| - ],
|
| - 'defines': [
|
| - 'USE_REMOTING_MACOSX_INTERNAL'
|
| - ]
|
| - }]
|
| - ],
|
| 'link_settings': {
|
| 'libraries': [
|
| '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
| @@ -426,6 +411,14 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="mac" and buildtype=="Official"', {
|
| + 'sources': [
|
| + 'internal/internal_mac-inl.h'
|
| + ],
|
| + 'defines': [
|
| + 'USE_REMOTING_MACOSX_INTERNAL'
|
| + ],
|
| + }],
|
| ], # end of 'conditions'
|
| }, # end of target 'remoting_me2me_host_static'
|
| ] # end of targets
|
|
|