| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 5095499416eaadea66a75c03fcf0c0205aff945b..06be2e9ca60a0cedae464d3185eb233f790f6cc8 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -1170,9 +1170,13 @@
|
| }],
|
| ['remoting==1', {
|
| 'dependencies': [
|
| - '../remoting/remoting.gyp:chromoting_base',
|
| '../remoting/remoting.gyp:chromoting_host',
|
| - '../remoting/remoting.gyp:chromoting_jingle_glue',
|
| + ],
|
| + }],
|
| + ['remoting==0', {
|
| + 'sources!': [
|
| + 'service/remoting/chromoting_host_manager.cc',
|
| + 'service/remoting/chromoting_host_manager.h',
|
| ],
|
| }],
|
| ],
|
|
|