Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 6e691968634e8c7347324512b39158204ee947d8..22f27bce0850c96e2c8ac6de0b02c8f0bb64e66f 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -783,8 +783,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': [ |
'..', |
@@ -823,12 +821,6 @@ |
'../remoting/remoting.gyp:chromoting_host', |
Sergey Ulanov
2011/05/06 22:55:17
Don't need this dependency anymore
|
], |
}], |
- ['remoting==0', { |
- 'sources!': [ |
- 'service/remoting/chromoting_host_manager.cc', |
- 'service/remoting/chromoting_host_manager.h', |
- ], |
- }], |
], |
}, |
{ |