| Index: chrome/chrome.gyp | 
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp | 
| index b15b366acd245c4a1e80b037a3927bd48d7fa780..a4ed41ba9b486f0ca5ce15c886cb69fc359b2a96 100644 | 
| --- a/chrome/chrome.gyp | 
| +++ b/chrome/chrome.gyp | 
| @@ -811,8 +811,6 @@ | 
| 'service/gaia/service_gaia_authenticator.h', | 
| 'service/net/service_url_request_context.cc', | 
| 'service/net/service_url_request_context.h', | 
| -        'service/remoting/chromoting_host_manager.cc', | 
| -        'service/remoting/chromoting_host_manager.h', | 
| ], | 
| 'include_dirs': [ | 
| '..', | 
| @@ -846,17 +844,6 @@ | 
| 'service/cloud_print/print_system_cups.cc', | 
| ], | 
| }], | 
| -        ['remoting==1', { | 
| -          'dependencies': [ | 
| -            '../remoting/remoting.gyp:chromoting_host', | 
| -          ], | 
| -        }], | 
| -        ['remoting==0', { | 
| -          'sources!': [ | 
| -            'service/remoting/chromoting_host_manager.cc', | 
| -            'service/remoting/chromoting_host_manager.h', | 
| -          ], | 
| -        }], | 
| ], | 
| }, | 
| { | 
|  |