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

Unified Diff: chrome/chrome.gyp

Issue 6174005: Fix compilation with disabled remoting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « chrome/browser/resources/options/advanced_options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}],
],
« no previous file with comments | « chrome/browser/resources/options/advanced_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698