Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: chrome/chrome.gyp

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
- ],
- }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698