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

Unified Diff: tools/android/forwarder2/forwarder.gyp

Issue 118583003: gyps! and builds! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « third_party/mach_override/mach_override.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder2/forwarder.gyp
diff --git a/tools/android/forwarder2/forwarder.gyp b/tools/android/forwarder2/forwarder.gyp
index fbf5eba6f2f0ebdf3825a467e29a3ce806893be1..4b93b498f19f10dd6463143f9454f8325092536c 100644
--- a/tools/android/forwarder2/forwarder.gyp
+++ b/tools/android/forwarder2/forwarder.gyp
@@ -45,25 +45,30 @@
},
{
'target_name': 'host_forwarder',
- 'type': 'executable',
'toolsets': ['host'],
- 'dependencies': [
- '../../../base/base.gyp:base',
- '../common/common.gyp:android_tools_common',
- ],
- 'include_dirs': [
- '../../..',
- ],
- 'sources': [
- 'command.cc',
- 'common.cc',
- 'daemon.cc',
- 'forwarder.cc',
- 'forwarders_manager.cc',
- 'host_controller.cc',
- 'host_forwarder_main.cc',
- 'pipe_notifier.cc',
- 'socket.cc',
+ 'conditions': [
+ ['host_os!="linux"', {
+ 'type': 'none',
+ }, {
+ 'dependencies': [
+ '../../../base/base.gyp:base',
+ '../common/common.gyp:android_tools_common',
+ ],
+ 'include_dirs': [
+ '../../..',
+ ],
+ 'sources': [
+ 'command.cc',
+ 'common.cc',
+ 'daemon.cc',
+ 'forwarder.cc',
+ 'forwarders_manager.cc',
+ 'host_controller.cc',
+ 'host_forwarder_main.cc',
+ 'pipe_notifier.cc',
+ 'socket.cc',
+ ],
+ }],
],
},
],
« no previous file with comments | « third_party/mach_override/mach_override.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698