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

Unified Diff: remoting/chromoting.gyp

Issue 2788003: Enable chromoting in the build by default (Closed)
Patch Set: fixed mac Created 10 years, 6 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 | « build/common.gypi ('k') | remoting/client/x11_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/chromoting.gyp
diff --git a/remoting/chromoting.gyp b/remoting/chromoting.gyp
index 689ebd925030d82a1835f67bc1b9b414f6ed9451..f4c4b70e84fb3bd6af3c3faf3137595b9ca8ce03 100644
--- a/remoting/chromoting.gyp
+++ b/remoting/chromoting.gyp
@@ -91,7 +91,8 @@
], # end of Client targets
}], # end of OS conditions for Client targets
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="mac"', {
+ # TODO(hclam): Enable this target for mac.
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'targets': [
{
'target_name': 'chromoting_x11_client',
« no previous file with comments | « build/common.gypi ('k') | remoting/client/x11_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698